2 overrides of Insert
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
360internal override void Insert(Principal p)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
218internal override void Insert(Principal p)
2 references to Insert
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
318storeCtxToUse.Insert(this); 382newStoreCtx.Insert(this);