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)
497if (_strFile == null) 521if (_strFile.Length > 0) 522miscContent = SR.GetString(SR.Assess_Denied_Misc_Content3, HttpRuntime.GetSafePath(_strFile));