4 references to Value
System.Data.Entity (4)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
531if (resolution.ExpressionClass == ExpressionResolutionClass.Value) 676case ExpressionResolutionClass.Value:
System\Data\Common\EntitySql\SemanticResolver.cs (2)
56/// Represents an eSQL expression classified as <see cref="ExpressionResolutionClass.Value"/>. 61: base(ExpressionResolutionClass.Value)