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