1 write to pendingAccepts
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
1989
pendingAccepts
= new List<PendingAccept>();
5 references to pendingAccepts
System.ServiceModel (5)
System\ServiceModel\Channels\PipeConnection.cs (5)
2019
this.
pendingAccepts
.Add(pendingAccept);
2144
for (int i = 0; i <
pendingAccepts
.Count; i++)
2146
pendingAccepts
[i].Abort();
2191
Fx.Assert(this.
pendingAccepts
.Contains(pendingAccept), "An unknown PendingAccept is removing itself.");
2192
this.
pendingAccepts
.Remove(pendingAccept);