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