2 writes to Expression
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
9451
Expression
= expression;
9458
Expression
= expression;
8 references to Expression
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
9300
placeholderArgs.Add(new BoundExpressionWithNullability(variables[i].
Expression
.Syntax, variables[i].
Expression
, NullableAnnotation.Oblivious, conversion.DeconstructionInfo.OutputPlaceholders[i].Type));
9337
VisitArgumentConversionAndInboundAssignmentsAndPreConditions(conversionOpt: null, variable.
Expression
, underlyingConversion, parameter.RefKind,
9351
variable.
Expression
, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
9379
var leftAnnotations = GetLValueAnnotations(variable.
Expression
);
9387
if (variable.
Expression
is BoundLocal { DeclarationKind: BoundLocalDeclarationKind.WithInferredType } local)
9423
int targetSlot = MakeSlot(variable.
Expression
);
9424
AdjustSetValue(variable.
Expression
, ref valueType);