Visual Studio 2015 search only in literal strings that span multiple lines -


i working on problem got sent request contained data shouldn't have, , party have sent claims our logging system 'logged incorrectly'. our logging mechanism first thing captures request , after column request stored in database shouldn't touched anywhere. using dapper search column usage genius gave name [request] brings 10k results when searched have tried looking [request] in brackets noting comes up. our dapper sqls stored in multiline sql files in plain code (multi , single line). i tried looking regex since sqls multi-line nothing useful came up.

how search multiline literals in visual studio 2015?


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -