metadata\wsdlparser.cs (30)
2735if (!urtNS.IsEmpty && urtNS.UrtType == UrtType.Interop)
2749if (!urtNS.IsEmpty && !(urtNS.UrtType == UrtType.UrtSystem || urtNS.UrtType == UrtType.Xsd || urtNS.UrtType == UrtType.None))
2770internal UrtType IsURTExportedType(String name, out String ns, out String assemName)
2774UrtType urtType = UrtType.None;
2781urtType = UrtType.Xsd;
2793urtType = UrtType.UrtSystem;
2796urtType = UrtType.UrtUser;
2799if (urtType == UrtType.None)
2803urtType = UrtType.Interop;
2839if (urtNS.UrtType == UrtType.Interop)
4105if (ns.UrtType == UrtType.Xsd)
4747UrtType iType = parser.IsURTExportedType(baseIFaceXmlNS, out baseIFaceNS,
4751if ((iType != UrtType.Interop) && baseIFaceNS.StartsWith("System", StringComparison.Ordinal))
4948UrtType urtType = parser.IsURTExportedType(xmlNS, out _typeNS, out typeAssemName);
4949if (urtType == UrtType.Interop)
5528if (xns.UrtType == UrtType.Interop)
5766UrtType urtType = parser.IsURTExportedType(_baseTypeXmlNS, out baseTypeNS, out baseTypeAssemName);
5767if (urtType == UrtType.UrtSystem || baseTypeNS.StartsWith("System", StringComparison.Ordinal))
5832UrtType iType = parser.IsURTExportedType(implIFaceXmlNS, out implIFaceNS,
5835if (iType == UrtType.UrtSystem)// && implIFaceNS.StartsWith("System", StringComparison.Ordinal))
6393case UrtType.Xsd:
6396case UrtType.UrtSystem:
6397case UrtType.UrtUser:
6400case UrtType.Interop:
6532if (_nsType == UrtType.Interop)
6650internal UrtType UrtType{
6977private UrtType _nsType;