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