1 write to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Remote\RazorPinnedSolutionInfoWrapper.cs (1)
32UnderlyingObject = checksum;
3 references to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (3)
Remote\JsonSerializableRazorPinnedSolutionInfoWrapper.cs (2)
19return new JsonSerializableRazorPinnedSolutionInfoWrapper(info.UnderlyingObject.Data1, info.UnderlyingObject.Data2, info.Solution);
Testing\TestSolutionStore.cs (1)
38_solutions.TryGetValue(solutionInfo.UnderlyingObject, out var solution);