Cleanup based on review

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-07-06 13:01:25 +02:00
parent a9c043c537
commit 7e90db5b30
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ namespace Umbraco.Composing
public static IBackOfficeInfo BackOfficeInfo => EnsureInitialized(_backOfficeInfo);
public static IProfiler Profiler => EnsureInitialized(_profiler);
public static bool IsInitialized { get; private set; }
public static bool IsInitialized { get; internal set; }
[MethodImpl(MethodImplOptions.AggressiveInlining)]
private static T EnsureInitialized<T>(T returnValue)