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