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)
40
PropertyValueCollection value = new PropertyValueCollection(
_entry
, propertyName);
54
if (!(
_entry
.AdsObject is UnsafeNativeMethods.IAdsPropertyList))
57
_entry
.FillCache("");
59
UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)
_entry
.AdsObject;
72
int unmanagedResult =
_entry
.AdsObject.GetEx(propertyName, out var);
102
if (!(
_entry
.AdsObject is UnsafeNativeMethods.IAdsPropertyList))
108
DirectoryEntry entryToUse =
_entry
.CloneBrowsable();
114
return new PropertyEnumerator(
_entry
, entryToUse);
288
props.
_entry
.FillCache("");
317
UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)propCollection.
_entry
.AdsObject;
347
UnsafeNativeMethods.IAdsPropertyList propList = (UnsafeNativeMethods.IAdsPropertyList)propCollection.
_entry
.AdsObject;