7 references to NamePrefix
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (1)
330
=> node.Update((MarkupTextLiteralSyntax)Visit(node.
NamePrefix
), (MarkupTextLiteralSyntax)Visit(node.Name), node.TagHelperAttributeInfo);
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (3)
1329
if (namePrefix !=
NamePrefix
|| name != Name)
1342
public MarkupMinimizedTagHelperAttributeSyntax WithName(MarkupTextLiteralSyntax name) => Update(
NamePrefix
, name, TagHelperAttributeInfo);
1343
public MarkupMinimizedTagHelperAttributeSyntax WithTagHelperAttributeInfo(TagHelperAttributeInfo tagHelperAttributeInfo) => Update(
NamePrefix
, Name, tagHelperAttributeInfo);
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Completion\DirectiveAttributeCompletionItemProviderBase.cs (1)
57
prefixLocation = minimizedTagHelperAttribute.
NamePrefix
?.Span;
HtmlFacts.cs (1)
246
prefixLocation = minimizedAttribute.
NamePrefix
?.Span;
SemanticTokens\SemanticTokensVisitor.cs (1)
346
Visit(node.
NamePrefix
);