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)
516
var attribute =
_component
.Component.BoundAttributes
539
var attribute =
_component
.Component.BoundAttributes
552
child.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));