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