16 references to Constant
Microsoft.AspNetCore.Components.Forms (1)
src\Components\Shared\src\ExpressionFormatting\ExpressionFormatter.cs (1)
49
case ExpressionType.
Constant
:
Microsoft.AspNetCore.Components.Web (1)
src\Components\Shared\src\ExpressionFormatting\ExpressionFormatter.cs (1)
49
case ExpressionType.
Constant
:
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ExpressionMetadataProvider.cs (1)
48
memberExpression.Expression.NodeType == ExpressionType.
Constant
)
System.Linq.Expressions (13)
System\Linq\Expressions\Common\ConstantCheck.cs (1)
22
ExpressionType.
Constant
=> ((ConstantExpression)e).Value == null,
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
103
case ExpressionType.
Constant
:
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
101
case ExpressionType.
Constant
:
System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs (1)
257
case ExpressionType.
Constant
:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
165
case ExpressionType.
Constant
:
System\Linq\Expressions\ConstantExpression.cs (3)
42
public sealed override ExpressionType NodeType => ExpressionType.
Constant
;
77
/// <see cref="ExpressionType.
Constant
"/> and the <see cref="ConstantExpression.Value"/> property set to the specified value.
92
/// <see cref="ExpressionType.
Constant
"/> and the <see cref="ConstantExpression.Value"/> and
System\Linq\Expressions\DebugViewWriter.cs (2)
620
if (child != null && child.NodeType == ExpressionType.
Constant
&&
745
case ExpressionType.
Constant
:
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
2995
case ExpressionType.
Constant
:
3072
case ExpressionType.
Constant
: CompileConstantExpression(expr); break;
System\Linq\Expressions\TypeBinaryExpression.cs (1)
80
if (Expression.NodeType == ExpressionType.
Constant
)