1 write to IsComponentCapture
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
49
IsComponentCapture
= true;
6 references to IsComponentCapture
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentGenericTypePass.cs (1)
389
if (capture.
IsComponentCapture
)
Language\Components\ComponentNodeWriter.cs (4)
239
var methodName = capture.
IsComponentCapture
247
var cast = capture.
IsComponentCapture
? $"({capture.FieldTypeName})" : string.Empty;
1596
var methodName = node.
IsComponentCapture
1621
shouldTypeCheck = shouldTypeCheck && node.
IsComponentCapture
;
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
57
Debug.Assert(
IsComponentCapture
);