This is probably a wish, more than a question: In some part of the code I have used a function like this:
var myProperty = typeof(T).GetProperty(titulo);
I'd like to seach in Visual Studio any usage of the type 'PropertyInfo' (that is the internal type that takes var in this example).