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