3 references to Exact
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
587
ExactOrBoundsKind kind = GetRefKind(arg).IsManagedReference() || target.Type.IsPointerType() ? ExactOrBoundsKind.
Exact
: ExactOrBoundsKind.LowerBound;
1760
case ExactOrBoundsKind.
Exact
:
1798
return ExactOrBoundsNullableInference(ExactOrBoundsKind.
Exact
, source, target, ref useSiteInfo);