4 writes to _currentComment
PresentationBuildTasks (4)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (4)
46_currentComment = new LocalizationComment(); 58_currentComment = new LocalizationComment(); 97FlushCommentToList(ref _currentComment); 173_currentComment = new LocalizationComment();
10 references to _currentComment
PresentationBuildTasks (10)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (10)
66_currentComment.Uid = node.Value; 80_currentComment.Comments = node.Value; 89_currentComment.Attributes = node.Value; 165if ( _currentComment.Uid != null 166&& ( _currentComment.Attributes != null 167|| _currentComment.Comments != null 172_commentList.Add(_currentComment); 178_currentComment.Uid = _currentComment.Attributes = _currentComment.Comments = null;