My c# service got an internal .net execution error that points to recursion issue (e.g. stack overflow). The problem is that the service is pretty large, so I am having trouble finding where the recursion actually occurs.
Can someone with massive regex mojo hook me up with a search string that would find what I need?