2 writes to _nodeConfiguration
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
2188
_nodeConfiguration
= null;
2806
_nodeConfiguration
= new NodeConfiguration(
2 references to _nodeConfiguration
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
2800
if (
_nodeConfiguration
== null)
2821
return
_nodeConfiguration
;