2 writes to _LegacyPolicyFileExpanded
System.Web (2)
Configuration\TrustLevel.cs (2)
132
_LegacyPolicyFileExpanded
= strDir + "legacy." + PolicyFile;
135
_LegacyPolicyFileExpanded
= PolicyFile;
2 references to _LegacyPolicyFileExpanded
System.Web (2)
Configuration\TrustLevel.cs (2)
114
if (
_LegacyPolicyFileExpanded
== null) {
138
return
_LegacyPolicyFileExpanded
;