4 references to IsStubCodeBlock
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ExecutionManager\ExecutionManagerCore.EEJitManager.cs (3)
184if (!RangeSection.IsStubCodeBlock(Target, codeHeaderAddress)) 218if (RangeSection.IsStubCodeBlock(Target, codeHeaderAddress)) 229if (RangeSection.IsStubCodeBlock(Target, codeHeaderAddress))
Contracts\ExecutionManager\ExecutionManagerCore.InterpreterJitManager.cs (1)
150if (RangeSection.IsStubCodeBlock(Target, codeHeaderIndirect))