10 references to InsertAce
mscorlib (6)
system\security\accesscontrol\acl.cs (6)
1923_acl.InsertAce( _acl.Count, ace ); 2081_acl.InsertAce( _acl.Count, newAce ); 2189_acl.InsertAce( _acl.Count, newAce ); 2555_acl.InsertAce( i, newObjectAce ); 2595_acl.InsertAce( i, newAce ); 2616_acl.InsertAce( i, newAce );
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (3)
232acl.InsertAce(index, ace); 243acl.InsertAce(index, ace); 254acl.InsertAce(index, ace);
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
112tokenDacl.InsertAce(i, adminsGroupAceForToken);