11 references to UrtType
System.Runtime.Remoting (11)
metadata\wsdlparser.cs (11)
2735if (!urtNS.IsEmpty && urtNS.UrtType == UrtType.Interop) 2742Util.Log("WsdlParser.PrintCSC Interop "+urtNS.EncodedNS+" "+urtNS.Namespace+" urtType "+((Enum)urtNS.UrtType).ToString()); 2749if (!urtNS.IsEmpty && !(urtNS.UrtType == UrtType.UrtSystem || urtNS.UrtType == UrtType.Xsd || urtNS.UrtType == UrtType.None)) 2751Util.Log("WsdlParser.PrintCSC fileName urtNS "+urtNS.Namespace+" urtType "+((Enum)urtNS.UrtType).ToString()); 2839if (urtNS.UrtType == UrtType.Interop) 4104Util.Log("URTMethod.ResolveWsdlParams actualType 2 UrtType "+((Enum)ns.UrtType).ToString()); 4105if (ns.UrtType == UrtType.Xsd) 5528if (xns.UrtType == UrtType.Interop) 6391switch (_arrayNS.UrtType)