7 writes to _entry1
System.Xaml (7)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (7)
398
_entry1
= value;
418
_entry1
= default(T);
460
_entry1
= _entry0;
466
_entry1
= value;
494
_entry1
= value;
542
_entry1
= _entry2;
546
_entry1
= _entry2;
8 references to _entry1
System.Xaml (8)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\FrugalList.cs (8)
437
if (EqualityComparer<T>.Default.Equals(
_entry1
, value))
459
_entry2 =
_entry1
;
465
_entry2 =
_entry1
;
518
if (EqualityComparer<T>.Default.Equals(
_entry1
, value))
541
_entry0 =
_entry1
;
568
return
_entry1
;
661
array[1] =
_entry1
;
676
array[index+1] =
_entry1
;