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