8 references to PolicyLevels
mscorlib (8)
system\security\policymanager.cs (8)
61
PolicyLevels
.Add(level);
67
return
PolicyLevels
.GetEnumerator();
97
IEnumerator levelEnumerator =
PolicyLevels
.GetEnumerator();
148
for (int i =
PolicyLevels
.Count - 1; i >= 0; --i)
150
currentLevel = (PolicyLevel)
PolicyLevels
[i];
200
IEnumerator levelEnumerator =
PolicyLevels
.GetEnumerator();
262
for (int i = 0; i <
PolicyLevels
.Count; ++i)
264
PolicyLevel currentLevel = (PolicyLevel)
PolicyLevels
[i];