1 write to upgradeProvider
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
394this.parent.GetUpgradeAndConnectionPool(out this.upgradeProvider, out this.connectionPool);
4 references to upgradeProvider
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (4)
415if (this.upgradeProvider == null) 421IAsyncResult result = this.upgradeProvider.BeginClose(this.timeoutHelper.RemainingTime(), 426this.upgradeProvider.EndClose(result); 475thisPtr.upgradeProvider.EndClose(result);