public CsdlSemanticsPropertyConstructor(CsdlPropertyValue property, CsdlSemanticsRecordExpression context) : base(property) { this.valueCache = new Cache<CsdlSemanticsPropertyConstructor, IEdmExpression>(); this.property = property; this.context = context; }
public CsdlSemanticsPropertyConstructor(CsdlPropertyValue property, CsdlSemanticsRecordExpression context) : base(property) { this.valueCache = new Cache <CsdlSemanticsPropertyConstructor, IEdmExpression>(); this.property = property; this.context = context; }
public CsdlSemanticsPropertyConstructor(CsdlPropertyValue property, CsdlSemanticsRecordExpression context) : base(property) { this.property = property; this.context = context; }