3 references to ClosedGenericMatcher
Microsoft.AspNetCore.Shared.Tests (3)
ClosedGenericMatcherTest.cs (3)
171
var result =
ClosedGenericMatcher
.ExtractGenericInterface(queryType, interfaceType);
185
var result =
ClosedGenericMatcher
.ExtractGenericInterface(type, typeof(IEnumerable<>));
199
var result =
ClosedGenericMatcher
.ExtractGenericInterface(type, typeof(IEnumerable<>));