3 references to NumberOfSections
Microsoft.Diagnostics.DataContractReader.Contracts (3)
_generated\168\Microsoft_Diagnostics_DataContractReader_Data.ReadyToRunCoreHeader.g.cs (1)
79
_ =
NumberOfSections
;
Data\ReadyToRunCoreHeader.cs (2)
18
List<ReadyToRunSection> sections = new((int)
NumberOfSections
);
19
for (int i = 0; i <
NumberOfSections
; i++)