5 references to IsUnfixedTypeParameter
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (5)
511
Debug.Assert(
IsUnfixedTypeParameter
(methodTypeParameterWithAnnotations));
627
else if (
IsUnfixedTypeParameter
(target) && !target.NullableAnnotation.IsAnnotated() && kind is ExactOrBoundsKind.LowerBound)
1669
if (
IsUnfixedTypeParameter
(target))
2040
if (
IsUnfixedTypeParameter
(target))
2515
if (
IsUnfixedTypeParameter
(target))