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