1 write to _tableOfContentsTitle
Microsoft.DotNet.ApiDiff (1)
FileOutputDiffGenerator.cs (1)
76_tableOfContentsTitle = tableOfContentsTitle;
2 references to _tableOfContentsTitle
Microsoft.DotNet.ApiDiff (2)
FileOutputDiffGenerator.cs (2)
142string fileName = $"{_tableOfContentsTitle}_{assemblyName}.md"; 158string tableOfContentsFilePath = Path.Combine(_outputFolderPath, $"{_tableOfContentsTitle}.md");