10 references to GetTypeVars
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
343ErrAppendTypeParameters(((AggregateSymbol)sym).GetTypeVars(), pctx);
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
259int typeCount = agg.GetTypeVars().Count;
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (3)
86Debug.Assert(GetTypeVars() == GetTypeVarsAll() || isNested()); 90_atsInst = TypeManager.GetAggregate(this, pOuterType, GetTypeVars()); 286Debug.Assert(GetOuterAgg().GetTypeVars() != null);
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
76TypeArray typeVars = ats.OwningAggregate.GetTypeVars();
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
97Debug.Assert(agg.GetTypeVars().Count == typeArgs.Count); 132TypeArray typeArgsInner = TypeArray.Allocate(agg.GetTypeVars().Count, typeArgsAll, cvarOuter);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (2)
958for (int i = 0; i < agg.GetTypeVars().Count; i++) 961if (agg.GetTypeVars()[i] is TypeParameterType typeVar)