11 references to Trim
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Trim.cs (1)
351return Trim(span, trimElements[0]);
System.Runtime.Numerics (10)
System\Number.BigInteger.cs (2)
453Debug.Assert(bits.Trim(0u).Length == 0); 1037Debug.Assert(!upper.Trim(0u).IsEmpty);
System\Numerics\BigIntegerCalculator.SquMul.cs (8)
54Debug.Assert(bits.Trim(0u).IsEmpty); 91Debug.Assert(bits.Trim(0u).IsEmpty); 153Debug.Assert(bits.Trim(0u).IsEmpty); 222Debug.Assert(bits.Trim(0u).IsEmpty); 250Debug.Assert(bits.Trim(0u).IsEmpty); 299Debug.Assert(bits.Trim(0u).IsEmpty); 408Debug.Assert(bits.Trim(0u).IsEmpty); 489Debug.Assert(bits.Trim(0u).IsEmpty);