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