7 writes to CharPos_Prop
mscorlib (7)
system\io\streamreader.cs (7)
840CharPos_Prop = tmpCharPos = i + 1; 846CharPos_Prop = ++tmpCharPos; 895CharPos_Prop = CharLen_Prop; // We consumed these characters 955CharPos_Prop = 0; 1042CharPos_Prop = 0; 1074CharPos_Prop += n; 1188CharPos_Prop = 0;
8 references to CharPos_Prop
mscorlib (8)
system\io\streamreader.cs (8)
808if (CharPos_Prop == CharLen_Prop && (await ReadBufferAsync().ConfigureAwait(false)) == 0) 817int tmpCharPos = CharPos_Prop; 844tmpCharPos = CharPos_Prop; 890StringBuilder sb = new StringBuilder(CharLen_Prop - CharPos_Prop); 893int tmpCharPos = CharPos_Prop; 934if (CharPos_Prop == CharLen_Prop && (await ReadBufferAsync().ConfigureAwait(false)) == 0) 949int n = CharLen_Prop - CharPos_Prop; 1073Buffer.InternalBlockCopy(CharBuffer_Prop, CharPos_Prop * 2, buffer, (index + charsRead) * 2, n * 2);