2 instantiations of MarkupMinimizedTagHelperDirectiveAttributeSyntax
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (2)
2221
=> new
MarkupMinimizedTagHelperDirectiveAttributeSyntax
(Kind, _namePrefix, _transition, _name, _colon, _parameterName, _tagHelperAttributeInfo, diagnostics);
3648
return new
MarkupMinimizedTagHelperDirectiveAttributeSyntax
(SyntaxKind.MarkupMinimizedTagHelperDirectiveAttribute, namePrefix, transition, name, colon, parameterName, tagHelperAttributeInfo);
8 references to MarkupMinimizedTagHelperDirectiveAttributeSyntax
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (7)
2206
public
MarkupMinimizedTagHelperDirectiveAttributeSyntax
Update(MarkupTextLiteralSyntax namePrefix, RazorMetaCodeSyntax transition, MarkupTextLiteralSyntax name, RazorMetaCodeSyntax colon, MarkupTextLiteralSyntax parameterName, TagHelperAttributeInfo tagHelperAttributeInfo)
2210
var
newNode = SyntaxFactory.MarkupMinimizedTagHelperDirectiveAttribute(namePrefix, transition, name, colon, parameterName, tagHelperAttributeInfo);
3192
public virtual TResult VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node) => DefaultVisit(node);
3237
public virtual void VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node) => DefaultVisit(node);
3332
public override GreenNode VisitMarkupMinimizedTagHelperDirectiveAttribute(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
node)
3643
public static
MarkupMinimizedTagHelperDirectiveAttributeSyntax
MarkupMinimizedTagHelperDirectiveAttribute(MarkupTextLiteralSyntax namePrefix, RazorMetaCodeSyntax transition, MarkupTextLiteralSyntax name, RazorMetaCodeSyntax colon, MarkupTextLiteralSyntax parameterName, TagHelperAttributeInfo tagHelperAttributeInfo)
3816
typeof(
MarkupMinimizedTagHelperDirectiveAttributeSyntax
),
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (1)
1500
public TagHelperAttributeInfo TagHelperAttributeInfo => ((InternalSyntax.
MarkupMinimizedTagHelperDirectiveAttributeSyntax
)Green).TagHelperAttributeInfo;