1 write to allowedFunctionSpaces
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
33
this.
allowedFunctionSpaces
= new[] { DataSpace.CSpace, DataSpace.SSpace };
1 reference to allowedFunctionSpaces
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
63
return ValidateMetadata(function, base.VisitFunction, func => func.DataSpace, this.
allowedFunctionSpaces
);