1 write to _entry
System.DirectoryServices (1)
System\DirectoryServices\PropertyCollection.cs (1)
20_entry = entry;
11 references to _entry
System.DirectoryServices (11)
System\DirectoryServices\PropertyCollection.cs (11)
40PropertyValueCollection value = new PropertyValueCollection(_entry, propertyName); 54if (!(_entry.AdsObject is UnsafeNativeMethods.IAdsPropertyList)) 57_entry.FillCache(""); 59UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)_entry.AdsObject; 72int unmanagedResult = _entry.AdsObject.GetEx(propertyName, out var); 102if (!(_entry.AdsObject is UnsafeNativeMethods.IAdsPropertyList)) 108DirectoryEntry entryToUse = _entry.CloneBrowsable(); 114return new PropertyEnumerator(_entry, entryToUse); 288props._entry.FillCache(""); 317UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)propCollection._entry.AdsObject; 347UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)propCollection._entry.AdsObject;