3 references to MaxAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryNodeType.cs (1)
149
MinElement =
MaxAttribute
+ 1,
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
697
if (nodeType < XmlBinaryNodeType.MinAttribute || nodeType > XmlBinaryNodeType.
MaxAttribute
)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
36
DiagnosticUtility.DebugAssert(XmlBinaryNodeType.
MaxAttribute
< XmlBinaryNodeType.MinElement &&