1 write to Checksum
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (1)
92
Checksum
= checksum;
11 references to Checksum
Microsoft.CodeAnalysis.Workspaces (11)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (3)
111
if (checksum == this.
Checksum
)
433
Debug.Assert(
Checksum
.Equals(other.
Checksum
));
FindSymbols\SymbolTree\SymbolTreeInfo_Metadata.cs (3)
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.
136
Contract.ThrowIfTrue(info.
Checksum
!= checksum, "How could the info stored for a particular PEReference now have a different checksum?");
FindSymbols\SymbolTree\SymbolTreeInfo_Serialization.cs (1)
46
Debug.Assert(read.
Checksum
== checksum);
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (4)
174
if (projectInfo.info?.
Checksum
!= checksum)
181
Contract.ThrowIfTrue(info.
Checksum
!= checksum, "If we computed a SymbolTreeInfo, then its checksum must match our checksum.");
197
metadataInfo.SymbolTreeInfo.
Checksum
!= checksum)
203
Contract.ThrowIfTrue(info.
Checksum
!= checksum, "If we computed a SymbolTreeInfo, then its checksum must match our checksum.");