1 instantiation of NodeProviderOutOfProc
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
198
return new
NodeProviderOutOfProc
();
3 references to NodeProviderOutOfProc
Microsoft.Build (3)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
68
_componentEntriesByType[BuildComponentType.OutOfProcNodeProvider] = new BuildComponentEntry(BuildComponentType.OutOfProcNodeProvider,
NodeProviderOutOfProc
.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
164
Stream nodeStream = TryConnectToProcess(nodeProcess.Id, timeout,
NodeProviderOutOfProc
.GetHandshake(nodeReuse, false));
169
nodeStream = TryConnectToProcess(nodeProcess.Id, timeout,
NodeProviderOutOfProc
.GetHandshake(nodeReuse, true));