3 references to MaxAttribute
System.Private.DataContractSerialization (3)
System\Xml\XmlBinaryNodeType.cs (1)
148
MinElement =
MaxAttribute
+ 1,
System\Xml\XmlBinaryReader.cs (1)
711
if (nodeType < XmlBinaryNodeType.MinAttribute || nodeType > XmlBinaryNodeType.
MaxAttribute
)
System\Xml\XmlBinaryWriter.cs (1)
38
Debug.Assert(XmlBinaryNodeType.
MaxAttribute
< XmlBinaryNodeType.MinElement &&