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