3 writes to _commentsIndex
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeMap.cs (3)
344
_commentsIndex
= 0;
375
_commentsIndex
= 0;
630
_commentsIndex
= (_commentsIndex + 1) % _comments.Length;
2 references to _commentsIndex
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
629
_comments[
_commentsIndex
] = comment;
630
_commentsIndex = (
_commentsIndex
+ 1) % _comments.Length;