1 instantiation of FunctionCallTranslator
System.Data.Entity (1)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
94private static readonly FunctionCallTranslator s_functionCallTranslator = new FunctionCallTranslator();
3 references to FunctionCallTranslator
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (3)
94private static readonly FunctionCallTranslator s_functionCallTranslator = new FunctionCallTranslator(); 602FunctionCallTranslator.ValidateFunctionAttributeParameter(call, functionAttribute.NamespaceName, "namespaceName"); 603FunctionCallTranslator.ValidateFunctionAttributeParameter(call, functionAttribute.FunctionName, "functionName");