8 references to EnsureCapacity
Microsoft.AspNetCore.OutputCaching (1)
StringBuilderExtensions.cs (1)
14builder.EnsureCapacity(builder.Length + value.Length);
Microsoft.AspNetCore.ResponseCaching (1)
StringBuilderExtensions.cs (1)
14builder.EnsureCapacity(builder.Length + value.Length);
Microsoft.Build.Tasks.UnitTests (2)
QuotingUtilities.cs (2)
77splitString.EnsureCapacity(input.Length); 180unquotedString.EnsureCapacity(input.Length);
Microsoft.CodeAnalysis.Features (1)
Common\TaggedText.cs (1)
143builder.EnsureCapacity(values.Sum(static value => value.Text.Length));
MSBuild (2)
QuotingUtilities.cs (2)
77splitString.EnsureCapacity(input.Length); 180unquotedString.EnsureCapacity(input.Length);
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2721buffer.EnsureCapacity(buffer.Capacity * 2);