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;