2 writes to _service
Microsoft.VisualStudio.IntegrationTest.Setup (2)
IntegrationTestServiceCommands.cs (2)
118
_service
= new IntegrationService();
168
_service
= null;
2 references to _service
Microsoft.VisualStudio.IntegrationTest.Setup (2)
IntegrationTestServiceCommands.cs (2)
122
portName:
_service
.PortName,
127
_marshalledService = RemotingServices.Marshal(
_service
, serviceType.FullName, serviceType);