adds notes

This commit is contained in:
Shannon
2020-03-11 15:32:26 +11:00
parent 3bfa2e76cb
commit e3997a4ab2

View File

@@ -22,6 +22,7 @@ namespace Umbraco.Core.Composing
private static readonly ConcurrentDictionary<string, Type> TypeNamesCache = new ConcurrentDictionary<string, Type>();
private readonly string[] _assembliesAcceptingLoadExceptions;
// used for benchmark tests
internal bool QueryWithReferencingAssemblies = true;
public TypeFinder(ILogger logger, IAssemblyProvider assemblyProvider, ITypeFinderConfig typeFinderConfig = null)