1 write to _checksum
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Analyzer\CopilotChecksumWrapper.cs (1)
19
_checksum
= checksum;
3 references to _checksum
Microsoft.CodeAnalysis.Features.ExternalAccess (3)
Copilot\Analyzer\CopilotChecksumWrapper.cs (3)
29
return other != null &&
_checksum
.Equals(other.
_checksum
);
41
=>
_checksum
.GetHashCode();