9 references to Join
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (9)
2696
SetState(ref tryState, slot, newState.
Join
(GetState(ref tryState, slot)), useNotNullsAsDefault: true);
4844
return GetLiftedReturnType(methodOpt.ReturnTypeWithAnnotations, leftType.State.
Join
(rightType.State));
4875
resultState = leftType.State.
Join
(rightType.State);
5900
var rValueState = consequenceRValue.State.
Join
(alternativeRValue.State);
6029
resultState = convertedConsequenceResult.State.
Join
(convertedAlternativeResult.State);
6042
resultState = consequenceRValue.State.
Join
(alternativeRValue.State);
6536
valueFlowState = valueFlowState.
Join
(locationFlowState);
9521
NullableFlowState state = returnType.ToTypeWithState().State.
Join
(operandState);
12538
var newValue = oldValue.
Join
(other.GetValue(i));