Home
last modified time | relevance | path

Searched refs:firstIncomingChannel (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DServiceChannelManager.cs20 IChannel firstIncomingChannel; field in System.ServiceModel.ServiceChannelManager
93 if (this.firstIncomingChannel == null) in AddIncomingChannel()
97 this.firstIncomingChannel = channel; in AddIncomingChannel()
259 if (this.firstIncomingChannel != null) in EnsureIncomingChannelCollection()
261 this.incomingChannels.Add(this.firstIncomingChannel); in EnsureIncomingChannelCollection()
262 …this.ChannelRemoved(this.firstIncomingChannel); // Adding to collection called ChannelAdded, so ca… in EnsureIncomingChannelCollection()
263 this.firstIncomingChannel = null; in EnsureIncomingChannelCollection()
359 if (this.firstIncomingChannel == channel) in RemoveChannel()
361 this.firstIncomingChannel = null; in RemoveChannel()
386 if (this.firstIncomingChannel != null) in SnapshotChannels()
[all …]