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