1 write to _callbackInstance
System.ServiceModel.Primitives (1)
System\ServiceModel\ServiceEndpointTrait.cs (1)
19
_callbackInstance
= callbackInstance;
6 references to _callbackInstance
System.ServiceModel.Primitives (6)
System\ServiceModel\ServiceEndpointTrait.cs (6)
28
if (!ReferenceEquals(
_callbackInstance
, trait1.
_callbackInstance
))
41
if (
_callbackInstance
!= null)
43
hashCode ^=
_callbackInstance
.GetHashCode();
54
if (
_callbackInstance
!= null)
63
return new DuplexChannelFactory<TChannel>(
_callbackInstance
, _serviceEndpoint);