2 instantiations of SessionChannels
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
79
this.sessionChannels = new
SessionChannels
(this.ActivityID);
System\ServiceModel\Routing\RoutingService.cs (1)
170
this.perMessageChannels = new
SessionChannels
(this.ChannelExtension.ActivityID);
11 references to SessionChannels
System.ServiceModel.Routing (11)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
528
SessionChannels
sessionChannels = this.service.GetSessionChannels(messageRpc.Impersonating);
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (2)
233
SessionChannels
sessionChannels = this.service.GetSessionChannels(this.messageRpc.Impersonating);
258
SessionChannels
sessionChannels = this.service.GetSessionChannels(this.messageRpc.Impersonating);
System\ServiceModel\Routing\RoutingChannelExtension.cs (6)
24
volatile
SessionChannels
sessionChannels;
68
public
SessionChannels
SessionChannels
95
SessionChannels
channelsToClose = null;
130
SessionChannels
channelsToClose = (
SessionChannels
)asyncResult.AsyncState;
245
SessionChannels
channelsToAbort;
System\ServiceModel\Routing\RoutingService.cs (2)
43
SessionChannels
perMessageChannels;
152
internal
SessionChannels
GetSessionChannels(bool impersonating)