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)
128
Directory.CreateDirectory(
_outputFolderPath
);
145
string filePath = Path.Combine(
_outputFolderPath
, fileName);
158
string tableOfContentsFilePath = Path.Combine(
_outputFolderPath
, $"{_tableOfContentsTitle}.md");