3 writes to _commentsIndex
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (3)
369_commentsIndex = 0; 398_commentsIndex = 0; 649_commentsIndex = (_commentsIndex + 1) % _comments.Length;
2 references to _commentsIndex
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
648_comments[_commentsIndex] = comment; 649_commentsIndex = (_commentsIndex + 1) % _comments.Length;