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