8 writes to _state
ILCompiler.Compiler (8)
IL\RvaIntrinsicPatternAnalyzer.cs (8)
54_state = State.Constants; 59_state = State.ArrayAllocation; 65_state = State.LdToken; 76_state = State.ArrayDup; 85_state = State.InitializeArrayLdToken; 93_state = State.IntrinsicCall; 102_state = State.IntrinsicCall; 127_state = default;
2 references to _state
ILCompiler.Compiler (2)
IL\RvaIntrinsicPatternAnalyzer.cs (2)
43public readonly bool IsRvaIntrinsicCall => _state is State.IntrinsicCall; 47switch (_state)