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;