2 references to GetIfacesAll
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (1)
500foreach (AggregateType iface in derived.GetIfacesAll().Items)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
156public TypeArray IfacesAll => _ifacesAll ??= TypeManager.SubstTypeArray(OwningAggregate.GetIfacesAll(), TypeArgsAll);