3 references to Value
ILCompiler.Compiler (3)
Compiler\SubstitutedILProvider.cs (3)
751
if (substitution != null && substitution.
Value
is int c)
814
if (substitution != null && substitution.
Value
is int
817
constant = (int)substitution.
Value
;