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