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