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