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)
233var commentSet = _diffComments.Where((c) => c.DocId == docId).Reverse().ToArray();