2 writes to _comments
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
343
_comments
= new ElementComments[8];
374
_comments
= null;
6 references to _comments
PresentationFramework (6)
MS\Internal\Globalization\BamlTreeMap.cs (6)
567
for (int i = 0; i <
_comments
.Length; i++)
569
if (
_comments
[i] != null &&
_comments
[i].ElementId == node.Uid)
571
return
_comments
[i];
629
_comments
[_commentsIndex] = comment;
630
_commentsIndex = (_commentsIndex + 1) %
_comments
.Length;