1 write to _strErrorText
System.Web (1)
Security\BackStopAuthenticationModule.cs (1)
163_strErrorText = (new AuthFailedErrorFormatter()).GetErrorMessage();
4 references to _strErrorText
System.Web (4)
Security\BackStopAuthenticationModule.cs (4)
158if (_strErrorText != null) 159return _strErrorText; 162if (_strErrorText == null) 166return _strErrorText;