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