5 references to IsUnfixedTypeParameter
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (5)
510
Debug.Assert(
IsUnfixedTypeParameter
(methodTypeParameterWithAnnotations));
621
else if (
IsUnfixedTypeParameter
(target) && !target.NullableAnnotation.IsAnnotated() && kind is ExactOrBoundsKind.LowerBound)
1569
if (
IsUnfixedTypeParameter
(target))
1884
if (
IsUnfixedTypeParameter
(target))
2321
if (
IsUnfixedTypeParameter
(target))