7 references to isPredefAgg
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
421
if (aggDest.
isPredefAgg
(PredefinedType.PT_DECIMAL))
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodSymbol.cs (1)
73
return getClass().
isPredefAgg
(PredefinedType.PT_G_OPTIONAL) &&
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (5)
148
if (!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))