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