2 writes to Expression
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
11174
Expression
= expression;
11181
Expression
= expression;
8 references to Expression
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
11019
placeholderArgs.Add(new BoundExpressionWithNullability(variables[i].
Expression
.Syntax, variables[i].
Expression
, NullableAnnotation.Oblivious, conversion.DeconstructionInfo.OutputPlaceholders[i].Type));
11060
VisitArgumentConversionAndInboundAssignmentsAndPreConditions(conversionOpt: null, variable.
Expression
, underlyingConversion, parameter.RefKind,
11074
variable.
Expression
, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
11102
var leftAnnotations = GetLValueAnnotations(variable.
Expression
);
11110
if (variable.
Expression
is BoundLocal { DeclarationKind: BoundLocalDeclarationKind.WithInferredType } local)
11146
int targetSlot = MakeSlot(variable.
Expression
);
11147
AdjustSetValue(variable.
Expression
, ref valueType);