3 references to TryParseExact
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputRadioTest.cs (1)
42
Assert.All(inputRadioComponents, inputRadio => Assert.True(Guid.
TryParseExact
(inputRadio.GroupName, "N", out _)));
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\AttributeData.cs (1)
629
if (!Guid.
TryParseExact
(guidString, "D", out guid))
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\AttributeData.vb (1)
497
If Not Guid.
TryParseExact
(guidString, "D", guidVal) Then