3 references to LastIndexOfAnyExcept
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (3)
552length = value.LastIndexOfAnyExcept(uint.MaxValue) + 1; 564length = value.LastIndexOfAnyExcept(0u) + 1; 616length = value.LastIndexOfAnyExcept(0u) + 1;