2 instantiations of TryParseClassWithGoodAndBad
Microsoft.AspNetCore.Http.Extensions.Tests (2)
ParameterBindingMethodCacheTests.cs (2)
919result = new(); 925result = new();
3 references to TryParseClassWithGoodAndBad
Microsoft.AspNetCore.Http.Extensions.Tests (3)
ParameterBindingMethodCacheTests.cs (3)
585[InlineData(typeof(TryParseClassWithGoodAndBad))] 917public static bool TryParse(string? value, out TryParseClassWithGoodAndBad result) 923public static bool TryParse(out TryParseClassWithGoodAndBad result)