27 references to ApplicationDirectory
System.DirectoryServices.AccountManagement (27)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (7)
1173
if ((p.ContextType == ContextType.
ApplicationDirectory
) || (p.Context.ServerInformation.OsVersion == DomainControllerMode.Win2k))
1182
if (p.ContextType != ContextType.
ApplicationDirectory
)
1260
if (p.ContextType != ContextType.
ApplicationDirectory
)
1510
Debug.Assert(foreignPrincipal.ContextType != ContextType.
ApplicationDirectory
);
1665
if (g.Context.ContextType == ContextType.
ApplicationDirectory
||
1738
if (p.ContextType != ContextType.Domain && p.ContextType != ContextType.
ApplicationDirectory
)
1975
(member.ContextType != ContextType.Domain && member.ContextType != ContextType.
ApplicationDirectory
))
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
1591
Debug.Assert(member.ContextType == ContextType.Domain || member.ContextType == ContextType.
ApplicationDirectory
);
System\DirectoryServices\AccountManagement\Computer.cs (3)
18
if (Context.ContextType == ContextType.
ApplicationDirectory
&& this.GetType() == typeof(ComputerPrincipal))
30
if (Context.ContextType == ContextType.
ApplicationDirectory
&& this.GetType() == typeof(ComputerPrincipal))
33
if (Context.ContextType != ContextType.
ApplicationDirectory
)
System\DirectoryServices\AccountManagement\Context.cs (14)
152
if (_contextType == ContextType.
ApplicationDirectory
)
246
if (_contextType == ContextType.Domain || _contextType == ContextType.
ApplicationDirectory
)
250
if (_lastBindMethod == AuthMethod.Simple && (_fastConcurrentSupported || _contextType == ContextType.
ApplicationDirectory
))
317
if (_contextType == ContextType.Domain || _contextType == ContextType.
ApplicationDirectory
)
397
if ((contextType == ContextType.Domain || contextType == ContextType.
ApplicationDirectory
) &&
406
(contextType != ContextType.
ApplicationDirectory
)
418
if ((contextType == ContextType.
ApplicationDirectory
) && ((string.IsNullOrEmpty(container)) || (string.IsNullOrEmpty(name))))
579
case ContextType.
ApplicationDirectory
:
602
Debug.Assert(_contextType == ContextType.
ApplicationDirectory
);
689
if (_contextType == ContextType.
ApplicationDirectory
|| _contextType == ContextType.Domain)
707
if (_contextType == ContextType.
ApplicationDirectory
)
1124
properties.contextType = ContextType.
ApplicationDirectory
;
1142
if (properties.contextType == ContextType.
ApplicationDirectory
)
1176
if (this.ContextType == ContextType.
ApplicationDirectory
)
System\DirectoryServices\AccountManagement\Group.cs (1)
30
if (Context.ContextType != ContextType.
ApplicationDirectory
)
System\DirectoryServices\AccountManagement\User.cs (1)
31
if (Context.ContextType != ContextType.
ApplicationDirectory
)