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)
18
private
LargeStruct
[]? _largeItems;
26
_largeItems = new
LargeStruct
[Count];
82
public
LargeStruct
s1 { get; set; }
83
public
LargeStruct
s2 { get; set; }
84
public
LargeStruct
s3 { get; set; }
85
public
LargeStruct
s4 { get; set; }
86
public
LargeStruct
s5 { get; set; }
87
public
LargeStruct
s6 { get; set; }
88
public
LargeStruct
s7 { get; set; }
89
public
LargeStruct
s8 { get; set; }
90
public
LargeStruct
s9 { get; set; }
91
public
LargeStruct
s10 { get; set; }