2 writes to _activeProxy
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
128
_activeProxy
= true;
1084
_activeProxy
= false;
6 references to _activeProxy
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TaskHost.cs (6)
415
if (!
_activeProxy
)
485
if (!
_activeProxy
)
526
if (!
_activeProxy
)
567
if (!
_activeProxy
)
658
if (!
_activeProxy
)
1278
ErrorUtilities.VerifyThrow(
_activeProxy
, "Attempted to use an inactive task host.");