3 references to SpecDoc
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ComplexRecordIntegrationTest.cs (3)
1366
private record Car1(string Name, Dictionary<string, IEnumerable<
SpecDoc
>> Specs);
1369
private record Car2(string Name, Dictionary<string,
SpecDoc
[]> Specs);
1371
private record Car3(string Name, IEnumerable<KeyValuePair<string, IEnumerable<
SpecDoc
>>> Specs);