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)
636if (s_factoryRefCache.TryGetValue(_endpointTrait, out factoryRef)) 641s_factoryRefCache.Remove(_endpointTrait); 660_channelFactoryRef = CreateChannelFactoryRef(_endpointTrait); 697_channelFactoryRef = CreateChannelFactoryRef(_endpointTrait); 734if (!s_factoryRefCache.TryGetValue(_endpointTrait, out cfRef)) 738s_factoryRefCache.Add(_endpointTrait, _channelFactoryRef); 761if (s_factoryRefCache.TryGetValue(_endpointTrait, out factoryRef)) 765s_factoryRefCache.Remove(_endpointTrait);