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);
5061
return GetLiftedReturnType(methodOpt.ReturnTypeWithAnnotations, leftType.State.
Join
(rightType.State));
5092
resultState = leftType.State.
Join
(rightType.State);
6175
var rValueState = consequenceRValue.State.
Join
(alternativeRValue.State);
6304
resultState = convertedConsequenceResult.State.
Join
(convertedAlternativeResult.State);
6317
resultState = consequenceRValue.State.
Join
(alternativeRValue.State);
6951
valueFlowState = valueFlowState.
Join
(locationFlowState);
10013
NullableFlowState state = returnType.ToTypeWithState().State.
Join
(operandState);
13331
var newValue = oldValue.
Join
(other.GetValue(i));