コード例 #1
0
 // Token: 0x06000335 RID: 821 RVA: 0x00011C9B File Offset: 0x0000FE9B
 private static void EnsureAllowedCallerForUnregisteredAccountPartition(TenantPartitionCacheItem item)
 {
     if (ADAccountPartitionLocator.crossRFLookupCheckEnabled && !item.IsRegisteredAccountPartition)
     {
         ADAccountPartitionLocator.CheckCallStackForCrossRFLookup(item.AccountPartitionId.ForestFQDN);
     }
 }