4 references to InProcNodeProvider
Microsoft.Build (4)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
69
_componentEntriesByType[BuildComponentType.
InProcNodeProvider
] = new BuildComponentEntry(BuildComponentType.
InProcNodeProvider
, NodeProviderInProc.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Communications\NodeManager.cs (1)
169
_inProcNodeProvider = _componentHost.GetComponent(BuildComponentType.
InProcNodeProvider
) as INodeProvider;
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
337
Assumed.Equal(type, BuildComponentType.
InProcNodeProvider
, $"Cannot create component of type {type}");