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