Base:
property
NodeType
System.Linq.Expressions.Expression.NodeType
3 references to NodeType
System.Core (1)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
250public ExpressionType NodeType { get { return _node.NodeType; } }
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (2)
2694throw Error.UnrecognizedExpressionNode(list.NodeType); 2701throw Error.UnrecognizedExpressionNode(list.NodeType);