18 references to ContextType
System.DirectoryServices.AccountManagement (18)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (12)
754
(p.
ContextType
== MyAttribute[i].Context))
1173
if ((p.
ContextType
== ContextType.ApplicationDirectory) || (p.Context.ServerInformation.OsVersion == DomainControllerMode.Win2k))
1182
if (p.
ContextType
!= ContextType.ApplicationDirectory)
1190
Debug.Assert(p.
ContextType
== ContextType.Domain);
1260
if (p.
ContextType
!= ContextType.ApplicationDirectory)
1510
Debug.Assert(foreignPrincipal.
ContextType
!= ContextType.ApplicationDirectory);
1738
if (p.
ContextType
!= ContextType.Domain && p.
ContextType
!= ContextType.ApplicationDirectory)
1974
if ((g.
ContextType
== ContextType.Domain && member.
ContextType
!= ContextType.Domain) ||
1975
(member.
ContextType
!= ContextType.Domain && member.
ContextType
!= ContextType.ApplicationDirectory))
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (4)
89
(p.
ContextType
== MyAttribute[i].Context))
1546
if (member.
ContextType
== ContextType.Machine)
1591
Debug.Assert(member.
ContextType
== ContextType.Domain || member.
ContextType
== ContextType.ApplicationDirectory);
System\DirectoryServices\AccountManagement\ExtensionHelper.cs (2)
37
if (_p.
ContextType
== MyAttribute[i].Context)
92
if (_p.
ContextType
== MyAttribute[i].Context)