Base:
3 references to Length
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
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
);