3 references to isNested
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (2)
86
Debug.Assert(GetTypeVars() == GetTypeVarsAll() ||
isNested
());
88
AggregateType pOuterType =
isNested
() ? GetOuterAgg().getThisType() : null;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
334
int outerParameters = agg.
isNested
() ? agg.GetOuterAgg().GetTypeVarsAll().Count : 0;