1 write to _cachedEntry
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\ActiveDirectoryInterSiteTransport.cs (1)
25_cachedEntry = entry;
15 references to _cachedEntry
System.DirectoryServices (15)
System\DirectoryServices\ActiveDirectory\ActiveDirectoryInterSiteTransport.cs (15)
120if (_cachedEntry.Properties.Contains("options")) 121option = (int)_cachedEntry.Properties["options"][0]!; 142if (_cachedEntry.Properties.Contains("options")) 143option = (int)_cachedEntry.Properties["options"][0]!; 151_cachedEntry.Properties["options"].Value = option; 170if (_cachedEntry.Properties.Contains("options")) 171option = (int)_cachedEntry.Properties["options"][0]!; 193if (_cachedEntry.Properties.Contains("options")) 194option = (int)_cachedEntry.Properties["options"][0]!; 204_cachedEntry.Properties["options"].Value = option; 224ADSearcher adSearcher = new ADSearcher(_cachedEntry, 272ADSearcher adSearcher = new ADSearcher(_cachedEntry, 320_cachedEntry.CommitChanges(); 333return DirectoryEntryManager.GetDirectoryEntryInternal(_context, _cachedEntry.Path); 355_cachedEntry?.Dispose();