2 writes to InstanceContext
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1469
InstanceContext
= value;
System\ServiceModel\ClientBase.cs (1)
912
_channel.
InstanceContext
= cf.CallbackInstance;
9 references to InstanceContext
System.ServiceModel.Primitives (9)
System\ServiceModel\Channels\ServiceChannel.cs (8)
382
if ((duplexChannel != null) && (Factory != null) && (
InstanceContext
!= null))
1368
if (
InstanceContext
!= null)
1370
InstanceContext
.OutgoingChannels.Remove((IChannel)_proxy);
1459
get { return
InstanceContext
; }
1464
if (
InstanceContext
!= null)
1466
InstanceContext
.OutgoingChannels.Remove((IChannel)_proxy);
1471
if (
InstanceContext
!= null)
1473
InstanceContext
.OutgoingChannels.Add((IChannel)_proxy);
System\ServiceModel\Dispatcher\PerSessionInstanceContextProvider.cs (1)
30
return (serviceChannel != null) ? serviceChannel.
InstanceContext
: null;