35 references to SoapServices
mscorlib (18)
system\marshalbyrefobject.cs (4)
202
Type castType =
SoapServices
.GetInteropTypeFromXmlType(xmlTypeName, xmlTypeNamespace);
207
if (!
SoapServices
.DecodeXmlNamespaceForClrTypeNamespace(xmlTypeNamespace,
251
if (!
SoapServices
.GetXmlTypeForInteropType(castType, out xmlTypeName, out xmlTypeNamespace))
256
SoapServices
.CodeXmlNamespaceForClrTypeNamespace(
system\runtime\remoting\configuration.cs (4)
970
SoapServices
.RegisterInteropXmlElement(entry.XmlElementName,
981
SoapServices
.RegisterInteropXmlType(entry.XmlTypeName,
994
SoapServices
.PreLoad(type);
998
SoapServices
.PreLoad(assembly);
system\runtime\remoting\remotingservices.cs (3)
2516
if (
SoapServices
.GetXmlTypeForInteropType(type, out xmlTypeName, out xmlTypeNamespace))
2574
if (!
SoapServices
.DecodeXmlNamespaceForClrTypeNamespace(
2661
RuntimeType type = (RuntimeType)
SoapServices
.GetInteropTypeFromXmlType(xmlTypeName, xmlTypeNamespace);
system\runtime\remoting\remotingsurrogateselector.cs (1)
369
String methodElementNS =
SoapServices
.GetXmlNamespaceForMethodCall(mb);
system\runtime\remoting\soap.cs (6)
747
sb.Append(
SoapServices
.namespaceNS);
752
sb.Append(
SoapServices
.fullNS);
774
sb.Append(
SoapServices
.namespaceNS);
779
sb.Append(
SoapServices
.fullNS);
793
String urtNSprefix =
SoapServices
.fullNS;
794
String systemNSprefix =
SoapServices
.namespaceNS;
System.Runtime.Remoting (17)
channels\http\httpremotinghandler.cs (3)
508
SoapServices
.RegisterInteropXmlElement(xmlName, xmlNamespace, type);
509
SoapServices
.RegisterInteropXmlType(xmlName, xmlNamespace, type);
517
SoapServices
.RegisterSoapActionForMethodBase(mi, xmlNamespace + "#" + mi.Name);
channels\sinks\soapformattersinks.cs (3)
228
SoapServices
.GetSoapActionFromMethodBase(mb)) +
666
(!
SoapServices
.IsSoapActionValidForMethodBase(
851
if (!
SoapServices
.GetTypeAndMethodNameFromSoapAction(soapAction, out typeName, out methodName))
metadata\wsdlparser.cs (5)
2786
if (
SoapServices
.IsClrTypeNamespace(name))
2788
SoapServices
.DecodeXmlNamespaceForClrTypeNamespace(name, out ns, out assemName);
5803
_baseTypeXmlNS =
SoapServices
.CodeXmlNamespaceForClrTypeNamespace("System.Runtime.Remoting","System.Runtime.Remoting");
5813
_baseTypeXmlNS =
SoapServices
.CodeXmlNamespaceForClrTypeNamespace("System", null);
5822
_baseType = new SystemType("Object",
SoapServices
.CodeXmlNamespaceForClrTypeNamespace("System", null), "System", null);
metadata\wsdlwriter.cs (6)
478
SoapServices
.GetXmlElementForInteropType(type, out xmlElement, out xmlNamespace);
2037
String soapAction =
SoapServices
.GetSoapActionFromMethodBase(method);
2075
String interopNamespace =
SoapServices
.GetXmlNamespaceForMethodCall(method);
2100
interopNamespace =
SoapServices
.GetXmlNamespaceForMethodResponse(method);
2593
sb.Append(
SoapServices
.CodeXmlNamespaceForClrTypeNamespace(name, null));
2597
sb.Append(
SoapServices
.CodeXmlNamespaceForClrTypeNamespace(name, assem.FullName));