2 references to GetRefKind
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
357
sb.Append(
GetRefKind
(i).ToParameterPrefix());
587
ExactOrBoundsKind kind =
GetRefKind
(arg).IsManagedReference() || target.Type.IsPointerType() ? ExactOrBoundsKind.Exact : ExactOrBoundsKind.LowerBound;