3 references to OverlappedContext
System.ServiceModel (3)
System\ServiceModel\Channels\PipeConnection.cs (3)
98
this.readOverlapped = new
OverlappedContext
();
100
this.writeOverlapped = new
OverlappedContext
();
2216
overlapped = new
OverlappedContext
();