2 writes to _marshalledService
Microsoft.VisualStudio.IntegrationTestService (2)
src\VisualStudio\IntegrationTest\Harness\IntegrationTestServiceShared\IntegrationTestServiceCommands.cs (2)
99
_marshalledService
= RemotingServices.Marshal(_service, serviceType.FullName, serviceType);
125
_marshalledService
= null;
1 reference to _marshalledService
Microsoft.VisualStudio.IntegrationTestService (1)
src\VisualStudio\IntegrationTest\Harness\IntegrationTestServiceShared\IntegrationTestServiceCommands.cs (1)
124
GC.KeepAlive(
_marshalledService
);