7 references to isPredefAgg
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
422if (aggDest.isPredefAgg(PredefinedType.PT_DECIMAL))
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodSymbol.cs (1)
73return getClass().isPredefAgg(PredefinedType.PT_G_OPTIONAL) &&
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (5)
156if (!aggDest.isPredefAgg(PredefinedType.PT_G_ILIST) && 157!aggDest.isPredefAgg(PredefinedType.PT_G_ICOLLECTION) && 158!aggDest.isPredefAgg(PredefinedType.PT_G_IENUMERABLE) && 159!aggDest.isPredefAgg(PredefinedType.PT_G_IREADONLYCOLLECTION) && 160!aggDest.isPredefAgg(PredefinedType.PT_G_IREADONLYLIST))