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