15 references to State
ILCompiler.Compiler (15)
IL\RvaIntrinsicPatternAnalyzer.cs (15)
36private State _state; 43public readonly bool IsRvaIntrinsicCall => _state is State.IntrinsicCall; 50case State.Constants: 54_state = State.Constants; 59_state = State.ArrayAllocation; 65_state = State.LdToken; 73case State.ArrayAllocation: 76_state = State.ArrayDup; 81case State.ArrayDup: 85_state = State.InitializeArrayLdToken; 90case State.LdToken: 93_state = State.IntrinsicCall; 98case State.InitializeArrayLdToken: 102_state = State.IntrinsicCall; 107case State.IntrinsicCall: