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)
193
stream.
SetLength
(10000);
195
stream.
SetLength
(1);
216
stream.
SetLength
(10000);
219
stream.
SetLength
(SharedPools.ByteBufferSize);