2 writes to context
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLink.cs (2)
43
this.
context
= context;
105
this.
context
= context;
30 references to context
System.DirectoryServices (30)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLink.cs (17)
239
_sites.context =
context
;
258
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
278
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
300
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
327
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
347
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
391
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
411
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
455
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
476
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
523
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
548
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
572
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
588
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
618
throw ExceptionHelper.GetExceptionFromCOMException(
context
, e);
642
return DirectoryEntryManager.GetDirectoryEntryInternal(
context
, cachedEntry.Path);
720
ActiveDirectorySite site = new ActiveDirectorySite(
context
, rdn, true);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkCollection.cs (9)
78
string dn = (string)PropertyManager.GetPropertyValue(link.
context
, link.cachedEntry, PropertyManager.DistinguishedName)!;
83
string tmpDn = (string)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry, PropertyManager.DistinguishedName)!;
106
string dn = (string)PropertyManager.GetPropertyValue(link.
context
, link.cachedEntry, PropertyManager.DistinguishedName)!;
111
string tmpDn = (string)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry, PropertyManager.DistinguishedName)!;
143
string dn = (string)PropertyManager.GetPropertyValue(link.
context
, link.cachedEntry, PropertyManager.DistinguishedName)!;
148
string tmpDn = (string)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry, PropertyManager.DistinguishedName)!;
185
string dn = (string)PropertyManager.GetPropertyValue(link.
context
, link.cachedEntry, PropertyManager.DistinguishedName)!;
202
string dn = (string)PropertyManager.GetPropertyValue(link.
context
, link.cachedEntry, PropertyManager.DistinguishedName)!;
218
string newdn = (string)PropertyManager.GetPropertyValue(newLink.
context
, newLink.cachedEntry, PropertyManager.DistinguishedName)!;
System\DirectoryServices\ActiveDirectory\ReadOnlySiteLinkCollection.cs (4)
22
string? dn = (string?)PropertyManager.GetPropertyValue(link.
context
, link.cachedEntry, PropertyManager.DistinguishedName);
27
string? tmpDn = (string?)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry, PropertyManager.DistinguishedName);
42
string? dn = (string?)PropertyManager.GetPropertyValue(link.
context
, link.cachedEntry, PropertyManager.DistinguishedName);
47
string? tmpDn = (string?)PropertyManager.GetPropertyValue(tmp.
context
, tmp.cachedEntry, PropertyManager.DistinguishedName);