3 references to ExtractGenericInterface
Microsoft.AspNetCore.Mvc.NewtonsoftJson (3)
BsonTempDataSerializer.cs (2)
179
if (ClosedGenericMatcher.
ExtractGenericInterface
(typeToSerialize, typeof(IList<>)) != null)
185
else if (ClosedGenericMatcher.
ExtractGenericInterface
(typeToSerialize, typeof(IDictionary<,>)) != null)
src\Mvc\Mvc.Core\src\Infrastructure\AsyncEnumerableReader.cs (1)
56
var enumerableType = ClosedGenericMatcher.
ExtractGenericInterface
(type, typeof(IAsyncEnumerable<>));