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