3 instantiations of LocalizationComment
PresentationBuildTasks (3)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (3)
46
_currentComment = new
LocalizationComment
();
58
_currentComment = new
LocalizationComment
();
173
_currentComment = new
LocalizationComment
();
3 references to LocalizationComment
PresentationBuildTasks (3)
BuildTasks\MS\Internal\Localization\LocalizationParserHooks.cs (3)
28
private
LocalizationComment
_currentComment;
123
foreach (
LocalizationComment
comment in _commentList)
161
private void FlushCommentToList(ref
LocalizationComment
comment)