Compiler\SubstitutedILProvider.cs (5)
318if (!TryGetConstantArgument(method, methodBytes, flags, offset, 0, out int constant)
346if (!TryGetConstantArgument(method, methodBytes, flags, offset, 0, out int left)
347|| !TryGetConstantArgument(method, methodBytes, flags, offset, 1, out int right))
945if (!TryGetConstantArgument(methodIL, body, flags, currentOffset, 0, out int left)
946|| !TryGetConstantArgument(methodIL, body, flags, currentOffset, 1, out int right))