Base:
property
Type
System.Linq.Expressions.Expression.Type
7 references to Type
System.Core (7)
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
964
Out(".Default(" + node.
Type
.ToString() + ")");
Microsoft\Scripting\Ast\DefaultExpression.cs (1)
40
/// <returns>The <see cref="
Type
"/> that represents the static type of the expression.</returns>
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
140
public Type Type { get { return _node.
Type
; } }
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
704
Out(node.
Type
.Name);
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (1)
65
if (empty == null || empty.
Type
!= typeof(void)) {
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
133
if (node.
Type
!= typeof(void)) {
135
_ilg.EmitDefault(node.
Type
);