1 instantiation of RowTypeDefinition
System.Data.Entity (1)
System\Data\Common\EntitySql\CqlParser.cs (1)
3438
yyval = new
RowTypeDefinition
(ToNodeList<PropDefinition>(val_peek(1)));
2 references to RowTypeDefinition
System.Data.Entity (2)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
2484
AST.
RowTypeDefinition
rowTypeDefExpr = typeDefinitionExpr as AST.
RowTypeDefinition
;