1 write to _checksum
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Checksum.cs (1)
37=> _checksum = hash;
6 references to _checksum
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\Checksum.cs (6)
67return other != null && _checksum == other._checksum; 74=> _checksum.GetHashCode(); 109=> left._checksum == right; 117=> _checksum.WriteTo(writer); 122Contract.ThrowIfFalse(MemoryMarshal.TryWrite(span, ref Unsafe.AsRef(in _checksum)));