14 references to TrackNullableStateForAssignment
Microsoft.CodeAnalysis.CSharp (14)
FlowAnalysis\NullableWalker.cs (12)
3395
TrackNullableStateForAssignment
(receiver, resultType, resultSlot, resultState, MakeSlot(receiver));
3522
TrackNullableStateForAssignment
(initializer, type, slot, valueType, MakeSlot(initializer));
4278
TrackNullableStateForAssignment
(node.Right, type, slot, resultType, MakeSlot(node.Right));
5573
TrackNullableStateForAssignment
(rightOperand, targetType, leftSlot, rightResult, MakeSlot(rightOperand));
7602
TrackNullableStateForAssignment
(parameterValue, lValueType, targetSlot, parameterWithState.WithSuppression(isSuppressed));
7611
TrackNullableStateForAssignment
(parameterValue, lValueType, targetSlot, applyPostConditionsWhenTrue(parameterWithState, parameterAnnotations).WithSuppression(isSuppressed));
7616
TrackNullableStateForAssignment
(parameterValue, lValueType, targetSlot, applyPostConditionsWhenFalse(parameterWithState, parameterAnnotations).WithSuppression(isSuppressed));
8496
TrackNullableStateForAssignment
(value, field.TypeWithAnnotations, targetSlot, valueType, MakeSlot(value));
8516
TrackNullableStateForAssignment
(value, symbol!.GetTypeOrReturnType(), targetSlot, valueType, valueSlot);
9982
TrackNullableStateForAssignment
(right, leftLValueType, MakeSlot(left), rightState, MakeSlot(right));
10500
TrackNullableStateForAssignment
(node, targetType: operandLvalue, targetSlot: MakeSlot(node.Operand), valueType: resultOfIncrementType);
10569
TrackNullableStateForAssignment
(node, leftLvalueType, MakeSlot(node.Left), resultTypeWithState);
FlowAnalysis\NullableWalker_Patterns.cs (2)
393
TrackNullableStateForAssignment
(valueOpt: null, expressionTypeWithAnnotations, originalInputSlot, expressionTypeWithState);
564
TrackNullableStateForAssignment
(valueOpt: null, type, outputSlot, type.ToTypeWithState());