3 writes to errorKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25814
this.
errorKeyword
= errorKeyword;
25828
this.
errorKeyword
= errorKeyword;
25841
this.
errorKeyword
= errorKeyword;
5 references to errorKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25848
public SyntaxToken ErrorKeyword => this.
errorKeyword
;
25856
1 => this.
errorKeyword
,
25884
=> new ErrorDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
errorKeyword
, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
25887
=> new ErrorDirectiveTriviaSyntax(this.Kind, this.hashToken, this.
errorKeyword
, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16223
public SyntaxToken ErrorKeyword => new SyntaxToken(this, ((InternalSyntax.ErrorDirectiveTriviaSyntax)this.Green).
errorKeyword
, GetChildPosition(1), GetChildIndex(1));