9 references to Join
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (9)
2757
SetState(ref tryState, slot, newState.
Join
(GetState(ref tryState, slot)), useNotNullsAsDefault: true);
4905
return GetLiftedReturnType(methodOpt.ReturnTypeWithAnnotations, leftType.State.
Join
(rightType.State));
4936
resultState = leftType.State.
Join
(rightType.State);
5961
var rValueState = consequenceRValue.State.
Join
(alternativeRValue.State);
6090
resultState = convertedConsequenceResult.State.
Join
(convertedAlternativeResult.State);
6103
resultState = consequenceRValue.State.
Join
(alternativeRValue.State);
6597
valueFlowState = valueFlowState.
Join
(locationFlowState);
9579
NullableFlowState state = returnType.ToTypeWithState().State.
Join
(operandState);
12596
var newValue = oldValue.
Join
(other.GetValue(i));