1 write to UnderlyingObject
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ExternalAccess\UnitTesting\Api\UnitTestingPinnedSolutionInfoWrapper.cs (1)
17
=>
UnderlyingObject
= underlyingObject;
2 references to UnderlyingObject
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
ExternalAccess\UnitTesting\Api\UnitTestingBrokeredServiceImplementation.cs (2)
32
=> RemoteWorkspaceManager.Default.GetSolutionAsync(client, solutionInfo.
UnderlyingObject
, cancellationToken);
35
=> RemoteWorkspaceManager.Default.RunServiceAsync(client, solutionInfo.
UnderlyingObject
, implementation, cancellationToken);