9 references to InternalInitialize
System.Text.Encoding.CodePages (9)
System\Text\DBCSCodePageEncoding.cs (6)
811fallbackHelper.InternalInitialize(bytes, null); 836fallbackHelper.InternalInitialize(byteEnd - count, null); 894fallbackHelper.InternalInitialize(byteEnd - count, null); 965fallbackHelper.InternalInitialize(bytes, charEnd); 991fallbackHelper.InternalInitialize(byteEnd - byteCount, charEnd); 1055fallbackHelper.InternalInitialize(byteEnd - byteCount, charEnd);
System\Text\EncodingCharBuffer.cs (1)
45_fallbackBufferHelper.InternalInitialize(_bytes, _charEnd);
System\Text\SBCSCodePageEncoding.cs (2)
726fallbackHelper.InternalInitialize(byteEnd - count, null); 857fallbackHelper.InternalInitialize(byteEnd - byteCount, charEnd);