1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
286this.Value = value;
31 references to Value
Microsoft.CodeAnalysis.CSharp (31)
Compilation\InitializerSemanticModel.cs (1)
168return new BoundPropertyEqualsValue(result.Syntax, property, result.Locals, result.Value);
FlowAnalysis\AbstractFlowPass.cs (3)
3676VisitRvalue(node.Value); 3682VisitRvalue(node.Value); 3688VisitRvalue(node.Value);
FlowAnalysis\DefiniteAssignment.cs (1)
1863VisitRvalue(boundValue.Value);
FlowAnalysis\NullableWalker.cs (2)
3069equalsValue.Value, 3077CheckDisallowedNullAssignment(resultType, parameterAnnotations, equalsValue.Value.Syntax);
Generated\BoundNodes.xml.Generated.cs (15)
313if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(field, this.Field) || locals != this.Locals || value != this.Value) 343if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || locals != this.Locals || value != this.Value) 373if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(parameter, this.Parameter) || locals != this.Locals || value != this.Value) 10061this.Visit(node.Value); 10066this.Visit(node.Value); 10071this.Visit(node.Value); 11112BoundExpression value = (BoundExpression)this.Visit(node.Value); 11119BoundExpression value = (BoundExpression)this.Visit(node.Value); 11126BoundExpression value = (BoundExpression)this.Visit(node.Value); 12723BoundExpression value = (BoundExpression)this.Visit(node.Value); 12731BoundExpression value = (BoundExpression)this.Visit(node.Value); 12739BoundExpression value = (BoundExpression)this.Visit(node.Value); 15480new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }), 15488new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }), 15496new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }),
Lowering\InitializerRewriter.cs (1)
104fieldInit.Value,
Operations\CSharpOperationFactory.cs (3)
1793IOperation value = Create(boundFieldEqualsValue.Value); 1802IOperation value = Create(boundPropertyEqualsValue.Value); 1811IOperation value = Create(boundParameterEqualsValue.Value);
Symbols\ConstantValueUtils.cs (1)
49var value = GetAndValidateConstantValue(boundValue.Value, symbol, symbol.Type, equalsValueNode.Value, diagnostics);
Symbols\Source\SourceComplexParameterSymbol.cs (3)
275VerifyParamDefaultValueMatchesAttributeIfAny(_lazyDefaultSyntaxValue, parameterEqualsValue.Value.Syntax, diagnostics); 284parameterEqualsValue.Value.Syntax.Location); 397BoundExpression convertedExpression = parameterEqualsValue.Value;
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
420if (!(initializer is BoundFieldEqualsValue { Value: { } value }))