1 write to _containingTypes
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (1)
34
_containingTypes
= containingTypes;
2 references to _containingTypes
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (2)
154
if (_currentTypeIndex >=
_containingTypes
.Count)
161
CurrentType =
_containingTypes
[_currentTypeIndex++] as AggregateType;