10 references to IsUnfixed
Microsoft.CodeAnalysis.CSharp (10)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (10)
493IsUnfixed(ordinal); 500if (IsUnfixed(methodTypeParameterIndex)) 543static (typeParameter, i, self) => self.IsUnfixed(i) ? TypeWithAnnotations.Create(typeParameter) : self._fixedResults[i].Type, 865if (IsUnfixed(param) && HasBound(param) && predicate(this, param)) 931if (IsUnfixed(iParam)) 991if (IsUnfixed(iParam)) 1022Debug.Assert(IsUnfixed(iParam)); 1023Debug.Assert(IsUnfixed(jParam)); 2605Debug.Assert(IsUnfixed(iParam)); 3059Debug.Assert(IsUnfixed(iParam));