10 references to GetTypeVars
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
332ErrAppendTypeParameters(((AggregateSymbol)sym).GetTypeVars(), pctx);
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
255int 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)
75TypeArray typeVars = ats.OwningAggregate.GetTypeVars();
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
95Debug.Assert(agg.GetTypeVars().Count == typeArgs.Count); 129TypeArray typeArgsInner = TypeArray.Allocate(agg.GetTypeVars().Count, typeArgsAll, cvarOuter);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (2)
938for (int i = 0; i < agg.GetTypeVars().Count; i++) 941if (agg.GetTypeVars()[i] is TypeParameterType typeVar)