10 references to IsUnfixed
Microsoft.CodeAnalysis.CSharp (10)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (10)
512IsUnfixed(ordinal); 529if (IsUnfixed(methodTypeParameterIndex)) 572static (typeParameter, i, self) => self.IsUnfixed(i) ? TypeWithAnnotations.Create(typeParameter) : self._fixedResults[i].Type, 984if (IsUnfixed(param) && HasBound(param) && predicate(ref this, param)) 1050if (IsUnfixed(iParam)) 1110if (IsUnfixed(iParam)) 1141Debug.Assert(IsUnfixed(iParam)); 1142Debug.Assert(IsUnfixed(jParam)); 2829Debug.Assert(IsUnfixed(iParam)); 3327Debug.Assert(IsUnfixed(iParam));