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