3 writes to _count
System.Core (3)
Microsoft\Scripting\Actions\ExpandoObject.cs (3)
150
_count
++;
204
_count
--;
612
_count
= 0;
4 references to _count
System.Core (4)
Microsoft\Scripting\Actions\ExpandoObject.cs (4)
325
_expandoCount = expando.
_count
;
441
_expandoCount = expando.
_count
;
594
return
_count
;
637
ContractUtils.RequiresArrayRange(array, arrayIndex,
_count
, "arrayIndex", "Count");