7 implementations of Parse
System.Net.Primitives (3)
System\Net\IPAddress.cs (1)
308static IPAddress IUtf8SpanParsable<IPAddress>.Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider) =>
System\Net\IPEndPoint.cs (1)
247static IPEndPoint IUtf8SpanParsable<IPEndPoint>.Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider) => Parse(utf8Text);
System\Net\IPNetwork.cs (1)
369static IPNetwork IUtf8SpanParsable<IPNetwork>.Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider) => Parse(utf8Text);
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
254static char IUtf8SpanParsable<char>.Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\INumberBase.cs (1)
612static unsafe TSelf IUtf8SpanParsable<TSelf>.Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
991static Rune IUtf8SpanParsable<Rune>.Parse(ReadOnlySpan<byte> utf8Text, System.IFormatProvider? provider)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
295static Version IUtf8SpanParsable<Version>.Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider)
28 references to Parse
System.Private.CoreLib (25)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
1197/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
253/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1839/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2547/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
1861/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2390/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
2128/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
1403/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
1454/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
1457/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
1456/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2111/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
791/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
802/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
795/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1877/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
1382/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2235/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
990/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
2206/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
1202/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
1273/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
1274/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
1255/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
294/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)"/>
System.Runtime.Numerics (3)
System\Numerics\BigInteger.cs (1)
5552/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
System\Numerics\Complex.cs (1)
935/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />
System\Numerics\Complex.Generic.cs (1)
2141/// <inheritdoc cref="IUtf8SpanParsable{TSelf}.Parse(ReadOnlySpan{byte}, IFormatProvider?)" />