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