9 references to IfacesAll
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
273
foreach (AggregateType type in _pCurrentType.
IfacesAll
.Items)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (2)
443
foreach (AggregateType type in typeCur.
IfacesAll
.Items)
549
ifaces = typeIface.
IfacesAll
;
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1195
foreach (AggregateType current in sourceAts.
IfacesAll
.Items)
1502
foreach (AggregateType current in destAts.
IfacesAll
.Items)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (2)
32
foreach (CType iface in atsDer.
IfacesAll
.Items)
310
foreach (AggregateType iface in atsDer.
IfacesAll
.Items)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (2)
121
foreach (AggregateType iface in
IfacesAll
.Items)
192
foreach (AggregateType type in
IfacesAll
.Items)