3 references to PolicyLevel
mscorlib (3)
system\security\policy\policylevel.cs (2)
139internal PolicyLevel (PolicyLevelType type) : this (type, GetLocationFromType(type)) {} 1128PolicyLevel level = new PolicyLevel(m_type, path);
system\security\securitymanager.cs (1)
212PolicyLevel level = new PolicyLevel(type, path);