2 writes to _comments
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
368_comments = new ElementComments[8]; 397_comments = null;
6 references to _comments
PresentationFramework (6)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (6)
588for (int i = 0; i < _comments.Length; i++) 590if (_comments[i] != null && _comments[i].ElementId == node.Uid) 592return _comments[i]; 648_comments[_commentsIndex] = comment; 649_commentsIndex = (_commentsIndex + 1) % _comments.Length;