Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DChannelDispatcher.cs38 bool receiveSynchronously; field in System.ServiceModel.Dispatcher.ChannelDispatcher
96 this.receiveSynchronously = false; in Initialize()
307 return this.receiveSynchronously;
312 this.receiveSynchronously = value;
H A DChannelHandler.cs59 bool receiveSynchronously; field in System.ServiceModel.Dispatcher.ChannelHandler
113 this.receiveSynchronously = channelDispatcher.ReceiveSynchronously; in ChannelHandler()
139 receiveSynchronously = true; in ChannelHandler()
194 this.receiveSynchronously = true; in ChannelHandler()
615 if (this.receiveSynchronously) in EnsurePump()