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)
46
public readonly bool IsIsInstBranch =>
_state
is State.Branch;
51
switch (
_state
)