1 write to Value
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
299this.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)
3638VisitRvalue(node.Value); 3644VisitRvalue(node.Value); 3650VisitRvalue(node.Value);
FlowAnalysis\DefiniteAssignment.cs (1)
1898VisitRvalue(boundValue.Value);
FlowAnalysis\NullableWalker.cs (2)
2850equalsValue.Value, 2858CheckDisallowedNullAssignment(resultType, parameterAnnotations, equalsValue.Value.Syntax);
Generated\BoundNodes.xml.Generated.cs (15)
326if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(field, this.Field) || locals != this.Locals || value != this.Value) 356if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(property, this.Property) || locals != this.Locals || value != this.Value) 386if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(parameter, this.Parameter) || locals != this.Locals || value != this.Value) 9778this.Visit(node.Value); 9783this.Visit(node.Value); 9788this.Visit(node.Value); 10801BoundExpression value = (BoundExpression)this.Visit(node.Value); 10806BoundExpression value = (BoundExpression)this.Visit(node.Value); 10811BoundExpression value = (BoundExpression)this.Visit(node.Value); 12232BoundExpression value = (BoundExpression)this.Visit(node.Value); 12240BoundExpression value = (BoundExpression)this.Visit(node.Value); 12248BoundExpression value = (BoundExpression)this.Visit(node.Value); 14968new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }), 14976new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }), 14984new 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)
267VerifyParamDefaultValueMatchesAttributeIfAny(_lazyDefaultSyntaxValue, parameterEqualsValue.Value.Syntax, diagnostics); 276parameterEqualsValue.Value.Syntax.Location); 389BoundExpression convertedExpression = parameterEqualsValue.Value;
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
416if (!(initializer is BoundFieldEqualsValue { Value: { } value }))