2 references to _functionNameToOperatorDictionary
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (2)
855
Debug.Assert(
_functionNameToOperatorDictionary
.ContainsKey(e.Function.Name), "The function can not be mapped to an operator");
856
result.Append(
_functionNameToOperatorDictionary
[e.Function.Name]);