2 overrides of Update
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
657internal override void Update(Principal p)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
265internal override void Update(Principal p)
2 references to Update
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
325storeCtxToUse.Update(this); 413newStoreCtx.Update(this);