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