2 references to ErrorKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
25868
if (hashToken != this.HashToken || errorKeyword != this.
ErrorKeyword
|| endOfDirectiveToken != this.EndOfDirectiveToken)
28630
=> node.Update((SyntaxToken)Visit(node.HashToken), (SyntaxToken)Visit(node.
ErrorKeyword
), (SyntaxToken)Visit(node.EndOfDirectiveToken), node.IsActive);