// Token: 0x06000334 RID: 820 RVA: 0x00011C74 File Offset: 0x0000FE74
 private static void EnsureRegisteredAccountPartition(TenantPartitionCacheItem item)
 {
     if (!item.IsRegisteredAccountPartition)
     {
         Guid guid;
         ADAccountPartitionLocator.CheckAccountPartitionIsRegistered(item.AccountPartitionId.ForestFQDN, out guid);
     }
 }