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