3 references to Meet
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (1)
9249combinedAnnotation = combinedAnnotation.Meet(constraintAnnotation);
Symbols\NullableAnnotation.cs (1)
13/// The order of values here is used in the computation of <see cref="NullableAnnotationExtensions.Meet(NullableAnnotation, NullableAnnotation)"/>,
Symbols\NullableAnnotationExtensions.cs (1)
69VarianceKind.In => a.Meet(b),