1 write to _length
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\DeterministicTests.cs (1)
526public override void Write(byte[] buffer, int offset, int count) { _length += count; }
2 references to _length
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\DeterministicTests.cs (2)
516public override long Length { get { return _length; } } 519get { return _length; }