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