2 implementations of WriteReviewComment
Microsoft.Cci.Extensions (2)
Writers\Syntax\HtmlSyntaxWriter.cs (1)
87
public void
WriteReviewComment
(string author, string text)
Writers\Syntax\UnifiedDiffSyntaxWriter.cs (1)
133
public void
WriteReviewComment
(string author, string text)
1 reference to WriteReviewComment
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
239
reviewCommentWriter.
WriteReviewComment
(comment.Author, comment.Text);