3 references to OutFile
Microsoft.DotNet.AsmDiff (3)
Program.cs (3)
109var markdownDiffExporter = new MarkdownDiffExporter(diffDocument, OutFile, IncludeTableOfContents, CreateFilePerNamespace); 205if (string.IsNullOrWhiteSpace(OutFile)) 208return new StreamWriter(OutFile, false, Encoding.UTF8);