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)
142
string fileName = $"{
_tableOfContentsTitle
}_{assemblyName}.md";
158
string tableOfContentsFilePath = Path.Combine(_outputFolderPath, $"{
_tableOfContentsTitle
}.md");