Base:
property
Type
System.Linq.Expressions.Expression.Type
1 write to Type
System.Linq.Expressions (1)
System\Linq\Expressions\DefaultExpression.cs (1)
17Type = type;
6 references to Type
System.Linq.Expressions (6)
System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs (1)
52if (empty == null || empty.Type != typeof(void))
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (2)
132if (node.Type != typeof(void)) 135_ilg.EmitDefault(node.Type, this);
System\Linq\Expressions\DebugViewWriter.cs (1)
987Out(".Default(" + node.Type.ToString() + ")");
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
140public Type Type => _node.Type;
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
672Out(node.Type.Name);