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);
4908
return GetLiftedReturnType(methodOpt.ReturnTypeWithAnnotations, leftType.State.
Join
(rightType.State));
4939
resultState = leftType.State.
Join
(rightType.State);
5964
var rValueState = consequenceRValue.State.
Join
(alternativeRValue.State);
6093
resultState = convertedConsequenceResult.State.
Join
(convertedAlternativeResult.State);
6106
resultState = consequenceRValue.State.
Join
(alternativeRValue.State);
6600
valueFlowState = valueFlowState.
Join
(locationFlowState);
9582
NullableFlowState state = returnType.ToTypeWithState().State.
Join
(operandState);
12599
var newValue = oldValue.
Join
(other.GetValue(i));