1 write to _typeToServiceEndpoint
System.Runtime.Remoting (1)
metadata\wsdlwriter.cs (1)
130_typeToServiceEndpoint = new Hashtable(10);
11 references to _typeToServiceEndpoint
System.Runtime.Remoting (11)
metadata\wsdlwriter.cs (11)
129if (_typeToServiceEndpoint == null) 131if (_typeToServiceEndpoint.ContainsKey(serviceTypes[i].ObjectType.Name)) 133ArrayList serviceEndpoints = (ArrayList)_typeToServiceEndpoint[serviceTypes[i].ObjectType.Name]; 140_typeToServiceEndpoint[serviceTypes[i].ObjectType.Name] = serviceEndpoints; 272connectTypeToServiceEndpoint = _typeToServiceEndpoint; 522_typeToServiceEndpoint, 725if (((_typeToServiceEndpoint != null) && (_typeToServiceEndpoint.ContainsKey(refNames[i]))) || 741if ((_typeToServiceEndpoint != null) && (_typeToServiceEndpoint.ContainsKey(refNames[i]))) 743foreach (String url in (ArrayList)_typeToServiceEndpoint[refNames[i]])