1 instantiation of PrinterVisitor
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
28
private PrinterVisitor _visitor = new
PrinterVisitor
();
4 references to PrinterVisitor
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (4)
28
private
PrinterVisitor
_visitor = new PrinterVisitor();
85
PrinterVisitor
.AppendTypeSpecifier(typeNode, tree.ResultType);
192
PrinterVisitor
.AppendTypeSpecifier(queryNode, tree.Query.ResultType);
205
PrinterVisitor
.AppendTypeSpecifier(paramNode, paramInfo.Value);