1 instantiation of CopilotChecksumWrapper
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Analyzer\CopilotChecksumWrapper.cs (1)
24
return
new
(Checksum.Create(values));
3 references to CopilotChecksumWrapper
Microsoft.CodeAnalysis.ExternalAccess.Copilot (3)
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)