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