11 references to AttributeName
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
162
WriteContentNode(node, node.
AttributeName
, node.ParameterName);
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\Components\ComponentChildContentDiagnosticPass.cs (1)
38
if (attribute.AttributeName == childContent.
AttributeName
)
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
916
BeginWriteAttribute(context, node.
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 (1)
222
context.CodeWriter.Write($"\"{childContent.
AttributeName
}\"");
Language\Components\ComponentRuntimeNodeWriter.cs (1)
829
BeginWriteAttribute(context, node.
AttributeName
);
Language\Intermediate\ComponentChildContentIntermediateNode.cs (3)
43
formatter.WriteContent(
AttributeName
);
45
formatter.WriteProperty(nameof(
AttributeName
),
AttributeName
);