3 references to PolicyFileExpanded
System.Web (3)
Hosting\ApplicationManager.cs (1)
1384
String configFile = (String)securityPolicySection.TrustLevels[trustSection.Level].
PolicyFileExpanded
;
HttpRuntime.cs (2)
3149
file = (String)securityPolicySection.TrustLevels[trustSection.Level].
PolicyFileExpanded
;
3291
String file = (String)securityPolicySection.TrustLevels[trustSection.Level].
PolicyFileExpanded
;