1 instantiation of RangeSectionFragment
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\133\Microsoft_Diagnostics_DataContractReader_Data.RangeSectionFragment.g.cs (1)
42=> new RangeSectionFragment(target, address);
7 references to RangeSectionFragment
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\133\Microsoft_Diagnostics_DataContractReader_Data.RangeSectionFragment.g.cs (2)
41static RangeSectionFragment IData<RangeSectionFragment>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.cs (4)
159Data.RangeSectionFragment curFragment = target.ProcessedData.GetOrAdd<Data.RangeSectionFragment>(rangeSectionFragmentPtr); 170Data.RangeSectionFragment fragment = target.ProcessedData.GetOrAdd<Data.RangeSectionFragment>(rangeSectionFragmentPtr);
Data\RangeSectionFragment.cs (1)
7internal sealed partial class RangeSectionFragment : IData<RangeSectionFragment>