Upgraded DisposableTimer to wrap the profiler... now we should really just use DisposableTimer for all profiling.
This commit is contained in:
@@ -170,7 +170,7 @@ namespace Umbraco.Core.ObjectResolution
|
||||
get
|
||||
{
|
||||
// ensure we can
|
||||
if (!CanResolveBeforeFrozen)
|
||||
if (CanResolveBeforeFrozen == false)
|
||||
Resolution.EnsureIsFrozen();
|
||||
|
||||
// note: we apply .ToArray() to the output of CreateInstance() because that is an IEnumerable that
|
||||
|
||||
Reference in New Issue
Block a user