12 references to GetTypeVarsAll
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
132
if (pctx != null && !pctx.IsNop && parent is AggregateSymbol agg && 0 != agg.
GetTypeVarsAll
().Count)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (1)
237
TypeArray pTypeParams = aggSrc.OwningAggregate.
GetTypeVarsAll
();
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1237
TypeArray pTypeParams = pSource.OwningAggregate.
GetTypeVarsAll
();
1544
TypeArray pTypeParams = pSource.OwningAggregate.
GetTypeVarsAll
();
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (1)
334
TypeArray classTyVars = type.
GetTypeVarsAll
();
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (3)
86
Debug.Assert(GetTypeVars() ==
GetTypeVarsAll
() || isNested());
287
Debug.Assert(GetOuterAgg().
GetTypeVarsAll
() != null);
289
outerTypeVars = GetOuterAgg().
GetTypeVarsAll
();
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
363
TypeArray pTypeParams = pAggSym.
GetTypeVarsAll
();
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
115
Debug.Assert(typeArgsAll != null && typeArgsAll.Count == agg.
GetTypeVarsAll
().Count);
125
int cvarOuter = aggOuter.
GetTypeVarsAll
().Count;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
334
int outerParameters = agg.isNested() ? agg.GetOuterAgg().
GetTypeVarsAll
().Count : 0;