5 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.CodeAnalysis (1)
Text\SourceText.cs (1)
732builder.Builder.EnsureCapacity(length);
Microsoft.CodeAnalysis.Features (1)
Common\TaggedText.cs (1)
140builder.EnsureCapacity(values.Sum(static value => value.Text.Length));
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2696buffer.EnsureCapacity(buffer.Capacity * 2);