2 writes to context
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (2)
116
this.
context
= context;
172
this.
context
= context;
14 references to context
System.DirectoryServices (14)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (6)
160
_site = ActiveDirectorySite.FindByName(this.
context
, siteName);
242
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
265
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
306
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
327
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
351
return DirectoryEntryManager.GetDirectoryEntryInternal(
context
, cachedEntry.Path);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnetCollection.cs (8)
96
string dn = (string)PropertyManager.GetPropertyValue(subnet.
context
, subnet.cachedEntry, PropertyManager.DistinguishedName)!;
101
string tmpDn = (string)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry, PropertyManager.DistinguishedName)!;
124
string dn = (string)PropertyManager.GetPropertyValue(subnet.
context
, subnet.cachedEntry, PropertyManager.DistinguishedName)!;
129
string tmpDn = (string)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry, PropertyManager.DistinguishedName)!;
161
string dn = (string)PropertyManager.GetPropertyValue(subnet.
context
, subnet.cachedEntry, PropertyManager.DistinguishedName)!;
166
string tmpDn = (string)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry, PropertyManager.DistinguishedName)!;
210
string dn = (string)PropertyManager.GetPropertyValue(subnet.
context
, subnet.cachedEntry, PropertyManager.DistinguishedName)!;
237
string dn = (string)PropertyManager.GetPropertyValue(subnet.
context
, subnet.cachedEntry, PropertyManager.DistinguishedName)!;