2 references to Parse
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (1)
1862public static Guid Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider) => Parse(utf8Text);
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
86return Guid.Parse(_reader.ReadStringAsBytes(constantStringValueHandle));