1 write to _commentList
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (1)
43
_commentList
= new ArrayList();
4 references to _commentList
PresentationBuildTasks (4)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (4)
57
_commentList
.Clear();
109
if (
_commentList
.Count > 0)
123
foreach (LocalizationComment comment in
_commentList
)
172
_commentList
.Add(_currentComment);