1 instantiation of RefArrayBuilder
Microsoft.Build.Framework (1)
EscapingUtilities.cs (1)
208using RefArrayBuilder<int> specialCharIndices = new(initialCapacity: 16);
10 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. 104public ref RefArrayBuilder<T> AsRef() => ref this; 487ThrowInvalidOperation(SR.Format_0_contains_no_elements(nameof(RefArrayBuilder<>))); 507ThrowInvalidOperation(SR.Format_0_does_not_contain_matching_element(nameof(RefArrayBuilder<>))); 529ThrowInvalidOperation(SR.Format_0_does_not_contain_matching_element(nameof(RefArrayBuilder<>))); 629ThrowInvalidOperation(SR.Format_0_contains_no_elements(nameof(RefArrayBuilder<>))); 649ThrowInvalidOperation(SR.Format_0_does_not_contain_matching_element(nameof(RefArrayBuilder<>))); 671ThrowInvalidOperation(SR.Format_0_does_not_contain_matching_element(nameof(RefArrayBuilder<>)));
EscapingUtilities.cs (1)
208using RefArrayBuilder<int> specialCharIndices = new(initialCapacity: 16);