2 writes to context
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (2)
35
this.
context
= context;
92
this.
context
= context;
10 references to context
System.DirectoryServices (10)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (6)
216
_links.context =
context
;
243
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
274
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
298
return DirectoryEntryManager.GetDirectoryEntryInternal(
context
, cachedEntry!.Path);
376
DirectoryEntry entry = DirectoryEntryManager.GetDirectoryEntry(
context
, dn);
377
ActiveDirectorySiteLink link = new ActiveDirectorySiteLink(
context
, rdn, _transport, true, entry);
System\DirectoryServices\ActiveDirectory\ReadOnlySiteLinkBridgeCollection.cs (4)
22
string? dn = (string?)PropertyManager.GetPropertyValue(bridge.
context
, bridge.cachedEntry!, PropertyManager.DistinguishedName);
27
string? tmpDn = (string?)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry!, PropertyManager.DistinguishedName);
42
string? dn = (string?)PropertyManager.GetPropertyValue(bridge.
context
, bridge.cachedEntry!, PropertyManager.DistinguishedName);
47
string? tmpDn = (string?)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry!, PropertyManager.DistinguishedName);