4 implementations of Parse
System.Net.Primitives (2)
System\Net\IPAddress.cs (1)
314static IPAddress ISpanParsable<IPAddress>.Parse(ReadOnlySpan<char> s, IFormatProvider? provider) =>
System\Net\IPNetwork.cs (1)
370static IPNetwork ISpanParsable<IPNetwork>.Parse(ReadOnlySpan<char> s, IFormatProvider? provider) => Parse(s);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (1)
413static bool ISpanParsable<bool>.Parse(ReadOnlySpan<char> s, IFormatProvider? provider) => Parse(s);
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1948static char ISpanParsable<char>.Parse(ReadOnlySpan<char> s, IFormatProvider? provider) => Parse(s);
20 references to Parse
System.Private.CoreLib (19)
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)
1782/// <inheritdoc cref="ISpanParsable{TSelf}.Parse(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
1745/// <inheritdoc cref="ISpanParsable{TSelf}.Parse(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2200/// <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)
1376/// <inheritdoc cref="ISpanParsable{TSelf}.Parse(ReadOnlySpan{char}, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
1379/// <inheritdoc cref="ISpanParsable{TSelf}.Parse(ReadOnlySpan{char}, IFormatProvider?)" />
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)
1698/// <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\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 (1)
System\Numerics\Complex.cs (1)
2253/// <inheritdoc cref="ISpanParsable{TSelf}.Parse(ReadOnlySpan{char}, IFormatProvider?)" />