1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
300this.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)
3642VisitRvalue(node.Value); 3648VisitRvalue(node.Value); 3654VisitRvalue(node.Value);
FlowAnalysis\DefiniteAssignment.cs (1)
1898VisitRvalue(boundValue.Value);
FlowAnalysis\NullableWalker.cs (2)
2911equalsValue.Value, 2919CheckDisallowedNullAssignment(resultType, parameterAnnotations, equalsValue.Value.Syntax);
Generated\BoundNodes.xml.Generated.cs (15)
327if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(field, this.Field) || locals != this.Locals || value != this.Value) 357if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || locals != this.Locals || value != this.Value) 387if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(parameter, this.Parameter) || locals != this.Locals || value != this.Value) 9815this.Visit(node.Value); 9820this.Visit(node.Value); 9825this.Visit(node.Value); 10838BoundExpression value = (BoundExpression)this.Visit(node.Value); 10843BoundExpression value = (BoundExpression)this.Visit(node.Value); 10848BoundExpression value = (BoundExpression)this.Visit(node.Value); 12269BoundExpression value = (BoundExpression)this.Visit(node.Value); 12277BoundExpression value = (BoundExpression)this.Visit(node.Value); 12285BoundExpression value = (BoundExpression)this.Visit(node.Value); 15005new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }), 15013new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }), 15021new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }),
Lowering\InitializerRewriter.cs (1)
104fieldInit.Value,
Operations\CSharpOperationFactory.cs (3)
1727IOperation value = Create(boundFieldEqualsValue.Value); 1736IOperation value = Create(boundPropertyEqualsValue.Value); 1745IOperation value = Create(boundParameterEqualsValue.Value);
Symbols\ConstantValueUtils.cs (1)
49var value = GetAndValidateConstantValue(boundValue.Value, symbol, symbol.Type, equalsValueNode.Value, diagnostics);
Symbols\Source\SourceComplexParameterSymbol.cs (3)
268VerifyParamDefaultValueMatchesAttributeIfAny(_lazyDefaultSyntaxValue, parameterEqualsValue.Value.Syntax, diagnostics); 277parameterEqualsValue.Value.Syntax.Location); 390BoundExpression convertedExpression = parameterEqualsValue.Value;
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
416if (!(initializer is BoundFieldEqualsValue { Value: { } value }))