9 references to Join
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\NullableWalker.cs (9)
2813
SetState(ref tryState, slot, newState.
Join
(GetState(ref tryState, slot)), useNotNullsAsDefault: true);
5007
return GetLiftedReturnType(methodOpt.ReturnTypeWithAnnotations, leftType.State.
Join
(rightType.State));
5038
resultState = leftType.State.
Join
(rightType.State);
6059
var rValueState = consequenceRValue.State.
Join
(alternativeRValue.State);
6188
resultState = convertedConsequenceResult.State.
Join
(convertedAlternativeResult.State);
6201
resultState = consequenceRValue.State.
Join
(alternativeRValue.State);
6802
valueFlowState = valueFlowState.
Join
(locationFlowState);
9814
NullableFlowState state = returnType.ToTypeWithState().State.
Join
(operandState);
12894
var newValue = oldValue.
Join
(other.GetValue(i));