3 references to WriteCore
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\PinnedBufferMemoryStream.cs (1)
33
public override void Write(ReadOnlySpan<byte> buffer) =>
WriteCore
(buffer);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (2)
607
WriteCore
(new ReadOnlySpan<byte>(buffer, offset, count));
614
WriteCore
(buffer);