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)
440 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)
317private static void SetExtProperties(object instance, XmlAttribute[]? attrs)
355private void HandleColumnExpression(object instance, XmlAttribute[]? attrs)
381XmlAttribute[]? nodeAttributes = node.UnhandledAttributes;
1952internal void HandleSimpleTypeSimpleContentColumn(XmlSchemaSimpleType typeNode, string strType, DataTable table, bool isBase, XmlAttribute[]? attrs, bool isNillable)
2090internal void HandleSimpleContentColumn(string strType, DataTable table, bool isBase, XmlAttribute[]? attrs, bool isNillable)
2802XmlAttribute[]? attribs = node.UnhandledAttributes;
2807XmlAttribute attrib = attribs[i];
System.Private.DataContractSerialization (22)
System.Private.Xml (260)
System\Xml\Dom\XmlDocument.cs (12)
125private XmlAttribute? _namespaceXml;
596public XmlAttribute CreateAttribute(string name)
681XmlAttribute defattr = PrepareDefaultAttribute(attdef, attrPrefix, attrLocalname, attrNamespaceURI);
706private XmlAttribute PrepareDefaultAttribute(SchemaAttDef attdef, string attrPrefix, string attrLocalname, string attrNamespaceURI)
709XmlAttribute defattr = CreateDefaultAttribute(attrPrefix, attrLocalname, attrNamespaceURI);
903public XmlAttribute CreateAttribute(string qualifiedName, string? namespaceURI)
973Debug.Assert(((XmlAttribute)node).Specified);
1056public virtual XmlAttribute CreateAttribute(string? prefix, string localName, string? namespaceURI)
1061protected internal virtual XmlAttribute CreateDefaultAttribute(string? prefix, string localName, string? namespaceURI)
1662internal XmlAttribute? GetDefaultAttribute(XmlElement elem, string attrPrefix, string attrLocalname, string attrNamespaceURI)
1680XmlAttribute defattr = PrepareDefaultAttribute(attdef, attrPrefix, attrLocalname, attrNamespaceURI);
1812internal XmlAttribute NamespaceXml
System.Security.Cryptography.Xml (61)
System.ServiceModel.Primitives (3)
System.Windows.Forms (1)
System.Xml (1)
System.Xml.ReaderWriter (1)
System.Xml.XmlDocument (1)