5 writes to byteStart
mscorlib (5)
system\text\decoderbestfitfallback.cs (1)
164
byteStart
= null;
system\text\decoderfallback.cs (2)
128
byteStart
= null;
137
this.
byteStart
= byteStart;
system\text\decoderreplacementfallback.cs (1)
198
byteStart
= null;
system\text\utf7encoding.cs (1)
1131
byteStart
= null;
4 references to byteStart
mscorlib (4)
system\text\decoderfallback.cs (4)
157
Contract.Assert(
byteStart
!= null, "[DecoderFallback.InternalFallback]Used InternalFallback without calling InternalInitialize");
160
if (this.Fallback(bytes, (int)(pBytes -
byteStart
- bytes.Length)))
218
Contract.Assert(
byteStart
!= null, "[DecoderFallback.InternalFallback]Used InternalFallback without calling InternalInitialize");
221
if (this.Fallback(bytes, (int)(pBytes -
byteStart
- bytes.Length)))