Base:
1 reference to Write
Microsoft.NET.Build.Containers (1)
Layer.cs (1)
295public override void Write(byte[] buffer, int offset, int count) => Write(buffer.AsSpan(offset, count));