1 write to _commentList
PresentationBuildTasks (1)
MS\Internal\Localization\LocalizationParserHooks.cs (1)
34
_commentList
= new ArrayList();
4 references to _commentList
PresentationBuildTasks (4)
MS\Internal\Localization\LocalizationParserHooks.cs (4)
48
_commentList
.Clear();
100
if (
_commentList
.Count > 0)
114
foreach (LocalizationComment comment in
_commentList
)
163
_commentList
.Add(_currentComment);