2 references to _specialEncodingChars
System.Web.Mobile (2)
UI\MobileControls\Adapters\WmlPageAdapter.cs (2)
439
if (currentChar <
_specialEncodingChars
.Length)
441
char encodingChar =
_specialEncodingChars
[currentChar];