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