5 references to Array
System.Private.DataContractSerialization (5)
System\Xml\XmlBinaryNodeType.cs (1)
85
MinAttribute =
Array
+ 1,
System\Xml\XmlBinaryReader.cs (3)
693
case XmlBinaryNodeType.
Array
:
1120
if (GetNodeType() == XmlBinaryNodeType.
Array
) // Prevent recursion
1125
if (GetNodeType() == XmlBinaryNodeType.
Array
) // Prevent recursion
System\Xml\XmlBinaryWriter.cs (1)
845
WriteNode(XmlBinaryNodeType.
Array
);