4 writes to _currentComment
PresentationBuildTasks (4)
MS\Internal\Localization\LocalizationParserHooks.cs (4)
37_currentComment = new LocalizationComment(); 49_currentComment = new LocalizationComment(); 88FlushCommentToList(ref _currentComment); 164_currentComment = new LocalizationComment();
10 references to _currentComment
PresentationBuildTasks (10)
MS\Internal\Localization\LocalizationParserHooks.cs (10)
57_currentComment.Uid = node.Value; 71_currentComment.Comments = node.Value; 80_currentComment.Attributes = node.Value; 156if ( _currentComment.Uid != null 157&& ( _currentComment.Attributes != null 158|| _currentComment.Comments != null 163_commentList.Add(_currentComment); 169_currentComment.Uid = _currentComment.Attributes = _currentComment.Comments = null;