9 references to IsFullyDefined
System.ServiceModel (9)
System\ServiceModel\Channels\ContextChannelRequestContext.cs (2)
82
if (callback.
IsFullyDefined
)
137
if (this.correlationCallback.
IsFullyDefined
)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (2)
77
if (callback.
IsFullyDefined
)
128
if (this.correlationCallback.
IsFullyDefined
)
System\ServiceModel\Channels\ContextRequestChannelBase.cs (2)
77
if (callback.
IsFullyDefined
)
134
if (this.correlationCallback.
IsFullyDefined
)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
372
if (callback.
IsFullyDefined
)
421
if (callback.
IsFullyDefined
)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
173
get { return this.CorrelationCallback != null && this.CorrelationCallback.
IsFullyDefined
; }