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)
3654VisitRvalue(node.Value); 3660VisitRvalue(node.Value); 3666VisitRvalue(node.Value);
FlowAnalysis\DefiniteAssignment.cs (1)
1925VisitRvalue(boundValue.Value);
FlowAnalysis\NullableWalker.cs (2)
2992equalsValue.Value, 3000CheckDisallowedNullAssignment(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) 9813this.Visit(node.Value); 9818this.Visit(node.Value); 9823this.Visit(node.Value); 10838BoundExpression value = (BoundExpression)this.Visit(node.Value); 10845BoundExpression value = (BoundExpression)this.Visit(node.Value); 10852BoundExpression value = (BoundExpression)this.Visit(node.Value); 12413BoundExpression value = (BoundExpression)this.Visit(node.Value); 12421BoundExpression value = (BoundExpression)this.Visit(node.Value); 12429BoundExpression value = (BoundExpression)this.Visit(node.Value); 15148new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }), 15156new TreeDumperNode("value", null, new TreeDumperNode[] { Visit(node.Value, null) }), 15164new 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 }))