3 references to RazorUsingDirective
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (1)
3086var newNode = SyntaxFactory.RazorUsingDirective(transition, body, directiveDescriptor);
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (1)
821return (RazorUsingDirectiveSyntax)InternalSyntax.SyntaxFactory.RazorUsingDirective(transition == null ? null : (InternalSyntax.CSharpTransitionSyntax)transition.Green, body == null ? null : (InternalSyntax.CSharpSyntaxNode)body.Green, directiveDescriptor).CreateRed();
Language\Syntax\InternalSyntax\SyntaxFactory.cs (1)
38=> RazorUsingDirective(transition, body, directiveDescriptor: null);