3 overrides of EndBuildAsync
Microsoft.Build.Engine.UnitTests (3)
ProjectCache\ProjectCacheTests.cs (3)
213
public override Task
EndBuildAsync
(PluginLoggerBase logger, CancellationToken cancellationToken)
256
public override Task
EndBuildAsync
(PluginLoggerBase logger, CancellationToken cancellationToken)
314
public override Task
EndBuildAsync
(PluginLoggerBase logger, CancellationToken cancellationToken)
1 reference to EndBuildAsync
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
970
await currentPlugin.
EndBuildAsync
(pluginLogger, CancellationToken.None);