1 instantiation of RangeSectionFragment
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\RangeSectionFragment.cs (1)
9
=> new
RangeSectionFragment
(target, address);
7 references to RangeSectionFragment
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\ExecutionManager\ExecutionManagerCore.cs (4)
156
Data.
RangeSectionFragment
curFragment = target.ProcessedData.GetOrAdd<Data.
RangeSectionFragment
>(rangeSectionFragmentPtr);
167
Data.
RangeSectionFragment
fragment = target.ProcessedData.GetOrAdd<Data.
RangeSectionFragment
>(rangeSectionFragmentPtr);
Data\RangeSectionFragment.cs (3)
6
internal sealed class RangeSectionFragment : IData<
RangeSectionFragment
>
8
static
RangeSectionFragment
IData<
RangeSectionFragment
>.Create(Target target, TargetPointer address)