1 write to Checksum
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (1)
92
Checksum
= checksum;
10 references to Checksum
Microsoft.CodeAnalysis.Workspaces (10)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (3)
111
if (checksum == this.
Checksum
)
433
Debug.Assert(
Checksum
.Equals(other.
Checksum
));
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (2)
36
/// We store this keyed off of the <see cref="
Checksum
"/> produced by <see cref="GetMetadataChecksum"/>. This
50
/// make a copy of it with a new <see cref="
Checksum
"/> if the checksums differ.
FindSymbols\SymbolTree\SymbolTreeInfo_Serialization.cs (1)
46
Debug.Assert(read.
Checksum
== checksum);
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (4)
173
if (projectInfo.info?.
Checksum
!= checksum)
180
Contract.ThrowIfTrue(info.
Checksum
!= checksum, "If we computed a SymbolTreeInfo, then its checksum must match our checksum.");
196
metadataInfo.SymbolTreeInfo.
Checksum
!= checksum)
202
Contract.ThrowIfTrue(info.
Checksum
!= checksum, "If we computed a SymbolTreeInfo, then its checksum must match our checksum.");