1 instantiation of AuthStoreErrorFormatter
System.Web (1)
Security\AuthStoreRoleProvider.cs (1)
854
AuthStoreErrorFormatter errFormatter = new
AuthStoreErrorFormatter
();
2 references to AuthStoreErrorFormatter
System.Web (2)
Security\AuthStoreRoleProvider.cs (2)
598
context.Response.Write(
AuthStoreErrorFormatter
.GetErrorText());
854
AuthStoreErrorFormatter
errFormatter = new AuthStoreErrorFormatter();