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