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