3 types derived from XmlAttribute
System.Configuration.ConfigurationManager (1)
System.Private.Xml (1)
System.Security.Cryptography.Xml (1)
4 instantiations of XmlAttribute
System.Private.Xml (4)
437 references to XmlAttribute
ILLink.Tasks (9)
Microsoft.Maui.Controls.SourceGen (3)
Microsoft.Web.Xdt.Extensions (4)
netstandard (1)
PresentationBuildTasks (6)
PresentationFramework (11)
ReachFramework (2)
System.Configuration.ConfigurationManager (4)
System.Data.Common (50)
System\Data\XMLSchema.cs (8)
259internal static void SetProperties(object instance, XmlAttribute[]? attrs)
320private static void SetExtProperties(object instance, XmlAttribute[]? attrs)
358private void HandleColumnExpression(object instance, XmlAttribute[]? attrs)
384XmlAttribute[]? nodeAttributes = node.UnhandledAttributes;
1956internal void HandleSimpleTypeSimpleContentColumn(XmlSchemaSimpleType typeNode, string strType, DataTable table, bool isBase, XmlAttribute[]? attrs, bool isNillable)
2094internal void HandleSimpleContentColumn(string strType, DataTable table, bool isBase, XmlAttribute[]? attrs, bool isNillable)
2812XmlAttribute[]? attribs = node.UnhandledAttributes;
2817XmlAttribute attrib = attribs[i];
System.Private.DataContractSerialization (22)
System.Private.Xml (260)
System\Xml\Dom\XmlDocument.cs (12)
125private XmlAttribute? _namespaceXml;
599public XmlAttribute CreateAttribute(string name)
684XmlAttribute defattr = PrepareDefaultAttribute(attdef, attrPrefix, attrLocalname, attrNamespaceURI);
709private XmlAttribute PrepareDefaultAttribute(SchemaAttDef attdef, string attrPrefix, string attrLocalname, string attrNamespaceURI)
712XmlAttribute defattr = CreateDefaultAttribute(attrPrefix, attrLocalname, attrNamespaceURI);
906public XmlAttribute CreateAttribute(string qualifiedName, string? namespaceURI)
976Debug.Assert(((XmlAttribute)node).Specified);
1059public virtual XmlAttribute CreateAttribute(string? prefix, string localName, string? namespaceURI)
1064protected internal virtual XmlAttribute CreateDefaultAttribute(string? prefix, string localName, string? namespaceURI)
1665internal XmlAttribute? GetDefaultAttribute(XmlElement elem, string attrPrefix, string attrLocalname, string attrNamespaceURI)
1683XmlAttribute defattr = PrepareDefaultAttribute(attdef, attrPrefix, attrLocalname, attrNamespaceURI);
1815internal XmlAttribute NamespaceXml
System.Security.Cryptography.Xml (61)
System.Windows.Forms (1)
System.Xml (1)
System.Xml.ReaderWriter (1)
System.Xml.XmlDocument (1)