public CsdlSemanticsDirectValueAnnotation(CsdlDirectValueAnnotation annotation, CsdlSemanticsModel model) : base(annotation) { this.annotation = annotation; this.model = model; }
public CsdlSemanticsDirectValueAnnotation(CsdlDirectValueAnnotation annotation, CsdlSemanticsModel model) : base(annotation) { this.valueCache = new Cache <CsdlSemanticsDirectValueAnnotation, IEdmValue>(); this.annotation = annotation; this.model = model; }