7 implementations of Parse
System.Net.Primitives (3)
System\Net\IPAddress.cs (1)
308
static IPAddress IUtf8SpanParsable<IPAddress>.
Parse
(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider) =>
System\Net\IPEndPoint.cs (1)
247
static IPEndPoint IUtf8SpanParsable<IPEndPoint>.
Parse
(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider) => Parse(utf8Text);
System\Net\IPNetwork.cs (1)
369
static IPNetwork IUtf8SpanParsable<IPNetwork>.
Parse
(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider) => Parse(utf8Text);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
254
static char IUtf8SpanParsable<char>.
Parse
(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider)
src\libraries\System.Private.CoreLib\src\System\Numerics\INumberBase.cs (1)
540
static TSelf IUtf8SpanParsable<TSelf>.
Parse
(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider)
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
989
static Rune IUtf8SpanParsable<Rune>.
Parse
(ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider)
src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
295
static Version IUtf8SpanParsable<Version>.
Parse
(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider)
24 references to Parse
System.Private.CoreLib (22)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
1181
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
253
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1848
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2278
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
1860
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2325
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
2122
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
1385
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
1451
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
1454
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
1440
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2102
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1926
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
1348
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2194
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
988
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
2157
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
1200
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
1245
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
1238
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
1233
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
294
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)"/>
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
5236
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />
System\Numerics\Complex.cs (1)
2332
/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.
Parse
(ReadOnlySpan{byte}, IFormatProvider?)" />