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)
95
if (!
_parent
._channelThrows)
97
throw
_parent
._exception;
116
if (!
_parent
._channelThrows)
118
throw
_parent
._exception;
128
if (!
_parent
._channelThrows)
134
return (TChannel)(object)new ThrowingOutputChannel(this,
_parent
._exception, (IOutputChannel)innerChannel);
138
return (TChannel)(object)new ThrowingRequestChannel(this,
_parent
._exception, (IRequestChannel)innerChannel);
142
return (TChannel)(object)new ThrowingDuplexChannel(this,
_parent
._exception, (IDuplexChannel)innerChannel);
146
return (TChannel)(object)new ThrowingOutputSessionChannel(this,
_parent
._exception, (IOutputSessionChannel)innerChannel);
150
return (TChannel)(object)new ThrowingRequestSessionChannel(this,
_parent
._exception, (IRequestSessionChannel)innerChannel);
154
return (TChannel)(object)new ThrowingDuplexSessionChannel(this,
_parent
._exception, (IDuplexSessionChannel)innerChannel);