4 references to WriteCharsCommonWithoutLengthPrefix
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryWriter.cs (4)
221WriteCharsCommonWithoutLengthPrefix(chars, useThisWriteOverride: false); 238WriteCharsCommonWithoutLengthPrefix(chars.AsSpan(index, count), useThisWriteOverride: false); 381WriteCharsCommonWithoutLengthPrefix(value, useThisWriteOverride: false); 410WriteCharsCommonWithoutLengthPrefix(chars, useThisWriteOverride: true);