2 instantiations of RefArrayBuilder
Microsoft.Build.Framework (1)
EscapingUtilities.cs (1)
208
using RefArrayBuilder<int> specialCharIndices =
new
(initialCapacity: 16);
MSBuild.Coordinator (1)
NodeBudgetManager.cs (1)
150
using RefArrayBuilder<BuildGrant> newlyGranted =
new
();
11 references to RefArrayBuilder
Microsoft.Build.Framework (10)
Collections\RefArrayBuilder.cs (9)
27
/// Initializes a new instance of the <see cref="
RefArrayBuilder
{T}"/> struct with the specified initial capacity.
36
/// Initializes a new instance of the <see cref="
RefArrayBuilder
{T}"/> struct with the specified scratch buffer.
104
public ref
RefArrayBuilder
<T> AsRef() => ref this;
487
ThrowInvalidOperation(SR.Format_0_contains_no_elements(nameof(
RefArrayBuilder
<>)));
507
ThrowInvalidOperation(SR.Format_0_does_not_contain_matching_element(nameof(
RefArrayBuilder
<>)));
529
ThrowInvalidOperation(SR.Format_0_does_not_contain_matching_element(nameof(
RefArrayBuilder
<>)));
629
ThrowInvalidOperation(SR.Format_0_contains_no_elements(nameof(
RefArrayBuilder
<>)));
649
ThrowInvalidOperation(SR.Format_0_does_not_contain_matching_element(nameof(
RefArrayBuilder
<>)));
671
ThrowInvalidOperation(SR.Format_0_does_not_contain_matching_element(nameof(
RefArrayBuilder
<>)));
EscapingUtilities.cs (1)
208
using
RefArrayBuilder
<int> specialCharIndices = new(initialCapacity: 16);
MSBuild.Coordinator (1)
NodeBudgetManager.cs (1)
150
using
RefArrayBuilder
<BuildGrant> newlyGranted = new();