4 writes to _currentComment
PresentationBuildTasks (4)
MS\Internal\Localization\LocalizationParserHooks.cs (4)
39_currentComment = new LocalizationComment(); 51_currentComment = new LocalizationComment(); 90FlushCommentToList(ref _currentComment); 166_currentComment = new LocalizationComment();
10 references to _currentComment
PresentationBuildTasks (10)
MS\Internal\Localization\LocalizationParserHooks.cs (10)
59_currentComment.Uid = node.Value; 73_currentComment.Comments = node.Value; 82_currentComment.Attributes = node.Value; 158if ( _currentComment.Uid != null 159&& ( _currentComment.Attributes != null 160|| _currentComment.Comments != null 165_commentList.Add(_currentComment); 171_currentComment.Uid = _currentComment.Attributes = _currentComment.Comments = null;