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 (2)
241
var methodName = capture.
IsComponentCapture
249
var cast = capture.
IsComponentCapture
? $"({capture.FieldTypeName})" : string.Empty;
Language\Components\ComponentRuntimeNodeWriter.cs (2)
963
var methodName = node.
IsComponentCapture
988
shouldTypeCheck = shouldTypeCheck && node.
IsComponentCapture
;
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
57
Debug.Assert(
IsComponentCapture
);