Home
last modified time | relevance | path

Searched refs:XmlElementHasNoName (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs761 …public const string XmlElementHasNoName = "This element has no name. Please review schema type '{0… field in System.Xml.Res
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DSoapSchemaImporter.cs167 …throw new InvalidOperationException(Res.GetString(Res.XmlElementHasNoName, parentType.Name, parent… in ImportElement()
H A DXmlSchemaImporter.cs302 …throw new InvalidOperationException(Res.GetString(Res.XmlElementHasNoName, parentType.Name, parent… in ImportElement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Serialization/
H A DXmlSchemaImporter.cs321 …throw new InvalidOperationException(SR.Format(SR.XmlElementHasNoName, parentType.Name, parentType.… in ImportElement()