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