4 references to Keyword
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\RazorCodeDocumentExtensions.cs (1)
163Debug.Assert(directive is RazorUsingDirectiveSyntax || directive.DirectiveBody.Keyword.GetContent() == SyntaxConstants.CSharp.AddTagHelperKeyword);
Language\Syntax\Generated\Syntax.xml.Main.Generated.cs (1)
384=> node.Update((RazorSyntaxNode)Visit(node.Keyword), (CSharpCodeBlockSyntax)Visit(node.CSharpCode));
Language\Syntax\Generated\Syntax.xml.Syntax.Generated.cs (2)
2298if (keyword != Keyword || csharpCode != CSharpCode) 2311public RazorDirectiveBodySyntax WithCSharpCode(CSharpCodeBlockSyntax csharpCode) => Update(Keyword, csharpCode);