9 references to IfacesAll
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
272
foreach (AggregateType type in _pCurrentType.
IfacesAll
.Items)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (2)
442
foreach (AggregateType type in typeCur.
IfacesAll
.Items)
548
ifaces = typeIface.
IfacesAll
;
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1194
foreach (AggregateType current in sourceAts.
IfacesAll
.Items)
1501
foreach (AggregateType current in destAts.
IfacesAll
.Items)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (2)
29
foreach (CType iface in atsDer.
IfacesAll
.Items)
300
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)