1 instantiation of LargeStruct
IdeCoreBenchmarks (1)
SegmentedDictionaryBenchmarks_Add.cs (1)
33_largeItems[i] = new LargeStruct() { s1 = new MediumStruct() { i1 = i } };
12 references to LargeStruct
IdeCoreBenchmarks (12)
SegmentedDictionaryBenchmarks_Add.cs (12)
18private LargeStruct[]? _largeItems; 26_largeItems = new LargeStruct[Count]; 82public LargeStruct s1 { get; set; } 83public LargeStruct s2 { get; set; } 84public LargeStruct s3 { get; set; } 85public LargeStruct s4 { get; set; } 86public LargeStruct s5 { get; set; } 87public LargeStruct s6 { get; set; } 88public LargeStruct s7 { get; set; } 89public LargeStruct s8 { get; set; } 90public LargeStruct s9 { get; set; } 91public LargeStruct s10 { get; set; }