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); 351bool success = TryParseGuid(utf8Text, ref result); 371if (TryParseGuid(input, ref parseResult)) 386if (TryParseGuid(utf8Text, ref parseResult))