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