1 instantiation of ReceiveScopeSignalGate
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
102
ReceiveScopeSignalGate receiveScope = new
ReceiveScopeSignalGate
(this);
8 references to ReceiveScopeSignalGate
System.ServiceModel (8)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (8)
102
ReceiveScopeSignalGate
receiveScope = new ReceiveScopeSignalGate(this);
123
ReceiveScopeSignalGate
thisPtr = nestedResult.AsyncState as
ReceiveScopeSignalGate
;
142
return this.pendingResults.TrySignal((
ReceiveScopeSignalGate
)nestedResult.AsyncState, nestedResult);
295
ReceiveScopeSignalGate
[] items;
303
items = new
ReceiveScopeSignalGate
[size];
311
internal void Enqueue(
ReceiveScopeSignalGate
receiveScope)
345
public bool TrySignal(
ReceiveScopeSignalGate
scope, IAsyncResult nestedResult)