9 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\Components\ComponentChildContentDiagnosticPass.cs (1)
38if (attribute.AttributeName == childContent.AttributeName)
Language\Components\ComponentDiagnosticFactory.cs (2)
232childContent1.AttributeName, 235childContent2.AttributeName,
Language\Components\ComponentLoweringPass.cs (1)
403if (child is ComponentChildContentIntermediateNode childContent && attributeName == childContent.AttributeName)
Language\Components\ComponentNodeWriter.cs (2)
220context.CodeWriter.Write($"\"{childContent.AttributeName}\""); 1462BeginWriteAttribute(context, node.AttributeName);
Language\Intermediate\ComponentChildContentIntermediateNode.cs (3)
43formatter.WriteContent(AttributeName); 45formatter.WriteProperty(nameof(AttributeName), AttributeName);