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