2 writes to context
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\DirectoryServerCollection.cs (2)
28this.context = context; 35this.context = context;
7 references to context
System.DirectoryServices (7)
System\DirectoryServices\ActiveDirectory\DirectoryServerCollection.cs (7)
259throw ExceptionHelper.GetExceptionFromCOMException(context, e); 288throw ExceptionHelper.GetExceptionFromCOMException(context, e); 306DirectoryEntry de = DirectoryEntryManager.GetDirectoryEntry(context, serverName); 314throw ExceptionHelper.GetExceptionFromCOMException(context, e); 335throw ExceptionHelper.GetExceptionFromCOMException(context, e); 352DirectoryEntry de = DirectoryEntryManager.GetDirectoryEntry(context, serverName); 360throw ExceptionHelper.GetExceptionFromCOMException(context, e);