1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4608
this.
Value
= value;
15 references to Value
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder.ValueChecks.cs (2)
4474
return GetValEscape(((BoundRangeVariable)expr).
Value
, scopeOfTheContainingExpression);
5277
var variableValue = ((BoundRangeVariable)expr).
Value
;
Binder\Binder_Operators.cs (1)
2635
expr = variableAccess.
Value
; //Check the underlying expression.
FlowAnalysis\DefiniteAssignment.cs (2)
1024
NoteWrite(((BoundRangeVariable)n).
Value
, value, read: read, isRef: isRef);
1658
AssignImpl(((BoundRangeVariable)node).
Value
, value, isRef, written, read);
FlowAnalysis\LocalDataFlowPass.cs (1)
223
return MakeSlot(((BoundRangeVariable)node).
Value
);
FlowAnalysis\NullableWalker.cs (1)
11638
VisitWithoutDiagnostics(node.
Value
);
FlowAnalysis\ReadWriteWalker.cs (1)
286
ParameterSymbol rangeVariableUnderlyingParameter = GetRangeVariableUnderlyingParameter(node.
Value
);
Generated\BoundNodes.xml.Generated.cs (5)
4620
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(rangeVariableSymbol, this.RangeVariableSymbol) || value != this.
Value
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10237
this.Visit(node.
Value
);
11483
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
13581
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
16009
new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.
Value
, null) }),
Lowering\LocalRewriter\LocalRewriter_Query.cs (1)
15
return VisitExpression(node.
Value
);
Operations\CSharpOperationFactory.cs (1)
2799
return Create(boundRangeVariable.
Value
);