Implemented interface member:
method
Cancel
Microsoft.Build.Framework.ICancelableTask.Cancel()
1 override of Cancel
Microsoft.Build.Tasks.CodeAnalysis (1)
ManagedCompiler.cs (1)
607public override void Cancel()
2 references to Cancel
Microsoft.Build.Tasks.CodeAnalysis (1)
ManagedCompiler.cs (1)
613base.Cancel();
Microsoft.DotNet.Build.Tasks.Installers (1)
src\ExecWithRetries.cs (1)
58_runningExec?.Cancel();