17 references to State
ILCompiler.Compiler (17)
IL\IsInstCheckPatternAnalyzer.cs (17)
43private State _state; 46public readonly bool IsIsInstBranch => _state is State.Branch; 55(_state, _token) = (State.IsInst, reader.PeekILToken()); 57case State.IsInst: 59_state = State.Branch; 61_state = State.IsInstLdnull; 63_state = State.IsInstStLoc; 67case State.IsInstLdnull: 69_state = State.IsInstLdnullCgt; 73case State.IsInstLdnullCgt: 75_state = State.IsInstLdnullCgtStLoc; 79case State.IsInstLdnullCgtStLoc: 81_state = State.IsInstLdnullCgtStLocLdLoc; 85case State.IsInstLdnullCgtStLocLdLoc: 87_state = State.Branch; 91case State.IsInstStLoc: 93_state = State.IsInst;