2 writes to _activeProxy
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
127
_activeProxy
= true;
1081
_activeProxy
= false;
6 references to _activeProxy
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TaskHost.cs (6)
414
if (!
_activeProxy
)
484
if (!
_activeProxy
)
525
if (!
_activeProxy
)
566
if (!
_activeProxy
)
657
if (!
_activeProxy
)
1275
ErrorUtilities.VerifyThrow(
_activeProxy
, "Attempted to use an inactive task host.");