1 write to _commentsContents
Microsoft.CodeAnalysis (1)
CvtRes.cs (1)
602
_commentsContents
= comments;
2 references to _commentsContents
Microsoft.CodeAnalysis (2)
CvtRes.cs (2)
621
if (
_commentsContents
!= null) yield return new KeyValuePair<string, string>("Comments",
_commentsContents
);