9 references to InstructionStart
ILCompiler.Compiler (9)
Compiler\SubstitutedILProvider.cs (9)
184
flags[offset] |= OpcodeFlags.
InstructionStart
;
294
&& (flags[expectedEndfilterLocation] & OpcodeFlags.
InstructionStart
) != 0
440
if ((flag & OpcodeFlags.
InstructionStart
) != 0 &&
468
if ((flags[srcPos] & OpcodeFlags.
InstructionStart
) != 0)
514
Debug.Assert((flags[srcPos] & OpcodeFlags.
InstructionStart
) != 0);
537
if ((flags[srcPos] & OpcodeFlags.
InstructionStart
) != 0)
803
if ((flags[currentOffset] & OpcodeFlags.
InstructionStart
) == 0)
916
if ((flags[potentialStlocOffset] & OpcodeFlags.
InstructionStart
) == 0)
987
if ((flags[offset - SequenceLength] & OpcodeFlags.
InstructionStart
) == 0)