6 writes to _hasWaiter
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (6)
472
_hasWaiter
= false;
858
_hasWaiter
= false;
928
_hasWaiter
= false;
1041
_hasWaiter
= true;
1130
_hasWaiter
= true;
1463
thisRef.
_hasWaiter
= false;
6 references to _hasWaiter
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (6)
471
bool signalWaiter =
_hasWaiter
;
857
signalWaiter =
_hasWaiter
;
927
signalWaiter =
_hasWaiter
;
1040
Debug.Assert(!
_hasWaiter
);
1129
Debug.Assert(!
_hasWaiter
);
1462
signalWaiter = thisRef.
_hasWaiter
;