2 instantiations of GacInstalled
mscorlib (2)
system\security\policy\assemblyevidencefactory.cs (1)
107return new GacInstalled();
system\security\policy\gac.cs (1)
48return new GacInstalled();
8 references to GacInstalled
mscorlib (8)
system\appdomain.cs (1)
4473Contract.Assert(evidence.GetHostEvidence<GacInstalled>() == null);
system\security\codeaccesssecurityengine.cs (1)
769if (evidence.GetHostEvidence<GacInstalled>() != null)
system\security\hostsecuritymanager.cs (1)
171if (evidence.GetHostEvidence<GacInstalled>() != null)
system\security\policy\assemblyevidencefactory.cs (2)
74if (evidenceType == typeof(GacInstalled)) 99private GacInstalled GenerateGacEvidence()
system\security\policy\evidence.cs (1)
245typeof(GacInstalled),
system\security\policy\gac.cs (1)
38return o is GacInstalled;
system\security\policy\gacmembershipcondition.cs (1)
54return evidence.GetHostEvidence<GacInstalled>() != null;