1 write to PolicyFile
System.Web (1)
Configuration\TrustLevel.cs (1)
52
PolicyFile
= policyFile;
10 references to PolicyFile
System.Web (10)
Configuration\TrustLevel.cs (10)
89
if (
PolicyFile
.Length > 1) {
90
char c1 =
PolicyFile
[1];
91
char c0 =
PolicyFile
[0];
102
_PolicyFileExpanded = strDir +
PolicyFile
;
105
_PolicyFileExpanded =
PolicyFile
;
119
if (
PolicyFile
.Length > 1) {
120
char c1 =
PolicyFile
[1];
121
char c0 =
PolicyFile
[0];
132
_LegacyPolicyFileExpanded = strDir + "legacy." +
PolicyFile
;
135
_LegacyPolicyFileExpanded =
PolicyFile
;