Implemented interface member:
method
RunAsync
Microsoft.DotNet.ApiDiff.IDiffGenerator.RunAsync(System.Threading.CancellationToken)
4 references to RunAsync
Microsoft.DotNet.ApiDiff (4)
FileOutputDiffGenerator.cs (4)
49
/// <param name="writeToDisk">If <see langword="true"/>, when calling <see cref="
RunAsync
"/>, the generated markdown files get written to disk, and no item is added to the <see cref="
RunAsync
"/> dictionary. If <see langword="false"/>, when calling <see cref="
RunAsync
"/>, the generated markdown files get added to the <see cref="
RunAsync
"/> dictionary (with the file path as the dictionary key) and none of them is written to disk. This is meant for testing purposes.</param>