﻿Source Location: (65:1,46 [10] x:\dir\subdir\Test\TestComponent.cshtml)
|ActionText|
Generated Location: (1094:28,0 [10] )
|ActionText|

Source Location: (84:2,3 [22] x:\dir\subdir\Test\TestComponent.cshtml)
|if (!Collapsed)
  {
|
Generated Location: (1291:37,0 [22] )
|if (!Collapsed)
  {
|

Source Location: (154:5,7 [12] x:\dir\subdir\Test\TestComponent.cshtml)
|ChildContent|
Generated Location: (1604:49,0 [12] )
|ChildContent|

Source Location: (180:7,0 [5] x:\dir\subdir\Test\TestComponent.cshtml)
|  }
|
Generated Location: (1803:58,0 [5] )
|  }
|

Source Location: (201:10,1 [277] x:\dir\subdir\Test\TestComponent.cshtml)
|
  [Parameter]
  public RenderFragment ChildContent { get; set; } = (context) => <p>@context</p>
  [Parameter]
  public bool Collapsed { get; set; }
  string ActionText { get => Collapsed ? "Expand" : "Collapse"; }
  void Toggle()
  {
    Collapsed = !Collapsed;
  }
|
Generated Location: (2030:69,0 [277] )
|
  [Parameter]
  public RenderFragment ChildContent { get; set; } = (context) => <p>@context</p>
  [Parameter]
  public bool Collapsed { get; set; }
  string ActionText { get => Collapsed ? "Expand" : "Collapse"; }
  void Toggle()
  {
    Collapsed = !Collapsed;
  }
|

