5 references to Array
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryNodeType.cs (1)
86
MinAttribute =
Array
+ 1,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (3)
679
case XmlBinaryNodeType.
Array
:
1100
if (GetNodeType() == XmlBinaryNodeType.
Array
) // Prevent recursion
1105
if (GetNodeType() == XmlBinaryNodeType.
Array
) // Prevent recursion
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
923
WriteNode(XmlBinaryNodeType.
Array
);