3 references to ExactOrBoundsNullableInference
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
1649
return
ExactOrBoundsNullableInference
(ExactOrBoundsKind.Exact, source, target, ref useSiteInfo);
1967
return
ExactOrBoundsNullableInference
(ExactOrBoundsKind.LowerBound, source, target, ref useSiteInfo);
2368
return
ExactOrBoundsNullableInference
(ExactOrBoundsKind.UpperBound, source, target, ref useSiteInfo);