3 references to MaxValue
System.Runtime.Serialization (3)
System\Text\SurrogateChar.cs (1)
24
if (ch < MinValue || ch >
MaxValue
)
System\Xml\XmlBufferReader.cs (2)
807
if (value > SurrogateChar.
MaxValue
)
835
if (value > SurrogateChar.
MaxValue
)