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