2 references to Parse
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (2)
334
return
Parse
((ReadOnlySpan<char>)input);
1746
public static Guid Parse(ReadOnlySpan<char> s, IFormatProvider? provider) =>
Parse
(s);