1 instantiation of MarkupMinimizedTagHelperDirectiveAttributeSyntax
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (1)
2201
internal override SyntaxNode CreateRed(SyntaxNode parent, int position) => new Syntax.
MarkupMinimizedTagHelperDirectiveAttributeSyntax
(this, parent, position);
35 references to MarkupMinimizedTagHelperDirectiveAttributeSyntax
Microsoft.CodeAnalysis.Razor.Compiler (19)
Language\Legacy\ClassifiedSpanVisitor.cs (2)
209
MarkupMinimizedTagHelperDirectiveAttributeSyntax
)
255
public override void VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node)
Language\Legacy\TagHelperBlockRewriter.cs (1)
403
private static
MarkupMinimizedTagHelperDirectiveAttributeSyntax
RewriteToMinimizedDirectiveAttribute(
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (6)
87
public virtual TResult VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node) => DefaultVisit(node);
213
public virtual void VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node) => DefaultVisit(node);
338
public override SyntaxNode VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node)
681
public static
MarkupMinimizedTagHelperDirectiveAttributeSyntax
MarkupMinimizedTagHelperDirectiveAttribute(MarkupTextLiteralSyntax namePrefix, RazorMetaCodeSyntax transition, MarkupTextLiteralSyntax name, RazorMetaCodeSyntax colon, MarkupTextLiteralSyntax parameterName, TagHelperAttributeInfo tagHelperAttributeInfo)
685
return (
MarkupMinimizedTagHelperDirectiveAttributeSyntax
)InternalSyntax.SyntaxFactory.MarkupMinimizedTagHelperDirectiveAttribute(namePrefix == null ? null : (InternalSyntax.MarkupTextLiteralSyntax)namePrefix.Green, transition == null ? null : (InternalSyntax.RazorMetaCodeSyntax)transition.Green, name == null ? null : (InternalSyntax.MarkupTextLiteralSyntax)name.Green, colon == null ? null : (InternalSyntax.RazorMetaCodeSyntax)colon.Green, parameterName == null ? null : (InternalSyntax.MarkupTextLiteralSyntax)parameterName.Green, tagHelperAttributeInfo).CreateRed();
689
public static
MarkupMinimizedTagHelperDirectiveAttributeSyntax
MarkupMinimizedTagHelperDirectiveAttribute(RazorMetaCodeSyntax transition, MarkupTextLiteralSyntax name, TagHelperAttributeInfo tagHelperAttributeInfo)
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (10)
1527
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
Update(MarkupTextLiteralSyntax namePrefix, RazorMetaCodeSyntax transition, MarkupTextLiteralSyntax name, RazorMetaCodeSyntax colon, MarkupTextLiteralSyntax parameterName, TagHelperAttributeInfo tagHelperAttributeInfo)
1531
var
newNode = SyntaxFactory.MarkupMinimizedTagHelperDirectiveAttribute(namePrefix, transition, name, colon, parameterName, tagHelperAttributeInfo);
1541
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
WithNamePrefix(MarkupTextLiteralSyntax namePrefix) => Update(namePrefix, Transition, Name, Colon, ParameterName, TagHelperAttributeInfo);
1542
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
WithTransition(RazorMetaCodeSyntax transition) => Update(NamePrefix, transition, Name, Colon, ParameterName, TagHelperAttributeInfo);
1543
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
WithName(MarkupTextLiteralSyntax name) => Update(NamePrefix, Transition, name, Colon, ParameterName, TagHelperAttributeInfo);
1544
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
WithColon(RazorMetaCodeSyntax colon) => Update(NamePrefix, Transition, Name, colon, ParameterName, TagHelperAttributeInfo);
1545
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
WithParameterName(MarkupTextLiteralSyntax parameterName) => Update(NamePrefix, Transition, Name, Colon, parameterName, TagHelperAttributeInfo);
1546
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
WithTagHelperAttributeInfo(TagHelperAttributeInfo tagHelperAttributeInfo) => Update(NamePrefix, Transition, Name, Colon, ParameterName, tagHelperAttributeInfo);
1548
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
AddTransitionMetaCode(params SyntaxToken[] items) => WithTransition(this.Transition.WithMetaCode(this.Transition.MetaCode.AddRange(items)));
1550
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
AddNameLiteralTokens(params SyntaxToken[] items) => WithName(this.Name.WithLiteralTokens(this.Name.LiteralTokens.AddRange(items)));
Microsoft.CodeAnalysis.Razor.Workspaces (16)
Completion\DirectiveAttributeCompletionItemProviderBase.cs (2)
92
case
MarkupMinimizedTagHelperDirectiveAttributeSyntax
minimizedDirectiveAttribute:
168
case
MarkupMinimizedTagHelperDirectiveAttributeSyntax
minimizedDirectiveAttribute:
Extensions\RazorCodeDocumentExtensions_ClassifiedSpans.cs (2)
237
MarkupMinimizedTagHelperDirectiveAttributeSyntax
)
283
public override void VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node)
Extensions\RazorSyntaxNodeExtensions.cs (1)
431
MarkupMinimizedTagHelperDirectiveAttributeSyntax
or
Formatting\FormattingVisitor.cs (1)
406
public override void VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (2)
510
MarkupMinimizedTagHelperDirectiveAttributeSyntax
{ TagHelperAttributeInfo.Bound: true })
1008
MarkupMinimizedTagHelperDirectiveAttributeSyntax
{ TagHelperAttributeInfo.Bound: true }
Hover\HoverFactory.cs (3)
148
else if (attribute is
MarkupMinimizedTagHelperDirectiveAttributeSyntax
miniDirectiveAttribute)
166
var
minimizedAttribute = (
MarkupMinimizedTagHelperDirectiveAttributeSyntax
)containingTag;
HtmlFacts.cs (1)
258
case
MarkupMinimizedTagHelperDirectiveAttributeSyntax
minimizedTagHelperDirectiveAttribute:
RazorSyntaxFacts.cs (2)
34
MarkupMinimizedTagHelperDirectiveAttributeSyntax
att => att.Name,
96
MarkupMinimizedTagHelperDirectiveAttributeSyntax
att => CalculateFullSpan(att.Name, att.ParameterName, att.Transition),
SemanticTokens\SemanticTokensVisitor.cs (1)
426
public override void VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node)
TagHelperFacts.cs (1)
183
case
MarkupMinimizedTagHelperDirectiveAttributeSyntax
minimizedDirectiveAttribute: