4 references to Length
Microsoft.Build.Framework (4)
Collections\RefArrayBuilder.cs (4)
59public readonly int Capacity => _scope.Length; 78Debug.Assert(value <= _scope.Length, "Count must not exceed the span length."); 138Debug.Assert(_count == _scope.Length, "AddWithResize should only be called when the span is full."); 220Debug.Assert(_count == _scope.Length, "InsertWithResize should only be called when the span is full.");