5 references to TryParseGuid
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Guid.cs (5)
272bool success = TryParseGuid(g.AsSpan(), ref result); 343bool success = TryParseGuid(input, ref result); 357bool success = TryParseGuid(utf8Text, ref result); 377if (TryParseGuid(input, ref parseResult)) 398if (TryParseGuid(utf8Text, ref parseResult))