1 override of EndBuildAsync
ProjectCachePlugin (1)
AssemblyMockCache.cs (1)
57
public override Task
EndBuildAsync
(PluginLoggerBase logger, CancellationToken cancellationToken)
1 reference to EndBuildAsync
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
966
await experimentalPlugin.
EndBuildAsync
(experimentalPluginLogger, CancellationToken.None);