2 writes to _comments
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
356_comments = new ElementComments[8]; 387_comments = null;
6 references to _comments
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeMap.cs (6)
578for (int i = 0; i < _comments.Length; i++) 580if (_comments[i] != null && _comments[i].ElementId == node.Uid) 582return _comments[i]; 638_comments[_commentsIndex] = comment; 639_commentsIndex = (_commentsIndex + 1) % _comments.Length;