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