7 references to CommandTree
System.Data.Entity (7)
System\Data\Common\EntitySql\CqlQuery.cs (3)
72
Debug.Assert(parseResultInternal.
CommandTree
!= null, "parseResultInternal.CommandTree != null post-condition FAILED");
74
TypeHelpers.AssertEdmType(parseResultInternal.
CommandTree
);
220
Debug.Assert(parseResultInternal.
CommandTree
!= null, "parseResultInternal.CommandTree != null post-condition FAILED");
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
72
Debug.Assert(parseResult.
CommandTree
!= null, "ConvertStatement returned null command tree");
225
Debug.Assert(converted.
CommandTree
!= null, "statementConverter produced null command tree");
System\Data\EntityClient\EntityCommand.cs (1)
589
queryParams.Select(paramInfo => paramInfo.Value.Parameter(paramInfo.Key))).
CommandTree
;
System\Data\Mapping\ViewGeneration\Utils\ExternalCalls.cs (1)
45
DbCommandTree expr = CqlQuery.Compile(viewDef, perspective, parserOptions, null).
CommandTree
;