3 writes to guid
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
26799
this.
guid
= guid;
26821
this.
guid
= guid;
26842
this.
guid
= guid;
5 references to guid
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
26854
public SyntaxToken Guid => this.
guid
;
26866
4 => this.
guid
,
26895
=> new PragmaChecksumDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.checksumKeyword, this.file, this.
guid
, this.bytes, this.endOfDirectiveToken, this.isActive, diagnostics, GetAnnotations());
26898
=> new PragmaChecksumDirectiveTriviaSyntax(this.Kind, this.hashToken, this.pragmaKeyword, this.checksumKeyword, this.file, this.
guid
, this.bytes, this.endOfDirectiveToken, this.isActive, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
16768
public SyntaxToken Guid => new SyntaxToken(this, ((InternalSyntax.PragmaChecksumDirectiveTriviaSyntax)this.Green).
guid
, GetChildPosition(4), GetChildIndex(4));