2 writes to _bStarted
System.Runtime.Remoting (2)
channels\core\basetransportheaders.cs (2)
259
_bStarted
= true;
294
_bStarted
= false;
2 references to _bStarted
System.Runtime.Remoting (2)
channels\core\basetransportheaders.cs (2)
256
if (
_bStarted
)
303
if (!
_bStarted
)