3 instantiations of LocalizationComment
PresentationBuildTasks (3)
MS\Internal\Localization\LocalizationParserHooks.cs (3)
38
_currentComment = new
LocalizationComment
();
50
_currentComment = new
LocalizationComment
();
165
_currentComment = new
LocalizationComment
();
3 references to LocalizationComment
PresentationBuildTasks (3)
MS\Internal\Localization\LocalizationParserHooks.cs (3)
20
private
LocalizationComment
_currentComment;
115
foreach (
LocalizationComment
comment in _commentList)
153
private void FlushCommentToList(ref
LocalizationComment
comment)