10 references to IsUnfixed
Microsoft.CodeAnalysis.CSharp (10)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (10)
510IsUnfixed(ordinal); 527if (IsUnfixed(methodTypeParameterIndex)) 570static (typeParameter, i, self) => self.IsUnfixed(i) ? TypeWithAnnotations.Create(typeParameter) : self._fixedResults[i].Type, 982if (IsUnfixed(param) && HasBound(param) && predicate(ref this, param)) 1048if (IsUnfixed(iParam)) 1108if (IsUnfixed(iParam)) 1139Debug.Assert(IsUnfixed(iParam)); 1140Debug.Assert(IsUnfixed(jParam)); 2827Debug.Assert(IsUnfixed(iParam)); 3322Debug.Assert(IsUnfixed(iParam));