2 writes to isPending
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
120this.isPending = true; 265set { this.isPending = value; }
1 reference to isPending
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
264get { return this.isPending; }