1 write to Checksum
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (1)
92Checksum = checksum;
10 references to Checksum
Microsoft.CodeAnalysis.Workspaces (10)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (3)
111if (checksum == this.Checksum) 433Debug.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)
46Debug.Assert(read.Checksum == checksum);
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (4)
173if (projectInfo.info?.Checksum != checksum) 180Contract.ThrowIfTrue(info.Checksum != checksum, "If we computed a SymbolTreeInfo, then its checksum must match our checksum."); 196metadataInfo.SymbolTreeInfo.Checksum != checksum) 202Contract.ThrowIfTrue(info.Checksum != checksum, "If we computed a SymbolTreeInfo, then its checksum must match our checksum.");