Base:
4 references to Length
Microsoft.CodeAnalysis.Workspaces (4)
Serialization\SerializerService_Reference.cs (1)
437var length = stream.Length;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SerializableBytes.cs (3)
210if (this.Length == 0) 215var array = new byte[this.Length]; 225var count = checked((int)Length);