4 references to SurLowEnd
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1517
(/*LocalAppContextSwitches.DontThrowOnInvalidSurrogatePairs ||*/ lowChar <= XmlCharType.
SurLowEnd
))
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1358
(/*LocalAppContextSwitches.DontThrowOnInvalidSurrogatePairs ||*/ lowChar <= XmlCharType.
SurLowEnd
))
FrameworkFork\Microsoft.Xml\Xml\XmlCharType.cs (2)
639
return InRange(ch, SurLowStart,
SurLowEnd
);
644
return InRange(ch, SurHighStart,
SurLowEnd
);