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