2 writes to _index
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (2)
68
_index
= 0;
120
return (_transformFlags[
_index
++], type.IsNativeIntegerWrapperType) switch
2 references to _index
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (2)
45
else if (decoder.
_index
== transformFlags.Length)
116
if (
_index
>= _transformFlags.Length)