1 instantiation of NoGCRegion
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
209
builder.Add(new
NoGCRegion
(regionOffset, regionSize));
7 references to NoGCRegion
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\GCInfo\X86\GCInfo.cs (7)
94
private ImmutableArray<
NoGCRegion
> NoGCRegions => _noGCRegions.Value;
95
private readonly Lazy<ImmutableArray<
NoGCRegion
>> _noGCRegions;
196
private ImmutableArray<
NoGCRegion
> DecodeNoGCRegions()
199
return ImmutableArray<
NoGCRegion
>.Empty;
204
ImmutableArray<
NoGCRegion
>.Builder builder = ImmutableArray.CreateBuilder<
NoGCRegion
>((int)Header.NoGCRegionCount);
674
foreach (
NoGCRegion
region in NoGCRegions)