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