2 writes to Expression
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
10859
Expression
= expression;
10866
Expression
= expression;
8 references to Expression
Microsoft.CodeAnalysis.CSharp (8)
FlowAnalysis\NullableWalker.cs (8)
10704
placeholderArgs.Add(new BoundExpressionWithNullability(variables[i].
Expression
.Syntax, variables[i].
Expression
, NullableAnnotation.Oblivious, conversion.DeconstructionInfo.OutputPlaceholders[i].Type));
10745
VisitArgumentConversionAndInboundAssignmentsAndPreConditions(conversionOpt: null, variable.
Expression
, underlyingConversion, parameter.RefKind,
10759
variable.
Expression
, parameter.RefKind, parameter, parameter.TypeWithAnnotations, GetRValueAnnotations(parameter),
10787
var leftAnnotations = GetLValueAnnotations(variable.
Expression
);
10795
if (variable.
Expression
is BoundLocal { DeclarationKind: BoundLocalDeclarationKind.WithInferredType } local)
10831
int targetSlot = MakeSlot(variable.
Expression
);
10832
AdjustSetValue(variable.
Expression
, ref valueType);