3 references to RazorPinnedSolutionInfoWrapper
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (3)
Remote\JsonSerializableRazorPinnedSolutionInfoWrapper.cs (1)
24return new RazorPinnedSolutionInfoWrapper(new Checksum(serializableDocumentId.Data1, serializableDocumentId.Data2), serializableDocumentId.Solution);
Remote\RazorPinnedSolutionInfoWrapper.cs (2)
23: this(checksum, null) 37=> new(checksum, null);