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