4 references to ReadChar
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
307return dataReader.ReadChar();
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (1)
696return br.ReadChar();
System.Web (2)
UI\ObjectStateFormatter.cs (1)
543return reader.ReadChar();
Util\altserialization.cs (1)
203value = reader.ReadChar();