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(); 109if (_commentList.Count > 0) 123foreach (LocalizationComment comment in _commentList) 172_commentList.Add(_currentComment);