3 writes to _schemaEntry
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (3)
38
_schemaEntry
= DirectoryEntryManager.GetDirectoryEntry(context, distinguishedName);
45
_schemaEntry
= DirectoryEntryManager.GetDirectoryEntry(context, distinguishedName);
67
_schemaEntry
= null!;
16 references to _schemaEntry
System.DirectoryServices (16)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (16)
64
if (
_schemaEntry
!= null)
66
_schemaEntry
.Dispose();
230
Hashtable propertiesFromServer = ActiveDirectorySchemaClass.GetPropertiesFromSchemaContainer(context,
_schemaEntry
, commonName, true /* isDefunctOnServer */);
231
ActiveDirectorySchemaClass schemaClass = new ActiveDirectorySchemaClass(context, commonName, propertiesFromServer,
_schemaEntry
);
244
return GetAllClasses(context,
_schemaEntry
, filter);
263
return GetAllClasses(context,
_schemaEntry
, filter);
275
return GetAllClasses(context,
_schemaEntry
, filter);
303
SearchResult propertiesFromServer = ActiveDirectorySchemaProperty.GetPropertiesFromSchemaContainer(context,
_schemaEntry
, commonName, true /* isDefunctOnServer */);
304
ActiveDirectorySchemaProperty schemaProperty = new ActiveDirectorySchemaProperty(context, commonName, propertiesFromServer,
_schemaEntry
);
318
return GetAllProperties(context,
_schemaEntry
, filter);
360
return GetAllProperties(context,
_schemaEntry
, str.ToString());
372
return GetAllProperties(context,
_schemaEntry
, filter);
514
_schemaEntry
.RefreshCache();
519
string adamInstName = Utils.GetAdamDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context,
_schemaEntry
, PropertyManager.FsmoRoleOwner)!);
532
string dcName = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context,
_schemaEntry
, PropertyManager.FsmoRoleOwner)!);
539
string adamInstName = Utils.GetAdamDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context,
_schemaEntry
, PropertyManager.FsmoRoleOwner)!);