Home
last modified time | relevance | path

Searched refs:XmlMissingAttribute (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs773 public const string XmlMissingAttribute = "The attribute {0} is missing."; field in System.Xml.Res
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DXmlSchemaImporter.cs1794 … throw new InvalidOperationException(Res.GetString(Res.XmlMissingAttribute, name.Name)); in FindAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Serialization/
H A DXmlSchemaImporter.cs1994 throw new InvalidOperationException(SR.Format(SR.XmlMissingAttribute, name.Name)); in FindAttribute()