1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8026
this.
Value
= value;
12 references to Value
Microsoft.CodeAnalysis.CSharp (12)
Binder\DecisionDagBuilder.cs (2)
500
Debug.Assert(constant.
Value
.Type is not null || constant.HasErrors);
501
output = input = constant.
Value
.Type is { } type ? MakeConvertToType(input, constant.Syntax, type, isExplicitTest: false, tests) : input;
FlowAnalysis\DefiniteAssignment.cs (1)
2015
this.VisitRvalue(pat.
Value
);
FlowAnalysis\NullableWalker_Patterns.cs (2)
65
VisitRvalue(node.
Value
);
167
bool isExplicitNullCheck = cp.
Value
.ConstantValueOpt == ConstantValue.Null;
Generated\BoundNodes.xml.Generated.cs (5)
8038
if (value != this.
Value
|| constantValue != this.ConstantValue || !TypeSymbol.Equals(inputType, this.InputType, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(narrowedType, this.NarrowedType, TypeCompareKind.ConsiderEverything))
10683
this.Visit(node.
Value
);
12055
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
14714
BoundExpression value = (BoundExpression)this.Visit(node.
Value
);
16909
new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.
Value
, null) }),
Operations\CSharpOperationFactory.cs (2)
2517
IOperation value = Create(boundConstantPattern.
Value
);
2761
return new SingleValueCaseClauseOperation(Create(cp.
Value
), label.GetPublicSymbol(), _semanticModel, syntax, isImplicit);