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