1 instantiation of XmlAttributeHolder
System.IdentityModel (1)
System\IdentityModel\XmlAttributeHolder.cs (1)
88attributes[i] = new XmlAttributeHolder(prefix, localName, ns, value);
8 references to XmlAttributeHolder
System.IdentityModel (8)
System\IdentityModel\XmlAttributeHolder.cs (8)
16public static XmlAttributeHolder[] emptyArray = new XmlAttributeHolder[0]; 53public static void WriteAttributes(XmlAttributeHolder[] attributes, XmlWriter writer) 59public static XmlAttributeHolder[] ReadAttributes(XmlDictionaryReader reader) 65public static XmlAttributeHolder[] ReadAttributes(XmlDictionaryReader reader, ref int maxSizeOfHeaders) 69XmlAttributeHolder[] attributes = new XmlAttributeHolder[reader.AttributeCount]; 105public static string GetAttribute(XmlAttributeHolder[] attributes, string localName, string ns)