7 references to isPredefAgg
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
421if (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)
148if (!aggDest.isPredefAgg(PredefinedType.PT_G_ILIST) && 149!aggDest.isPredefAgg(PredefinedType.PT_G_ICOLLECTION) && 150!aggDest.isPredefAgg(PredefinedType.PT_G_IENUMERABLE) && 151!aggDest.isPredefAgg(PredefinedType.PT_G_IREADONLYCOLLECTION) && 152!aggDest.isPredefAgg(PredefinedType.PT_G_IREADONLYLIST))