1 write to _component
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentLoweringPass.cs (1)
466_component = component;
8 references to _component
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Components\ComponentLoweringPass.cs (8)
516var attribute = _component.Component.BoundAttributes 539var attribute = _component.Component.BoundAttributes 552child.AddDiagnostic(ComponentDiagnosticFactory.Create_ChildContentMixedWithExplicitChildContent(child.Source, _component)); 655!_component.Component.AcceptsUnmatchedAttributes()) 659_component.TagName, 740_component.ChildContentParameterName = parameterName; 745_component.AddDiagnostic(ComponentDiagnosticFactory.Create_ChildContentHasInvalidParameterOnComponent(node.Source, node.AttributeName, _component.TagName));