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 94if (!_lockedSemaphoreFull) 205Debug.Assert(_lockedSemaphoreFull);