2 writes to _nodeConfiguration
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
2417
_nodeConfiguration
= null;
3039
_nodeConfiguration
= new NodeConfiguration(
2 references to _nodeConfiguration
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
3034
if (
_nodeConfiguration
== null)
3055
return
_nodeConfiguration
;