1 instantiation of DiffDocument
Microsoft.DotNet.AsmDiff (1)
DiffEngine.cs (1)
151return new DiffDocument(left, right, lines, apiDefinitions);
5 references to DiffDocument
Microsoft.DotNet.AsmDiff (5)
DiffEngine.cs (2)
135public static DiffDocument BuildDiffDocument(DiffConfiguration configuration) 140public static DiffDocument BuildDiffDocument(DiffConfiguration configuration, CancellationToken cancellationToken)
MarkdownDiffExporter.cs (2)
16private readonly DiffDocument _diffDocument; 21public MarkdownDiffExporter(DiffDocument diffDocument, string path, bool includeTableOfContents, bool createFilePerNamespace)
Program.cs (1)
108DiffDocument diffDocument = DiffEngine.BuildDiffDocument(diffConfiguration);