1 write to _commentList
PresentationBuildTasks (1)
MS\Internal\Localization\LocalizationParserHooks.cs (1)
35
_commentList
= new ArrayList();
4 references to _commentList
PresentationBuildTasks (4)
MS\Internal\Localization\LocalizationParserHooks.cs (4)
49
_commentList
.Clear();
101
if (
_commentList
.Count > 0)
115
foreach (LocalizationComment comment in
_commentList
)
164
_commentList
.Add(_currentComment);