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