2 instantiations of Cursor
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\ExecutionManager\Helpers\RangeSectionMap.cs (2)
103return new Cursor(topMap, MapLevels, index); 111return new Cursor(nextMap, nextLevel, nextIndex);
5 references to Cursor
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\ExecutionManager\Helpers\RangeSectionMap.cs (5)
100internal Cursor GetTopCursor(TargetPointer topMap, TargetCodePointer jittedCodeAddress) 106internal Cursor GetNextCursor(Target target, Cursor cursor, TargetCodePointer jittedCodeAddress) 157internal Cursor? FindFragmentInternal(Target target, TargetPointer topMap, TargetCodePointer jittedCodeAddress) 159Cursor cursor = GetTopCursor(topMap, jittedCodeAddress);