9 references to InternalInitialize
System.Text.Encoding.CodePages (9)
System\Text\DBCSCodePageEncoding.cs (6)
800fallbackHelper.InternalInitialize(bytes, null); 825fallbackHelper.InternalInitialize(byteEnd - count, null); 883fallbackHelper.InternalInitialize(byteEnd - count, null); 954fallbackHelper.InternalInitialize(bytes, charEnd); 980fallbackHelper.InternalInitialize(byteEnd - byteCount, charEnd); 1044fallbackHelper.InternalInitialize(byteEnd - byteCount, charEnd);
System\Text\EncodingCharBuffer.cs (1)
45_fallbackBufferHelper.InternalInitialize(_bytes, _charEnd);
System\Text\SBCSCodePageEncoding.cs (2)
715fallbackHelper.InternalInitialize(byteEnd - count, null); 846fallbackHelper.InternalInitialize(byteEnd - byteCount, charEnd);