2 references to AddAttributeToken
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DirectiveDescriptorBuilderExtensions.cs (1)
102
return
AddAttributeToken
(builder, name: null, description: null);
Language\Extensions\AttributeDirective.cs (1)
17
builder.
AddAttributeToken
(ComponentResources.AttributeDirective_AttributeToken_Name, ComponentResources.AttributeDirective_AttributeToken_Description);