5 references to Array
System.Runtime.Serialization (5)
System\Xml\XmlBinaryNodeType.cs (1)
85
MinAttribute =
Array
+ 1,
System\Xml\XmlBinaryReader.cs (3)
707
case XmlBinaryNodeType.
Array
:
1130
if (GetNodeType() == XmlBinaryNodeType.
Array
) // Prevent recursion
1135
if (GetNodeType() == XmlBinaryNodeType.
Array
) // Prevent recursion
System\Xml\XmlBinaryWriter.cs (1)
892
WriteNode(XmlBinaryNodeType.
Array
);