8 writes to _state
ILCompiler.Compiler (8)
IL\RvaIntrinsicPatternAnalyzer.cs (8)
54
_state
= State.Constants;
59
_state
= State.ArrayAllocation;
65
_state
= State.LdToken;
76
_state
= State.ArrayDup;
85
_state
= State.InitializeArrayLdToken;
93
_state
= State.IntrinsicCall;
102
_state
= State.IntrinsicCall;
127
_state
= default;
2 references to _state
ILCompiler.Compiler (2)
IL\RvaIntrinsicPatternAnalyzer.cs (2)
43
public readonly bool IsRvaIntrinsicCall =>
_state
is State.IntrinsicCall;
47
switch (
_state
)