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