1 write to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Remote\RazorPinnedSolutionInfoWrapper.cs (1)
32UnderlyingObject = checksum;
4 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);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
ExternalAccess\Razor\Api\RazorBrokeredServiceImplementation.cs (1)
22=> RemoteWorkspaceManager.Default.RunServiceAsync(client, solutionInfo.UnderlyingObject, implementation, cancellationToken);