2 writes to _strFile
System.Web (2)
Security\FileAuthorizationModule.cs (2)
496
_strFile
= strFile;
498
_strFile
= String.Empty;
3 references to _strFile
System.Web (3)
Security\FileAuthorizationModule.cs (3)
497
if (
_strFile
== null)
521
if (
_strFile
.Length > 0)
522
miscContent = SR.GetString(SR.Assess_Denied_Misc_Content3, HttpRuntime.GetSafePath(
_strFile
));