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