2 writes to _activeProxy
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TaskHost.cs (2)
127
_activeProxy
= true;
1120
_activeProxy
= false;
6 references to _activeProxy
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TaskHost.cs (6)
414
if (!
_activeProxy
)
521
if (!
_activeProxy
)
562
if (!
_activeProxy
)
603
if (!
_activeProxy
)
694
if (!
_activeProxy
)
1314
Assumed.True(
_activeProxy
, "Attempted to use an inactive task host.");