3 writes to _endpointTrait
System.ServiceModel.Primitives (3)
System\ServiceModel\ClientBase.cs (3)
74
_endpointTrait
= new ProgrammaticEndpointTrait<TChannel>(binding, remoteAddress, null);
96
_endpointTrait
= new ServiceEndpointTrait<TChannel>(endpoint, null);
128
_endpointTrait
= new ProgrammaticEndpointTrait<TChannel>(binding, remoteAddress, callbackInstance);
8 references to _endpointTrait
System.ServiceModel.Primitives (8)
System\ServiceModel\ClientBase.cs (8)
636
if (s_factoryRefCache.TryGetValue(
_endpointTrait
, out factoryRef))
641
s_factoryRefCache.Remove(
_endpointTrait
);
660
_channelFactoryRef = CreateChannelFactoryRef(
_endpointTrait
);
697
_channelFactoryRef = CreateChannelFactoryRef(
_endpointTrait
);
734
if (!s_factoryRefCache.TryGetValue(
_endpointTrait
, out cfRef))
738
s_factoryRefCache.Add(
_endpointTrait
, _channelFactoryRef);
761
if (s_factoryRefCache.TryGetValue(
_endpointTrait
, out factoryRef))
765
s_factoryRefCache.Remove(
_endpointTrait
);