2 writes to _activeProxy
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
126
_activeProxy
= true;
1080
_activeProxy
= false;
6 references to _activeProxy
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TaskHost.cs (6)
413
if (!
_activeProxy
)
483
if (!
_activeProxy
)
524
if (!
_activeProxy
)
565
if (!
_activeProxy
)
656
if (!
_activeProxy
)
1274
ErrorUtilities.VerifyThrow(
_activeProxy
, "Attempted to use an inactive task host.");