1 instantiation of NoGCRegion
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
207
builder.Add(new
NoGCRegion
(regionOffset, regionSize));
7 references to NoGCRegion
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\GCInfo\X86\GCInfo.cs (7)
93
private ImmutableArray<
NoGCRegion
> NoGCRegions => _noGCRegions.Value;
94
private readonly Lazy<ImmutableArray<
NoGCRegion
>> _noGCRegions;
194
private ImmutableArray<
NoGCRegion
> DecodeNoGCRegions()
197
return ImmutableArray<
NoGCRegion
>.Empty;
202
ImmutableArray<
NoGCRegion
>.Builder builder = ImmutableArray.CreateBuilder<
NoGCRegion
>((int)Header.NoGCRegionCount);
672
foreach (
NoGCRegion
region in NoGCRegions)