2 references to GetVariable
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
Rewriters\CapturedVariableRewriter.cs (2)
48
var rewrittenLocals = node.Locals.WhereAsArray((local, rewriter) => local.IsCompilerGenerated || local.Name == null || rewriter.
GetVariable
(local.Name) == null, this);
59
var variable = this.
GetVariable
(local.Name);