2 instantiations of SyncRequestContext
System (2)
net\System\Net\HttpListener.cs (2)
1157memoryBlob = new SyncRequestContext((int) size); 1219memoryBlob = new SyncRequestContext(checked((int) size));
1 reference to SyncRequestContext
System (1)
net\System\Net\HttpListener.cs (1)
1142SyncRequestContext memoryBlob = null;