5 references to GetThisProxy
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (5)
CompilationContext.cs (4)
119
(
GetThisProxy
(_displayClassVariables) != null) ==
212
var hasDisplayClassThis =
GetThisProxy
(_displayClassVariables) != null;
251
var hasDisplayClassThis =
GetThisProxy
(_displayClassVariables) != null;
386
GetThisProxy
(_displayClassVariables) != null)
Symbols\EEMethodSymbol.cs (1)
709
var thisProxy = CompilationContext.
GetThisProxy
(_displayClassVariables);