We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d513b6a commit 04d5f75Copy full SHA for 04d5f75
src/Autofac/Core/InternalReflectionCaches.cs
@@ -54,7 +54,7 @@ internal class InternalReflectionCaches
54
/// </summary>
55
public ReflectionCacheDictionary<Type, ConstructorInfo[]> DefaultPublicConstructors { get; }
56
57
- public ReflectionCacheDictionary<Type, Type> GenericTypeDefinitionByType { get; }
+ public ReflectionCacheDictionary<Type, Type> GenericTypeDefinitionByType { get; }
58
59
/// <summary>
60
/// Initializes a new instance of the <see cref="InternalReflectionCaches"/> class.
0 commit comments