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(); 101if (_commentList.Count > 0) 115foreach (LocalizationComment comment in _commentList) 164_commentList.Add(_currentComment);