27 implementations of ShutdownComponent
Microsoft.Build (22)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
631
public void
ShutdownComponent
()
BackEnd\Components\Caching\ConfigCache.cs (1)
324
public void
ShutdownComponent
()
BackEnd\Components\Caching\ConfigCacheWithOverride.cs (1)
29
public void
ShutdownComponent
()
BackEnd\Components\Caching\RegisteredTaskObjectCache.cs (1)
37
public void
ShutdownComponent
()
BackEnd\Components\Caching\ResultsCache.cs (1)
290
public void
ShutdownComponent
()
BackEnd\Components\Caching\ResultsCacheWithOverride.cs (1)
30
public void
ShutdownComponent
()
BackEnd\Components\Communications\NodeLauncher.cs (1)
31
public void
ShutdownComponent
()
BackEnd\Components\Communications\NodeManager.cs (1)
186
public void
ShutdownComponent
()
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
131
public void
ShutdownComponent
()
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
186
public void
ShutdownComponent
()
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
225
public void
ShutdownComponent
()
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
100
public void
ShutdownComponent
()
BackEnd\Components\Logging\LoggingService.cs (1)
907
public void
ShutdownComponent
()
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
562
public void
ShutdownComponent
()
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
228
public void
ShutdownComponent
()
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
208
public void
ShutdownComponent
()
BackEnd\Components\Scheduler\Scheduler.cs (1)
684
public void
ShutdownComponent
()
BackEnd\Components\SdkResolution\HostedSdkResolverServiceBase.cs (1)
59
public virtual void
ShutdownComponent
()
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
57
public void
ShutdownComponent
()
BuildCheck\Infrastructure\NullBuildCheckManagerProvider.cs (1)
15
public void
ShutdownComponent
() { }
Definition\ProjectCollection.cs (1)
1578
void IBuildComponent.
ShutdownComponent
()
TelemetryInfra\TelemetryForwarderProvider.cs (1)
45
public void
ShutdownComponent
()
Microsoft.Build.Engine.UnitTests (5)
BackEnd\BuildRequestEngine_Tests.cs (1)
228
public void
ShutdownComponent
()
BackEnd\MockLoggingService.cs (1)
701
public void
ShutdownComponent
() => throw new NotImplementedException();
BackEnd\MockSdkResolverService.cs (1)
38
public void
ShutdownComponent
() => IsNodeShutDown = true;
BackEnd\MockTaskBuilder.cs (1)
140
public void
ShutdownComponent
()
BackEnd\RequestBuilder_Tests.cs (1)
410
public void
ShutdownComponent
()
19 references to ShutdownComponent
Microsoft.Build (14)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
248
_singleton.
ShutdownComponent
();
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
303
buildCheckProvider.
ShutdownComponent
();
829
((IBuildComponent)completedEntry.Builder).
ShutdownComponent
();
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
903
((IBuildComponent)_targetBuilder).
ShutdownComponent
();
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
183
((IBuildComponent)taskBuilder).
ShutdownComponent
();
316
((IBuildComponent)taskBuilder).
ShutdownComponent
();
BackEnd\Components\SdkResolution\HostedSdkResolverServiceBase.cs (1)
58
/// <inheritdoc cref="IBuildComponent.
ShutdownComponent
"/>
BackEnd\Components\SdkResolution\OutOfProcNodeSdkResolverService.cs (1)
101
/// <inheritdoc cref="IBuildComponent.
ShutdownComponent
"/>
BackEnd\Node\InProcNode.cs (1)
345
((IBuildComponent)objectCache).
ShutdownComponent
();
BackEnd\Node\OutOfProcNode.cs (4)
467
((IBuildComponent)_sdkResolverService).
ShutdownComponent
();
476
((IBuildComponent)_buildRequestEngine).
ShutdownComponent
();
487
((IBuildComponent)objectCache).
ShutdownComponent
();
517
((IBuildComponent)_loggingService).
ShutdownComponent
();
Definition\ProjectCollection.cs (1)
1799
((IBuildComponent)LoggingService).
ShutdownComponent
();
Microsoft.Build.Engine.UnitTests (5)
BackEnd\BuildRequestEngine_Tests.cs (1)
300
((IBuildComponent)_engine).
ShutdownComponent
();
BackEnd\LoggingService_Tests.cs (2)
80
logServiceComponent.
ShutdownComponent
();
1003
((IBuildComponent)loggingService).
ShutdownComponent
();
BackEnd\RequestBuilder_Tests.cs (1)
68
((IBuildComponent)_requestBuilder).
ShutdownComponent
();
BackEnd\TargetEntry_Tests.cs (1)
898
((IBuildComponent)taskBuilder).
ShutdownComponent
();