12 references to Guid
Microsoft.CodeAnalysis.CSharp (11)
_generated\0\Syntax.xml.Main.Generated.cs (1)
2242
=> node.Update(VisitToken(node.HashToken), VisitToken(node.PragmaKeyword), VisitToken(node.ChecksumKeyword), VisitToken(node.File), VisitToken(node.
Guid
), VisitToken(node.Bytes), VisitToken(node.EndOfDirectiveToken), node.IsActive);
_generated\2\Syntax.xml.Syntax.Generated.cs (8)
16524
if (hashToken != this.HashToken || pragmaKeyword != this.PragmaKeyword || checksumKeyword != this.ChecksumKeyword || file != this.File || guid != this.
Guid
|| bytes != this.Bytes || endOfDirectiveToken != this.EndOfDirectiveToken)
16535
public new PragmaChecksumDirectiveTriviaSyntax WithHashToken(SyntaxToken hashToken) => Update(hashToken, this.PragmaKeyword, this.ChecksumKeyword, this.File, this.
Guid
, this.Bytes, this.EndOfDirectiveToken, this.IsActive);
16536
public PragmaChecksumDirectiveTriviaSyntax WithPragmaKeyword(SyntaxToken pragmaKeyword) => Update(this.HashToken, pragmaKeyword, this.ChecksumKeyword, this.File, this.
Guid
, this.Bytes, this.EndOfDirectiveToken, this.IsActive);
16537
public PragmaChecksumDirectiveTriviaSyntax WithChecksumKeyword(SyntaxToken checksumKeyword) => Update(this.HashToken, this.PragmaKeyword, checksumKeyword, this.File, this.
Guid
, this.Bytes, this.EndOfDirectiveToken, this.IsActive);
16538
public PragmaChecksumDirectiveTriviaSyntax WithFile(SyntaxToken file) => Update(this.HashToken, this.PragmaKeyword, this.ChecksumKeyword, file, this.
Guid
, this.Bytes, this.EndOfDirectiveToken, this.IsActive);
16540
public PragmaChecksumDirectiveTriviaSyntax WithBytes(SyntaxToken bytes) => Update(this.HashToken, this.PragmaKeyword, this.ChecksumKeyword, this.File, this.
Guid
, bytes, this.EndOfDirectiveToken, this.IsActive);
16542
public new PragmaChecksumDirectiveTriviaSyntax WithEndOfDirectiveToken(SyntaxToken endOfDirectiveToken) => Update(this.HashToken, this.PragmaKeyword, this.ChecksumKeyword, this.File, this.
Guid
, this.Bytes, endOfDirectiveToken, this.IsActive);
16543
public PragmaChecksumDirectiveTriviaSyntax WithIsActive(bool isActive) => Update(this.HashToken, this.PragmaKeyword, this.ChecksumKeyword, this.File, this.
Guid
, this.Bytes, this.EndOfDirectiveToken, isActive);
Compilation\CSharpCompilation.cs (2)
4047
var guid = Guid.Parse(checksumDirective.
Guid
.ValueText);
4065
Guid.Parse(checksumDirective.
Guid
.ValueText));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker_Preprocesser.cs (1)
291
AddClassification(node.
Guid
, ClassificationTypeNames.StringLiteral);