4 writes to _currentComment
PresentationBuildTasks (4)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (4)
46
_currentComment
= new LocalizationComment();
58
_currentComment
= new LocalizationComment();
97
FlushCommentToList(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;
165
if (
_currentComment
.Uid != null
166
&& (
_currentComment
.Attributes != null
167
||
_currentComment
.Comments != null
172
_commentList.Add(
_currentComment
);
178
_currentComment
.Uid =
_currentComment
.Attributes =
_currentComment
.Comments = null;