2 references to LoadKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
27077
if (hashToken != this.HashToken || loadKeyword != this.
LoadKeyword
|| file != this.File || endOfDirectiveToken != this.EndOfDirectiveToken)
28663
=> node.Update((SyntaxToken)Visit(node.HashToken), (SyntaxToken)Visit(node.
LoadKeyword
), (SyntaxToken)Visit(node.File), (SyntaxToken)Visit(node.EndOfDirectiveToken), node.IsActive);