10 references to TraceVerbose
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (10)
138TraceVerbose("Used {0} views of {1} total for rewriting", _usedViews.Count, _views.Count); 287TraceVerbose("Shrunk domain of column {0} from {1} to {2}", currentPath, _domainMap.GetDomain(currentPath), newDomain); 397TraceVerbose("REWRITING FOR {0}={1}", currentPath, domainValue); 530TraceVerbose("CASE STATEMENT FOR {0}={1}", currentPath, domainValue); 594TraceVerbose("{0}", caseStatement.ToString()); 849TraceVerbose("Cached rewriting {0}: {1}", toFill, rewriting); 929TraceVerbose("Computed rewriting {0}: {1}", toFill, rewriting); 936TraceVerbose("Cached rewriting {0}: {1}", toFill, rewriting); 1275TraceVerbose("{0} containment checks, {4} set operations ({1} intersections + {2} unions + {3} differences)", 1278TraceVerbose("{0} errors", numErrors);