Home
last modified time | relevance | path

Searched refs:ErrorContextInfo (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/EntitySql/
H A DCqlParserHelpers.cs156 …!= astNode && (null != astNode.ErrCtx) && (!String.IsNullOrEmpty(astNode.ErrCtx.ErrorContextInfo))) in yyerror()
170 syntaxContextInfo = EntityRes.GetString(errCtx.ErrorContextInfo); in yyerror()
196 astExpr.ErrCtx.ErrorContextInfo = info; in SetErrCtx()
H A DCqlParser.cs2062 … SetErrCtx(AstNode(yyval), AstNodePos(val_peek(0)), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
2069 … SetErrCtx(AstNode(yyval), AstNodePos(yyval), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
2095 … SetErrCtx(AstNode(yyval), AstNodePos(val_peek(0)), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
2102 … SetErrCtx(AstNode(yyval), AstNodePos(yyval), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
2217 … SetErrCtx(AstNode(yyval), AstNodePos(val_peek(0)), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
2473 … SetErrCtx(AstNode(yyval), AstNodePos(val_peek(0)), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
2519 … SetErrCtx(AstNode(yyval), AstNodePos(val_peek(0)), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
3049 … SetErrCtx(AstNode(yyval), AstNodePos(val_peek(0)), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
3056 … SetErrCtx(AstNode(yyval), AstNodePos(val_peek(0)), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
3446 … SetErrCtx(AstNode(yyval), AstNodePos(val_peek(0)), AstNode(val_peek(0)).ErrCtx.ErrorContextInfo); in yyparse()
[all …]
H A DCqlLexerHelpers.cs33 internal string ErrorContextInfo; field in System.Data.Common.EntitySql.ErrorContext
355 id.ErrCtx.ErrorContextInfo = EntityRes.CtxEscapedIdentifier; in IsEscapedIdentifier()
438 id.ErrCtx.ErrorContextInfo = EntityRes.CtxIdentifier; in MapUnescapedIdentifier()
H A DSemanticResolver.cs1277 ErrCtx.ErrorContextInfo, in ValidateContainedAggregates()
1284 containedAggregate.ErrCtx.ErrorContextInfo, in ValidateContainedAggregates()
H A DSemanticAnalyzer.cs827 methodExpr.ErrCtx.ErrorContextInfo = Strings.CtxFunction(metadataMember.Name); in ConvertMethodExpr()
843 … methodExpr.ErrCtx.ErrorContextInfo = Strings.CtxTypeCtor(metadataMember.Name); in ConvertMethodExpr()
848 … methodExpr.ErrCtx.ErrorContextInfo = Strings.CtxFunction(metadataMember.Name); in ConvertMethodExpr()
2336 typeName.ErrCtx.ErrorContextInfo = methodExpr.ErrCtx.ErrorContextInfo; in ConvertTypeName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/
H A DEntitySqlException.cs105 …eate(errCtx.CommandText, errorMessage, errCtx.InputPosition, errCtx.ErrorContextInfo, errCtx.UseCo… in Create()