C# PSI tree within in ASPX/cshtml file Permanently deleted user Created June 27, 2014 12:21 How do I get the C# PSI tree (with the semantic C# model) contained in RazorFunctionsBlock/AspExpression/... nodes?
I've already found how to do this: using GetPsiFiles<CSharpLanguage>() on the corresponding IPsiSourceFile.