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)
41
static
RangeSectionFragment
IData<
RangeSectionFragment
>.Create(Target target, TargetPointer address)
Contracts\ExecutionManager\ExecutionManagerCore.cs (4)
159
Data.
RangeSectionFragment
curFragment = target.ProcessedData.GetOrAdd<Data.
RangeSectionFragment
>(rangeSectionFragmentPtr);
170
Data.
RangeSectionFragment
fragment = target.ProcessedData.GetOrAdd<Data.
RangeSectionFragment
>(rangeSectionFragmentPtr);
Data\RangeSectionFragment.cs (1)
7
internal sealed partial class RangeSectionFragment : IData<
RangeSectionFragment
>