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;