2 writes to _exitType
Microsoft.Build (2)
BackEnd\Node\ServerNodeBuildResult.cs (2)
29
_exitType
= exitType;
35
translator.Translate(ref
_exitType
);
1 reference to _exitType
Microsoft.Build (1)
BackEnd\Node\ServerNodeBuildResult.cs (1)
19
public string ExitType =>
_exitType
;