Home
last modified time | relevance | path

Searched refs:XmlTypeNamespace (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/System.Xml.Serialization/
H A DXmlSchemaExporter.cs203 XmlSchema schema = GetSchema (xmlTypeMapping.XmlTypeNamespace); in ExportTypeMapping()
262 XmlSchema schema = GetSchema (map.XmlTypeNamespace); in ExportClassSchema()
283 ImportNamespace (schema, map.BaseMap.XmlTypeNamespace); in ExportClassSchema()
303 ImportNamespace (schema, map.BaseMap.XmlTypeNamespace); in ExportClassSchema()
528 ImportNamespace (currentSchema, einfo.MappedType.XmlTypeNamespace); in GetSchemaElement()
541 ImportNamespace (currentSchema, einfo.MappedType.XmlTypeNamespace); in GetSchemaElement()
552 ImportNamespace (currentSchema, einfo.MappedType.XmlTypeNamespace); in GetSchemaElement()
683 XmlSchema schema = GetSchema (map.XmlTypeNamespace); in ExportDerivedSchema()
706 XmlSchema schema = GetSchema (map.XmlTypeNamespace); in ExportEnumSchema()
792 XmlSchema schema = GetSchema (map.XmlTypeNamespace); in ExportArraySchema()
[all …]
H A DXmlTypeMapping.cs82 get { return XmlTypeNamespace; }
96 internal string XmlTypeNamespace property in System.Xml.Serialization.XmlTypeMapping
172 if (xmlType == name && XmlTypeNamespace == ens) return this; in GetRealElementMap()
174 if (map.xmlType == name && map.XmlTypeNamespace == ens) return map; in GetRealElementMap()
239 XmlTypeNamespace = _schemaTypeName.Namespace; in XmlSerializableMapping()
H A DXmlReflectionImporter.cs338 helper.RegisterClrType (map, type, map.XmlTypeNamespace); in ImportClassMapping()
339 helper.RegisterSchemaType (map, map.XmlType, map.XmlTypeNamespace); in ImportClassMapping()
364 string ns = map.XmlTypeNamespace; in ImportClassMapping()
369 ns = bmap.XmlTypeNamespace; in ImportClassMapping()
608 helper.RegisterClrType (map, type, map.XmlTypeNamespace); in ImportXmlNodeMapping()
628 helper.RegisterClrType (map, type, map.XmlTypeNamespace); in ImportPrimitiveMapping()
643 helper.RegisterClrType (map, type, map.XmlTypeNamespace); in ImportEnumMapping()
675 helper.RegisterClrType (map, type, map.XmlTypeNamespace); in ImportXmlSerializableMapping()
H A DXmlTypeMapElementInfo.cs91 else return _mappedType.XmlTypeNamespace;
H A DXmlSerializationWriterInterpreter.cs150 WriteXsiType(map.XmlType, map.XmlTypeNamespace); in WriteObject()
H A DSerializationCodeGenerator.cs710 …WriteXsiType(" + GetLiteral(typeMap.XmlType) + ", " + GetLiteral(typeMap.XmlTypeNamespace) + ");"); in GenerateWriteObject()
1572 …etLiteral (realMap.XmlType) + " && t.Namespace == " + GetLiteral (realMap.XmlTypeNamespace) + ")"); in GenerateReadClassInstance()
1577 …etLiteral (typeMap.XmlType) + " || t.Namespace != " + GetLiteral (typeMap.XmlTypeNamespace) + ")"); in GenerateReadClassInstance()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingattributes.cs553 XmlTypeNamespace = 0x8 enumerator
573 … return (_explicitlySet & (ExplicitlySet.XmlTypeName | ExplicitlySet.XmlTypeNamespace)) != 0; in IsInteropXmlType()
608 ProtXmlNamespace = XmlTypeNamespace;
637 public String XmlTypeNamespace // value for xml type namespace (this should always be valid) property in System.Runtime.Remoting.Metadata.SoapTypeAttribute
654 _explicitlySet |= ExplicitlySet.XmlTypeNamespace;
H A Dsoap.cs194 RegisterInteropXmlType(attr.XmlTypeName, attr.XmlTypeNamespace, type); in PreLoad()
359 xmlTypeNamespace = attr.XmlTypeNamespace; in GetXmlTypeForInteropType()
H A Dremotingconfigparser.cs114 internal String XmlTypeNamespace; field in System.Runtime.Remoting.Activation.RemotingXmlConfigFileData.InteropXmlTypeEntry
122 XmlTypeNamespace = xmlTypeNamespace; in InteropXmlTypeEntry()
H A Dconfiguration.cs982 entry.XmlTypeNamespace, in StoreInteropEntries()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Runtime.Remoting/
H A DSoapServicesTest.cs17 …ttribute (XmlElementName="ename", XmlNamespace="ens", XmlTypeName="tname", XmlTypeNamespace="tns")]
52 [SoapTypeAttribute (XmlNamespace="ens", XmlTypeNamespace="tns")]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Metadata/
H A DSoapTypeAttribute.cs121 public string XmlTypeNamespace { property in System.Runtime.Remoting.Metadata.SoapTypeAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting/
H A DSoapServices.cs280 xmlTypeNamespace = att.XmlTypeNamespace; in GetXmlTypeForInteropType()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A Dmscorlib.cs14906 public string XmlTypeNamespace { get { throw null; } set { } } property in System.Runtime.Remoting.Metadata.SoapTypeAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A Dmscorlib.cs16178 public string XmlTypeNamespace { get { throw null; } set { } } property in System.Runtime.Remoting.Metadata.SoapTypeAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs17802 public string XmlTypeNamespace { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs17802 public string XmlTypeNamespace { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A Dmscorlib.cs17603 public string XmlTypeNamespace { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A Dmscorlib.cs16764 public string XmlTypeNamespace { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A Dmscorlib.cs16905 public string XmlTypeNamespace { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A Dmscorlib.cs17606 public string XmlTypeNamespace { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A Dmscorlib.cs17573 public string XmlTypeNamespace { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A Dmscorlib.cs17810 public string XmlTypeNamespace { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmscorlib.cs18279 public string XmlTypeNamespace { get { throw null; } set { } }
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A Dmscorlib.cs18029 public string XmlTypeNamespace { get { throw null; } set { } }

12