1 instantiation of NodeProviderInProc
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
338
return 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)
322
if (nodeProvider is
NodeProviderInProc
&& !isMultiThreadedModeOn)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
88
/// Finalizes an instance of the <see cref="
NodeProviderInProc
"/> class.