1 write to _innerOutputChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
179_innerOutputChannel = innerOutputChannel;
12 references to _innerOutputChannel
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannelFactory.cs (12)
181_innerOutputChannel.Faulted += _onInnerOutputChannelFaulted; 191get { return _innerOutputChannel.RemoteAddress; } 196get { return _innerOutputChannel.Via; } 201_innerOutputChannel.Faulted -= _onInnerOutputChannelFaulted; 207_innerOutputChannel.Abort(); 213return new ChainedCloseAsyncResult(timeout, callback, state, base.OnBeginClose, base.OnEndClose, _innerOutputChannel); 224_innerOutputChannel.Close(timeoutHelper.RemainingTime()); 230return new ChainedOpenAsyncResult(timeout, callback, state, base.OnBeginOpen, base.OnEndOpen, _innerOutputChannel); 242_innerOutputChannel.Open(timeoutHelper.RemainingTime()); 252_innerOutputChannel.Send(message, timeout); 262return _innerOutputChannel.BeginSend(message, timeout, callback, state); 267_innerOutputChannel.EndSend(result);