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(); 100if (_commentList.Count > 0) 114foreach (LocalizationComment comment in _commentList) 163_commentList.Add(_currentComment);