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