8 implementations of Parse
Microsoft.AspNetCore.Http.Extensions.Tests (2)
ParameterBindingMethodCacheTests.cs (1)
1529static TodoWithExplicitIParsable IParsable<TodoWithExplicitIParsable>.Parse(string s, IFormatProvider? provider)
RequestDelegateGenerator\SharedTypes.cs (1)
1037static TodoWithExplicitIParsable IParsable<TodoWithExplicitIParsable>.Parse(string s, IFormatProvider provider)
Microsoft.AspNetCore.Http.Microbenchmarks (1)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (1)
1037static TodoWithExplicitIParsable IParsable<TodoWithExplicitIParsable>.Parse(string s, IFormatProvider provider)
System.Net.Primitives (2)
System\Net\IPAddress.cs (1)
317static IPAddress IParsable<IPAddress>.Parse(string s, IFormatProvider? provider) =>
System\Net\IPNetwork.cs (1)
360static IPNetwork IParsable<IPNetwork>.Parse([NotNull] string s, IFormatProvider? provider) => Parse(s);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (1)
405static bool IParsable<bool>.Parse(string s, IFormatProvider? provider) => Parse(s);
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1960static char IParsable<char>.Parse(string s, IFormatProvider? provider) => Parse(s);
src\libraries\System.Private.CoreLib\src\System\String.cs (1)
756static string IParsable<string>.Parse(string s, IFormatProvider? provider)
4 references to Parse
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (1)
832/// <inheritdoc cref="IParsable{TSelf}.Parse(string, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
1824/// <inheritdoc cref="IParsable{TSelf}.Parse(string, IFormatProvider?)" />
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
1002/// <inheritdoc cref="IParsable{TSelf}.Parse(string, IFormatProvider?)" />
System.Runtime.Numerics (1)
System\Numerics\Complex.cs (1)
2182/// <inheritdoc cref="IParsable{TSelf}.Parse(string, IFormatProvider?)" />