Base:
property
Type
System.Linq.Expressions.Expression.Type
8 references to Type
System.Core (8)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
188public Type Type { get { return _node.Type; } }
Microsoft\Scripting\Ast\IndexExpression.cs (1)
71/// <returns>The <see cref="Type"/> that represents the static type of the expression.</returns>
Microsoft\Scripting\Ast\UnaryExpression.cs (1)
262var lastTemp = temps[i] = Parameter(index.Type, null);
Microsoft\Scripting\Compiler\LambdaCompiler.Address.cs (3)
182if (!TypeUtils.AreEquivalent(type, node.Type) || node.Indexer != null) { 190_ilg.Emit(OpCodes.Ldelema, node.Type); 312var valueLocal = GetLocal(node.Type);
Microsoft\Scripting\Compiler\LambdaCompiler.Expressions.cs (2)
282_ilg.EmitLoadElement(node.Type); 296_ilg.EmitStoreElement(node.Type);