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