1 write to _parent
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
58_parent = parent;
11 references to _parent
System.ServiceModel.Primitives.Tests (11)
ServiceModel\ThrowingOnCloseBindingElement.cs (11)
95if (!_parent._channelThrows) 97throw _parent._exception; 116if (!_parent._channelThrows) 118throw _parent._exception; 128if (!_parent._channelThrows) 134return (TChannel)(object)new ThrowingOutputChannel(this, _parent._exception, (IOutputChannel)innerChannel); 138return (TChannel)(object)new ThrowingRequestChannel(this, _parent._exception, (IRequestChannel)innerChannel); 142return (TChannel)(object)new ThrowingDuplexChannel(this, _parent._exception, (IDuplexChannel)innerChannel); 146return (TChannel)(object)new ThrowingOutputSessionChannel(this, _parent._exception, (IOutputSessionChannel)innerChannel); 150return (TChannel)(object)new ThrowingRequestSessionChannel(this, _parent._exception, (IRequestSessionChannel)innerChannel); 154return (TChannel)(object)new ThrowingDuplexSessionChannel(this, _parent._exception, (IDuplexSessionChannel)innerChannel);