1 write to _outputFolderPath
Microsoft.DotNet.ApiDiff (1)
FileOutputDiffGenerator.cs (1)
73_outputFolderPath = outputFolderPath;
3 references to _outputFolderPath
Microsoft.DotNet.ApiDiff (3)
FileOutputDiffGenerator.cs (3)
128Directory.CreateDirectory(_outputFolderPath); 145string filePath = Path.Combine(_outputFolderPath, fileName); 158string tableOfContentsFilePath = Path.Combine(_outputFolderPath, $"{_tableOfContentsTitle}.md");