6 references to GetPrincipals
System.Data.Entity (6)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (1)
59
foreach (int principal in translator.KeyManager.
GetPrincipals
(identifier))
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
150
foreach (int principal in translator.KeyManager.
GetPrincipals
(identifier))
System\Data\Mapping\Update\Internal\KeyManager.cs (1)
170
foreach (int principal in
GetPrincipals
(currentIdentifier))
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
437
if (keyManager.
GetPrincipals
(otherKey.Identifier).Contains(this.Identifier))
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (2)
218
if (!keyManager.
GetPrincipals
(identifier1).Intersect(keyManager.
GetPrincipals
(identifier2)).Any())