4 references to Meet
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (3)
5407resultState = leftType.State.Meet(rightType.State); 13310node.IsAddition ? GetState(ref this.State, memberSlot).Meet(ResultType.State) : NullableFlowState.MaybeNull); 14226var newValue = oldValue.Meet(other.GetValue(i));
Symbols\ConstraintsHelper.cs (1)
1259result = result.Value.Meet(constraintState);