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); 148_endpointTrait = new ProgrammaticEndpointTrait<TChannel>(binding, remoteAddress, callbackInstance);
8 references to _endpointTrait
System.ServiceModel.Primitives (8)
System\ServiceModel\ClientBase.cs (8)
656if (s_factoryRefCache.TryGetValue(_endpointTrait, out factoryRef)) 661s_factoryRefCache.Remove(_endpointTrait); 680_channelFactoryRef = CreateChannelFactoryRef(_endpointTrait); 717_channelFactoryRef = CreateChannelFactoryRef(_endpointTrait); 754if (!s_factoryRefCache.TryGetValue(_endpointTrait, out cfRef)) 758s_factoryRefCache.Add(_endpointTrait, _channelFactoryRef); 781if (s_factoryRefCache.TryGetValue(_endpointTrait, out factoryRef)) 785s_factoryRefCache.Remove(_endpointTrait);