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)
156Data.RangeSectionFragment curFragment = target.ProcessedData.GetOrAdd<Data.RangeSectionFragment>(rangeSectionFragmentPtr); 167Data.RangeSectionFragment fragment = target.ProcessedData.GetOrAdd<Data.RangeSectionFragment>(rangeSectionFragmentPtr);
Data\RangeSectionFragment.cs (3)
6internal sealed class RangeSectionFragment : IData<RangeSectionFragment> 8static RangeSectionFragment IData<RangeSectionFragment>.Create(Target target, TargetPointer address)