1 write to _DictionaryOfParameters
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
40
_DictionaryOfParameters
= new Dictionary<ExprCall, Expression>();
2 references to _DictionaryOfParameters
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (2)
82
_DictionaryOfParameters
.Add(call, parameter);
700
return
_DictionaryOfParameters
[(ExprCall)wrap.OptionalExpression];