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