Base:
method
SetLength
Microsoft.CodeAnalysis.SerializableBytes.PooledStream.SetLength(System.Int64)
5 references to SetLength
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (1)
324/// Sets the length of this stream (see <see cref="SetLength(long)"/>. If <paramref name="truncate"/> is <see
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
UtilityTest\SerializableBytesTests.cs (4)
193stream.SetLength(10000); 195stream.SetLength(1); 216stream.SetLength(10000); 219stream.SetLength(SharedPools.ByteBufferSize);