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