4 writes to _currentComment
PresentationBuildTasks (4)
MS\Internal\Localization\LocalizationParserHooks.cs (4)
38_currentComment = new LocalizationComment(); 50_currentComment = new LocalizationComment(); 89FlushCommentToList(ref _currentComment); 165_currentComment = new LocalizationComment();
10 references to _currentComment
PresentationBuildTasks (10)
MS\Internal\Localization\LocalizationParserHooks.cs (10)
58_currentComment.Uid = node.Value; 72_currentComment.Comments = node.Value; 81_currentComment.Attributes = node.Value; 157if ( _currentComment.Uid != null 158&& ( _currentComment.Attributes != null 159|| _currentComment.Comments != null 164_commentList.Add(_currentComment); 170_currentComment.Uid = _currentComment.Attributes = _currentComment.Comments = null;