5 references to IsUnfixedTypeParameter
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (5)
537
Debug.Assert(
IsUnfixedTypeParameter
(methodTypeParameterWithAnnotations));
653
else if (
IsUnfixedTypeParameter
(target) && !target.NullableAnnotation.IsAnnotated() && kind is ExactOrBoundsKind.LowerBound)
1697
if (
IsUnfixedTypeParameter
(target))
2068
if (
IsUnfixedTypeParameter
(target))
2543
if (
IsUnfixedTypeParameter
(target))