2 instantiations of TryParseStructWithGoodAndBad
Microsoft.AspNetCore.Http.Extensions.Tests (2)
ParameterBindingMethodCacheTests.cs (2)
852result = new(); 858result = new();
3 references to TryParseStructWithGoodAndBad
Microsoft.AspNetCore.Http.Extensions.Tests (3)
ParameterBindingMethodCacheTests.cs (3)
586[InlineData(typeof(TryParseStructWithGoodAndBad))] 850public static bool TryParse(string? value, out TryParseStructWithGoodAndBad result) 856public static void TryParse(out TryParseStructWithGoodAndBad result)