1 instantiation of NodeProviderInProc
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
352return new NodeProviderInProc();
3 references to NodeProviderInProc
Microsoft.Build (3)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
70_componentEntriesByType[BuildComponentType.InProcNodeProvider] = new BuildComponentEntry(BuildComponentType.InProcNodeProvider, NodeProviderInProc.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Communications\NodeManager.cs (1)
332if (nodeProvider is NodeProviderInProc && !isMultiThreadedModeOn)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
89/// Finalizes an instance of the <see cref="NodeProviderInProc"/> class.