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