3 instantiations of LocalizationComment
PresentationBuildTasks (3)
MS\Internal\Localization\LocalizationParserHooks.cs (3)
37
_currentComment = new
LocalizationComment
();
49
_currentComment = new
LocalizationComment
();
164
_currentComment = new
LocalizationComment
();
3 references to LocalizationComment
PresentationBuildTasks (3)
MS\Internal\Localization\LocalizationParserHooks.cs (3)
19
private
LocalizationComment
_currentComment;
114
foreach (
LocalizationComment
comment in _commentList)
152
private void FlushCommentToList(ref
LocalizationComment
comment)