3 writes to errorCodes
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26674
this.
errorCodes
= errorCodes;
26697
this.
errorCodes
= errorCodes;
26719
this.
errorCodes
= errorCodes;
4 references to errorCodes
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26730
public CoreSyntax.SeparatedSyntaxList<ExpressionSyntax> ErrorCodes => new CoreSyntax.SeparatedSyntaxList<ExpressionSyntax>(new CoreSyntax.SyntaxList<CSharpSyntaxNode>(this.
errorCodes
));
26741
4 => this.
errorCodes
,
26769
=> new PragmaWarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.warningKeyword, this.disableOrRestoreKeyword, this.
errorCodes
, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26772
=> new PragmaWarningDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.warningKeyword, this.disableOrRestoreKeyword, this.
errorCodes
, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);