1 write to NumberOfSections
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\137\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunCoreHeader.g.cs (1)
27
NumberOfSections
= target.ReadField<uint>(b, t, n);
2 references to NumberOfSections
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\ReadyToRunCoreHeader.cs (2)
21
List<ReadyToRunSection> sections = new((int)
NumberOfSections
);
22
for (int i = 0; i <
NumberOfSections
; i++)