5 implementations of Parse
System.Net.Primitives (2)
System\Net\IPAddress.cs (1)
312
static IPAddress ISpanParsable<IPAddress>.
Parse
(ReadOnlySpan<char> s, IFormatProvider? provider) =>
System\Net\IPNetwork.cs (1)
368
static IPNetwork ISpanParsable<IPNetwork>.
Parse
(ReadOnlySpan<char> s, IFormatProvider? provider) => Parse(s);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (1)
413
static bool ISpanParsable<bool>.
Parse
(ReadOnlySpan<char> s, IFormatProvider? provider) => Parse(s);
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1981
static char ISpanParsable<char>.
Parse
(ReadOnlySpan<char> s, IFormatProvider? provider) => Parse(s);
src\libraries\System.Private.CoreLib\src\System\String.cs (1)
772
static string ISpanParsable<string>.
Parse
(ReadOnlySpan<char> s, IFormatProvider? provider)
24 references to Parse
System.Private.CoreLib (22)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
1130
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (1)
842
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (1)
2038
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (1)
1040
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1823
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1791
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
1834
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2212
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
2042
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
1334
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
1400
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
1403
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\INumberBase.cs (1)
575
TSelf result = TSelf.
Parse
(utf16Text, provider);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1830
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
1297
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1707
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (2)
455
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
1012
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
2081
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
1149
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
1194
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
1187
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
5396
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />
System\Numerics\Complex.cs (1)
2253
/// <inheritdoc cref="ISpanParsable{TSelf}.
Parse
(ReadOnlySpan{char}, IFormatProvider?)" />