4 writes to firstByte
mscorlib (4)
system\text\utf7encoding.cs (4)
820
decoder.
firstByte
= false;
826
decoder.
firstByte
= firstByte;
921
this.
firstByte
= (bool)info.GetValue("firstByte", typeof(bool));
946
this.
firstByte
= false;
2 references to firstByte
mscorlib (2)
system\text\utf7encoding.cs (2)
691
firstByte = decoder.
firstByte
;
938
info.AddValue("firstByte", this.
firstByte
);