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