1 write to endpointMappings
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
42this.endpointMappings = Hashtable.Synchronized(new Hashtable());
5 references to endpointMappings
System.WorkflowServices (5)
System\Workflow\Runtime\Hosting\ChannelManager.cs (5)
93this.endpointMappings.Clear(); 136this.endpointMappings[cacheAddress] = new KeyValuePair<string, Type>(endpointName, contractType); 210if (this.endpointMappings.ContainsKey(address)) 212endpointData = (KeyValuePair<string, Type>) this.endpointMappings[address]; 213if (endpointMappings != null)