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