3 writes to pragmaKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26666
this.
pragmaKeyword
= pragmaKeyword;
26689
this.
pragmaKeyword
= pragmaKeyword;
26711
this.
pragmaKeyword
= pragmaKeyword;
5 references to pragmaKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26727
public SyntaxToken PragmaKeyword => this.
pragmaKeyword
;
26738
1 => this.
pragmaKeyword
,
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);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16695
public SyntaxToken PragmaKeyword => new SyntaxToken(this, ((InternalSyntax.PragmaWarningDirectiveTriviaSyntax)this.Green).
pragmaKeyword
, GetChildPosition(1), GetChildIndex(1));