2 writes to _lockedSemaphoreFull
System.Net.WebSockets (2)
System\Net\WebSockets\AsyncMutex.cs (2)
98
_lockedSemaphoreFull
= true;
210
_lockedSemaphoreFull
= false;
3 references to _lockedSemaphoreFull
System.Net.WebSockets (3)
System\Net\WebSockets\AsyncMutex.cs (3)
28
/// <see cref="
_lockedSemaphoreFull
"/> starting as <c>true</c>. The primary purpose of this field
94
if (!
_lockedSemaphoreFull
)
205
Debug.Assert(
_lockedSemaphoreFull
);