3 references to SurLowStart
Microsoft.CodeAnalysis (3)
Xml\XmlCharType.cs (3)
1060return InRange(ch, SurLowStart, SurLowEnd); 1070return (lowChar - SurLowStart) | ((highChar - SurHighStart) << 10) + 0x10000; 1076lowChar = (char)(SurLowStart + v % 1024);