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);
356
bool success =
TryParseGuid
(utf8Text, ref result);
376
if (
TryParseGuid
(input, ref parseResult))
397
if (
TryParseGuid
(utf8Text, ref parseResult))