1 instantiation of OutOfProcNode
MSBuild (1)
XMake.cs (1)
3370OutOfProcNode node = new OutOfProcNode();
4 references to OutOfProcNode
Microsoft.Build (3)
BackEnd\Components\SdkResolution\OutOfProcNodeSdkResolverService.cs (1)
20/// sends requests to the main node that SDK resolution is handled in a central location. This instance is registered in <see cref="Microsoft.Build.Execution.OutOfProcNode"/>
Evaluation\ProjectRootElementCache.cs (2)
18using OutOfProcNode = Microsoft.Build.Execution.OutOfProcNode; 726string prefix = OutOfProcNode.IsOutOfProcNode ? "C" : "P";
MSBuild (1)
XMake.cs (1)
3370OutOfProcNode node = new OutOfProcNode();