3 references to MaxValue
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Text\SurrogateChar.cs (1)
26if (ch < MinValue || ch > MaxValue)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (2)
791if (value > SurrogateChar.MaxValue) 819if (value > SurrogateChar.MaxValue)