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