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