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