Base:
3 references to Length
Microsoft.CodeAnalysis.CodeStyle (3)
SerializableBytes.cs (3)
229
if (this.
Length
== 0)
234
var array = new byte[this.
Length
];
244
var count = checked((int)
Length
);