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