7 references to namespaceNS
mscorlib (7)
system\runtime\remoting\soap.cs (7)
592
get {return
namespaceNS
;}
624
sb.Append(
namespaceNS
);
651
else if (inNamespace.StartsWith(
namespaceNS
, StringComparison.Ordinal))
652
typeNamespace = inNamespace.Substring(
namespaceNS
.Length);
747
sb.Append(SoapServices.
namespaceNS
);
774
sb.Append(SoapServices.
namespaceNS
);
794
String systemNSprefix = SoapServices.
namespaceNS
;