Home
last modified time | relevance | path

Searched refs:TryParseGuidWithHexPrefix (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dguid.cs447 return TryParseGuidWithHexPrefix(guidString, ref result); in TryParseGuid()
466 private static bool TryParseGuidWithHexPrefix(String guidString, ref GuidResult result) { in TryParseGuidWithHexPrefix() method
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DGuid.cs506 return TryParseGuidWithHexPrefix(guidString, ref result); in TryParseGuid()
527 …private static bool TryParseGuidWithHexPrefix(ReadOnlySpan<char> guidString, ref GuidResult result) in TryParseGuidWithHexPrefix() method
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DGuid.cs506 return TryParseGuidWithHexPrefix(guidString, ref result); in TryParseGuid()
527 …private static bool TryParseGuidWithHexPrefix(ReadOnlySpan<char> guidString, ref GuidResult result) in TryParseGuidWithHexPrefix() method