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