Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DCommunicationObject.cs26 bool onOpeningCalled; field in System.ServiceModel.Channels.CommunicationObject
242 if (!this.onOpeningCalled) in BeginOpen()
588 if (!this.onOpeningCalled) in Open()
744 this.onOpeningCalled = true; in OnOpening()