15 references to State
ILCompiler.Compiler (15)
IL\RvaIntrinsicPatternAnalyzer.cs (15)
36
private
State
_state;
43
public readonly bool IsRvaIntrinsicCall => _state is
State
.IntrinsicCall;
50
case
State
.Constants:
54
_state =
State
.Constants;
59
_state =
State
.ArrayAllocation;
65
_state =
State
.LdToken;
73
case
State
.ArrayAllocation:
76
_state =
State
.ArrayDup;
81
case
State
.ArrayDup:
85
_state =
State
.InitializeArrayLdToken;
90
case
State
.LdToken:
93
_state =
State
.IntrinsicCall;
98
case
State
.InitializeArrayLdToken:
102
_state =
State
.IntrinsicCall;
107
case
State
.IntrinsicCall: