2 references to NamespaceName
System.Data.Entity (2)
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
602
FunctionCallTranslator.ValidateFunctionAttributeParameter(call, functionAttribute.
NamespaceName
, "namespaceName");
610
EdmFunction function = parent.FindFunction(functionAttribute.
NamespaceName
, functionAttribute.FunctionName, argumentTypes, false, call);