1 write to m_CachedChannelBinding
System (1)
net\System\Net\_TLSstream.cs (1)
111
m_CachedChannelBinding
= GetChannelBinding(ChannelBindingKind.Endpoint);
2 references to m_CachedChannelBinding
System (2)
net\System\Net\_TLSstream.cs (2)
418
if (kind == ChannelBindingKind.Endpoint &&
m_CachedChannelBinding
!= null)
420
return
m_CachedChannelBinding
;