1 write to _diffComments
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
49
_diffComments
= diffComments ?? Enumerable.Empty<DiffComment>();
1 reference to _diffComments
Microsoft.DotNet.AsmDiff (1)
DiffCSharpWriter.cs (1)
233
var commentSet =
_diffComments
.Where((c) => c.DocId == docId).Reverse().ToArray();