1 instantiation of CopilotChecksumWrapper
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Analyzer\CopilotChecksumWrapper.cs (1)
24
return
new
(Checksum.Create(values));
3 references to CopilotChecksumWrapper
Microsoft.CodeAnalysis.Features.ExternalAccess (3)
Copilot\Analyzer\CopilotChecksumWrapper.cs (3)
22
public static
CopilotChecksumWrapper
Create(ImmutableArray<string> values)
27
public bool Equals(
CopilotChecksumWrapper
? other)
34
if (obj is not
CopilotChecksumWrapper
another)