2 writes to _nodeConfiguration
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
2146
_nodeConfiguration
= null;
2764
_nodeConfiguration
= new NodeConfiguration(
2 references to _nodeConfiguration
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
2758
if (
_nodeConfiguration
== null)
2779
return
_nodeConfiguration
;