3 references to Resolve
mscorlib (3)
system\security\policy\policylevel.cs (1)
506return Resolve(evidence, 0, null);
system\security\policymanager.cs (2)
119policy = currentLevel.Resolve(evidence, count, serializedEvidence); 160policy = appDomainLevel.Resolve(evidence, count, serializedEvidence);