10 writes to _state
ILCompiler.Compiler (10)
IL\IsInstCheckPatternAnalyzer.cs (10)
55(_state, _token) = (State.IsInst, reader.PeekILToken()); 59_state = State.Branch; 61_state = State.IsInstLdnull; 63_state = State.IsInstStLoc; 69_state = State.IsInstLdnullCgt; 75_state = State.IsInstLdnullCgtStLoc; 81_state = State.IsInstLdnullCgtStLocLdLoc; 87_state = State.Branch; 93_state = State.IsInst; 101_state = default;
2 references to _state
ILCompiler.Compiler (2)
IL\IsInstCheckPatternAnalyzer.cs (2)
46public readonly bool IsIsInstBranch => _state is State.Branch; 51switch (_state)