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