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