1 write to onUpgradeConnection
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
809onUpgradeConnection = Fx.ThunkCallback(new AsyncCallback(OnUpgradeConnection));
2 references to onUpgradeConnection
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
807if (onUpgradeConnection == null) 815connectionToUpgrade, channel.upgradeAcceptor, channel, onUpgradeConnection, this);