27 references to InternalInitialize
mscorlib (27)
system\text\asciiencoding.cs (2)
810fallbackBuffer.InternalInitialize(byteEnd - count, null); 911fallbackBuffer.InternalInitialize(byteEnd - byteCount, charEnd);
system\text\dbcscodepageencoding.cs (6)
825fallbackBuffer.InternalInitialize(bytes, null); 849fallbackBuffer.InternalInitialize(byteEnd - count, null); 906fallbackBuffer.InternalInitialize(byteEnd - count, null); 977fallbackBuffer.InternalInitialize(bytes, charEnd); 1002fallbackBuffer.InternalInitialize(byteEnd - byteCount, charEnd); 1065fallbackBuffer.InternalInitialize(byteEnd - byteCount, charEnd);
system\text\encoding.cs (1)
1947fallbackBuffer.InternalInitialize(bytes, charEnd);
system\text\sbcscodepageencoding.cs (2)
722fallbackBuffer.InternalInitialize(byteEnd - count, null); 848fallbackBuffer.InternalInitialize(byteEnd - byteCount, charEnd);
system\text\unicodeencoding.cs (10)
1328fallbackBuffer.InternalInitialize(byteStart, null); 1370fallbackBuffer.InternalInitialize(byteStart, null); 1410fallbackBuffer.InternalInitialize(byteStart, null); 1451fallbackBuffer.InternalInitialize(byteStart, null); 1469fallbackBuffer.InternalInitialize(byteStart, null); 1664fallbackBuffer.InternalInitialize(byteStart, charEnd); 1713fallbackBuffer.InternalInitialize(byteStart, charEnd); 1772fallbackBuffer.InternalInitialize(byteStart, charEnd); 1834fallbackBuffer.InternalInitialize(byteStart, charEnd); 1869fallbackBuffer.InternalInitialize(byteStart, charEnd);
system\text\utf32encoding.cs (2)
795fallbackBuffer.InternalInitialize(byteStart, null); 943fallbackBuffer.InternalInitialize(bytes, chars + charCount);
system\text\utf8encoding.cs (4)
1393fallback.InternalInitialize(bytes, null); 1662fallback.InternalInitialize(bytes, null); 1801fallback.InternalInitialize(bytes, pAllocatedBufferEnd); 2176fallback.InternalInitialize(bytes, pAllocatedBufferEnd);