2 writes to allowedMetadataSpaces
System.Data.Entity (2)
System\Data\Common\CommandTrees\Internal\Validator.cs (2)
36
this.
allowedMetadataSpaces
= new[] { DataSpace.SSpace, DataSpace.CSpace };
40
this.
allowedMetadataSpaces
= new[] { DataSpace.CSpace };
3 references to allowedMetadataSpaces
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\Validator.cs (3)
57
return ValidateMetadata(entitySet, base.VisitEntitySet, es => es.EntityContainer.DataSpace, this.
allowedMetadataSpaces
);
68
return ValidateMetadata(type, base.VisitType, et => et.DataSpace, this.
allowedMetadataSpaces
);
73
return ValidateMetadata(type, base.VisitTypeUsage, tu => tu.EdmType.DataSpace, this.
allowedMetadataSpaces
);