3 writes to _commentsIndex
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeMap.cs (3)
357
_commentsIndex
= 0;
388
_commentsIndex
= 0;
639
_commentsIndex
= (_commentsIndex + 1) % _comments.Length;
2 references to _commentsIndex
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
638
_comments[
_commentsIndex
] = comment;
639
_commentsIndex = (
_commentsIndex
+ 1) % _comments.Length;