4 references to OutOfProcNodeProvider
Microsoft.Build (4)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
68
_componentEntriesByType[BuildComponentType.
OutOfProcNodeProvider
] = new BuildComponentEntry(BuildComponentType.
OutOfProcNodeProvider
, NodeProviderOutOfProc.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Communications\NodeManager.cs (1)
176
_outOfProcNodeProvider = _componentHost.GetComponent(BuildComponentType.
OutOfProcNodeProvider
) as INodeProvider;
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
197
ErrorUtilities.VerifyThrow(componentType == BuildComponentType.
OutOfProcNodeProvider
, "Factory cannot create components of type {0}", componentType);