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