These methods in HTTP Modules are generating an IdentifiersShouldNotContainSpecifiedChars warning regarding the underscore
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
Private Sub Context_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)
The following method is causing both an IdentifiersShouldBeCasedCorrectly and an IdentifiersShouldBeSpelledCorrectly warning, but not an IdentifiersShouldNotContainSpecifiedChars
Protected Sub rptrAssignees_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.RepeaterItemEventArgs)