5 references to TryParseGuid
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Guid.cs (5)
271bool success = TryParseGuid(g.AsSpan(), ref result); 342bool success = TryParseGuid(input, ref result); 356bool success = TryParseGuid(utf8Text, ref result); 376if (TryParseGuid(input, ref parseResult)) 397if (TryParseGuid(utf8Text, ref parseResult))