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