2 writes to _typeVarsAll
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (2)
279
_typeVarsAll
= null;
297
_typeVarsAll
= TypeArray.Concat(outerTypeVars, typeVars);
1 reference to _typeVarsAll
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (1)
303
return
_typeVarsAll
;