7 writes to _entry1
System.Xaml (7)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (7)
729
_entry1
= value;
761
_entry1
= default(T);
833
_entry1
= _entry0;
842
_entry1
= value;
888
_entry1
= value;
972
_entry1
= _entry2;
979
_entry1
= _entry2;
8 references to _entry1
System.Xaml (8)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (8)
783
if (EqualityComparer<T>.Default.Equals(
_entry1
, value))
832
_entry2 =
_entry1
;
841
_entry2 =
_entry1
;
924
if (EqualityComparer<T>.Default.Equals(
_entry1
, value))
971
_entry0 =
_entry1
;
1019
return
_entry1
;
1203
array[1] =
_entry1
;
1233
array[index+1] =
_entry1
;