4 writes to _currentComment
PresentationBuildTasks (4)
MS\Internal\Localization\LocalizationParserHooks.cs (4)
37
_currentComment
= new LocalizationComment();
49
_currentComment
= new LocalizationComment();
88
FlushCommentToList(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;
156
if (
_currentComment
.Uid != null
157
&& (
_currentComment
.Attributes != null
158
||
_currentComment
.Comments != null
163
_commentList.Add(
_currentComment
);
169
_currentComment
.Uid =
_currentComment
.Attributes =
_currentComment
.Comments = null;