1 write to _componentCaptureTypeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
59
_componentCaptureTypeName
= componentCaptureTypeName;
1 reference to _componentCaptureTypeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
27
public string? ComponentCaptureTypeName =>
_componentCaptureTypeName
;