2 references to IsGlobalCatalogReady
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (1)
352string? isGCReady = (string?)PropertyManager.GetPropertyValue(forestContext, rootDSE, PropertyManager.IsGlobalCatalogReady);
System\DirectoryServices\ActiveDirectory\GlobalCatalog.cs (1)
66isGlobalCatalog = (bool)bool.Parse((string)PropertyManager.GetPropertyValue(context, rootDSE, PropertyManager.IsGlobalCatalogReady)!);