8 references to MaxCapacity
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceNamedTypeSymbol_Extension.cs (3)
40
/// <exception cref="ArgumentOutOfRangeException">Thrown when appending to a StringBuilder past the <see cref="StringBuilder.
MaxCapacity
"/> limit.</exception>
156
/// <exception cref="ArgumentOutOfRangeException">Thrown when appending to a StringBuilder past the <see cref="StringBuilder.
MaxCapacity
"/> limit.</exception>
366
/// <exception cref="ArgumentOutOfRangeException">Thrown when appending to a StringBuilder past the <see cref="StringBuilder.
MaxCapacity
"/> limit.</exception>
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (5)
272
if (value >
MaxCapacity
)
395
if (value >
MaxCapacity
)
963
if (insertingChars >
MaxCapacity
- this.Length)
1501
/// <exception cref="ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="StringBuilder.
MaxCapacity
"/>.</exception>
1548
/// <exception cref="ArgumentOutOfRangeException">The length of the expanded string would exceed <see cref="StringBuilder.
MaxCapacity
"/>.</exception>