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