4 writes to _currentComment
PresentationBuildTasks (4)
MS\Internal\Localization\LocalizationParserHooks.cs (4)
38
_currentComment
= new LocalizationComment();
50
_currentComment
= new LocalizationComment();
89
FlushCommentToList(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;
157
if (
_currentComment
.Uid != null
158
&& (
_currentComment
.Attributes != null
159
||
_currentComment
.Comments != null
164
_commentList.Add(
_currentComment
);
170
_currentComment
.Uid =
_currentComment
.Attributes =
_currentComment
.Comments = null;