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

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

Source Location: (201:10,1 [83] x:\dir\subdir\Test\TestComponent.cshtml)
|
  [Parameter]
  public RenderFragment ChildContent { get; set; } = (context) => |
Generated Location: (1809:59,1 [83] )
|
  [Parameter]
  public RenderFragment ChildContent { get; set; } = (context) => |

Source Location: (301:13,0 [177] x:\dir\subdir\Test\TestComponent.cshtml)
|  [Parameter]
  public bool Collapsed { get; set; }
  string ActionText { get => Collapsed ? "Expand" : "Collapse"; }
  void Toggle()
  {
    Collapsed = !Collapsed;
  }
|
Generated Location: (2264:77,0 [177] )
|  [Parameter]
  public bool Collapsed { get; set; }
  string ActionText { get => Collapsed ? "Expand" : "Collapse"; }
  void Toggle()
  {
    Collapsed = !Collapsed;
  }
|

