14 references to Value
System.Core (14)
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
982
Visit(node.
Value
);
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
172
public Expression Value { get { return _node.
Value
; } }
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (2)
719
if (node.
Value
!= null) {
721
Visit(node.
Value
);
Microsoft\Scripting\Ast\ExpressionVisitor.cs (1)
321
return node.Update(VisitLabelTarget(node.Target), Visit(node.
Value
));
Microsoft\Scripting\Ast\GotoExpression.cs (2)
121
/// <param name="value">The <see cref="
Value
" /> property of the result.</param>
124
if (target == Target && value ==
Value
) {
Microsoft\Scripting\Compiler\LambdaCompiler.ControlFlow.cs (3)
113
if (node.
Value
!= null) {
115
EmitExpressionAsVoid(node.
Value
, flags);
118
EmitExpression(node.
Value
, flags);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (3)
62
if (g != null && (g.
Value
== null || !Significant(g.
Value
)) && ReferenceLabel(g.Target).CanReturn) {
411
if (jump != null && jump.
Value
== null) {
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
762
Result value = RewriteExpressionFreeTemps(node.
Value
, Stack.Empty);