1 write to _innerChannel
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
20_innerChannel = innerChannel;
10 references to _innerChannel
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (10)
22_innerChannel.Faulted += _onInnerChannelFaulted; 27get { return _innerChannel; } 43_innerChannel.Faulted -= _onInnerChannelFaulted; 49_innerChannel.Abort(); 54_innerChannel.Close(timeout); 59return _innerChannel.BeginClose(timeout, callback, state); 64_innerChannel.EndClose(result); 69_innerChannel.Open(timeout); 74return _innerChannel.BeginOpen(timeout, callback, state); 79_innerChannel.EndOpen(result);