1 instantiation of NoGCRegion
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
205
builder.Add(new
NoGCRegion
(regionOffset, regionSize));
7 references to NoGCRegion
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\GCInfo\X86\GCInfo.cs (7)
92
private ImmutableArray<
NoGCRegion
> NoGCRegions => _noGCRegions.Value;
93
private readonly Lazy<ImmutableArray<
NoGCRegion
>> _noGCRegions;
192
private ImmutableArray<
NoGCRegion
> DecodeNoGCRegions()
195
return ImmutableArray<
NoGCRegion
>.Empty;
200
ImmutableArray<
NoGCRegion
>.Builder builder = ImmutableArray.CreateBuilder<
NoGCRegion
>((int)Header.NoGCRegionCount);
549
foreach (
NoGCRegion
region in NoGCRegions)