6 references to Join
Microsoft.CodeAnalysis.CSharp (6)
Binder\Semantics\BestTypeInferrer.cs (1)
30result = result.Join(type.NullableAnnotation);
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
658_nullableAnnotationLowerBounds[ordinal] = _nullableAnnotationLowerBounds[ordinal].Join(argumentType.NullableAnnotation);
FlowAnalysis\NullableWalker.cs (1)
10335annotation = combinedAnnotation.Join(typeParameter1Annotation);
FlowAnalysis\NullableWalker_Patterns.cs (1)
637inferredType = TypeWithAnnotations.Create(inferredType.Type, existingType.NullableAnnotation.Join(inferredType.NullableAnnotation));
Symbols\NullableAnnotation.cs (1)
14/// <see cref="NullableAnnotationExtensions.Join(NullableAnnotation, NullableAnnotation)"/>, and
Symbols\NullableAnnotationExtensions.cs (1)
70VarianceKind.Out => a.Join(b),