3 references to new
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Checksum.cs (3)
31
public static readonly Checksum Null =
new
(default);
62
return new
Checksum
(hash);
126
=>
new
(HashData.ReadFrom(reader));