5 writes to ContextRaw
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
332
this.
ContextRaw
= context;
System\DirectoryServices\AccountManagement\Computer.cs (1)
21
this.
ContextRaw
= context;
System\DirectoryServices\AccountManagement\Group.cs (1)
21
this.
ContextRaw
= context;
System\DirectoryServices\AccountManagement\UnknownPrincipal.cs (1)
22
this.
ContextRaw
= context;
System\DirectoryServices\AccountManagement\User.cs (1)
22
this.
ContextRaw
= context;
2 references to ContextRaw
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Group.cs (2)
158
BookmarkableResultSet refs =
ContextRaw
.QueryCtx.GetGroupMembership(this, false);
203
return new PrincipalSearchResult<Principal>(
ContextRaw
.QueryCtx.GetGroupMembership(this, recursive));