13 references to m_PendingIO
System (13)
net\System\Net\_TLSstream.cs (13)
440
lock (
m_PendingIO
)
446
if (
m_PendingIO
.Count == 0)
457
m_PendingIO
.Add(result);
507
lock (
m_PendingIO
)
509
if(
m_PendingIO
.Count > 1)
516
m_PendingIO
.Clear();
587
lock (
m_PendingIO
)
589
while(
m_PendingIO
.Count != 0)
591
LazyAsyncResult lazyResult = (LazyAsyncResult )
m_PendingIO
[
m_PendingIO
.Count-1];
593
m_PendingIO
.RemoveAt(
m_PendingIO
.Count-1);
597
if (
m_PendingIO
.Count == 0)