C# (CSharp) SubSonic.Linq.Structure Namespace

Сlasses

Name Description
ExpressionVisitorTrace This class is here to provide a common trace point for what expression nodes are visited by the various ExpressionVisitor classes. This can be used to provide some debugging insight as to why expressions are parsed the way they are. Caveot: this assumes that expression processing is done on a single thread, as this uses Thread Local Storage (TLS) to collect data.