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