4 references to ComponentCaptureTypeName
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentGenericTypePass.cs (1)
391
capture.UpdateComponentCaptureTypeName(rewriter.Rewrite(capture.
ComponentCaptureTypeName
));
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (3)
19
[MemberNotNullWhen(true, nameof(
ComponentCaptureTypeName
))]
74
formatter.WriteProperty(nameof(
ComponentCaptureTypeName
),
ComponentCaptureTypeName
);