1 write to _channelBinding
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
23
_channelBinding
= channelBinding ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channelBinding));
2 references to _channelBinding
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (2)
42
return
_channelBinding
;
117
((IDisposable)
_channelBinding
).Dispose();