1 write to _endCalled
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
589task._endCalled = true;
2 references to _endCalled
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
287else if (readTask._endCalled) 605else if (writeTask._endCalled)