8 references to CharBuffer_Prop
mscorlib (8)
system\io\streamreader.cs (8)
815char[] tmpCharBuffer = CharBuffer_Prop; 845if (CharBuffer_Prop[tmpCharPos] == '\n') 894sb.Append(CharBuffer_Prop, tmpCharPos, CharLen_Prop - tmpCharPos); 988n = Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, CharBuffer_Prop, 0); 1054n = Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, CharBuffer_Prop, 0); 1073Buffer.InternalBlockCopy(CharBuffer_Prop, CharPos_Prop * 2, buffer, (index + charsRead) * 2, n * 2); 1206CharLen_Prop += Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, CharBuffer_Prop, CharLen_Prop); 1241CharLen_Prop += Decoder_Prop.GetChars(tmpByteBuffer, 0, ByteLen_Prop, CharBuffer_Prop, CharLen_Prop);