9 references to fullNS
mscorlib (9)
system\runtime\remoting\soap.cs (9)
597get {return fullNS;} 629sb.Append(fullNS); 653else if (inNamespace.StartsWith(fullNS, StringComparison.Ordinal)) 655int index = inNamespace.IndexOf("/", fullNS.Length); 656typeNamespace = inNamespace.Substring(fullNS.Length,index-fullNS.Length); 752sb.Append(SoapServices.fullNS); 779sb.Append(SoapServices.fullNS); 793String urtNSprefix = SoapServices.fullNS;