3 references to Parse
Microsoft.AspNetCore.Identity.InMemory.Test (1)
FunctionalTest.cs (1)
337
var isPersistent = bool.
Parse
(remainder.Value.AsSpan(1));
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (2)
224
return
Parse
(value.AsSpan());
413
static bool ISpanParsable<bool>.Parse(ReadOnlySpan<char> s, IFormatProvider? provider) =>
Parse
(s);