1 write to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Remote\RazorPinnedSolutionInfoWrapper.cs (1)
32
UnderlyingObject
= checksum;
4 references to UnderlyingObject
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (3)
Remote\JsonSerializableRazorPinnedSolutionInfoWrapper.cs (2)
19
return 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);