Base:
property
Type
System.Linq.Expressions.Expression.Type
7 references to Type
System.Core (7)
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
964Out(".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)
140public Type Type { get { return _node.Type; } }
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
704Out(node.Type.Name);
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (1)
65if (empty == null || empty.Type != typeof(void)) {
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (2)
133if (node.Type != typeof(void)) { 135_ilg.EmitDefault(node.Type);