30 implementations of ShutdownComponent
Microsoft.Build (25)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
613
public void
ShutdownComponent
()
BackEnd\Components\Caching\ConfigCache.cs (1)
350
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\DetouredNodeLauncher.cs (1)
41
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)
143
public void
ShutdownComponent
()
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
186
public void
ShutdownComponent
()
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
244
public void
ShutdownComponent
()
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
100
public void
ShutdownComponent
()
BackEnd\Components\FileAccesses\FileAccessManager.cs (1)
50
public void
ShutdownComponent
()
BackEnd\Components\FileAccesses\OutOfProcNodeFileAccessManager.cs (1)
36
public void
ShutdownComponent
()
BackEnd\Components\Logging\LoggingService.cs (1)
897
public void
ShutdownComponent
()
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
561
public void
ShutdownComponent
()
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
228
public void
ShutdownComponent
()
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
207
public void
ShutdownComponent
()
BackEnd\Components\Scheduler\Scheduler.cs (1)
638
public void
ShutdownComponent
()
BackEnd\Components\SdkResolution\HostedSdkResolverServiceBase.cs (1)
55
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)
1522
void IBuildComponent.
ShutdownComponent
()
TelemetryInfra\TelemetryForwarderProvider.cs (1)
45
public void
ShutdownComponent
()
Microsoft.Build.Engine.UnitTests (5)
BackEnd\BuildRequestEngine_Tests.cs (1)
230
public void
ShutdownComponent
()
BackEnd\MockLoggingService.cs (1)
688
public void
ShutdownComponent
() => throw new NotImplementedException();
BackEnd\MockSdkResolverService.cs (1)
36
public void
ShutdownComponent
()
BackEnd\MockTaskBuilder.cs (1)
146
public void
ShutdownComponent
()
BackEnd\RequestBuilder_Tests.cs (1)
412
public void
ShutdownComponent
()
19 references to ShutdownComponent
Microsoft.Build (14)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
248
_singleton.
ShutdownComponent
();
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
293
buildCheckProvider.
ShutdownComponent
();
811
((IBuildComponent)completedEntry.Builder).
ShutdownComponent
();
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
900
((IBuildComponent)_targetBuilder).
ShutdownComponent
();
BackEnd\Components\RequestBuilder\TargetBuilder.cs (2)
183
((IBuildComponent)taskBuilder).
ShutdownComponent
();
316
((IBuildComponent)taskBuilder).
ShutdownComponent
();
BackEnd\Components\SdkResolution\HostedSdkResolverServiceBase.cs (1)
54
/// <inheritdoc cref="IBuildComponent.
ShutdownComponent
"/>
BackEnd\Components\SdkResolution\OutOfProcNodeSdkResolverService.cs (1)
96
/// <inheritdoc cref="IBuildComponent.
ShutdownComponent
"/>
BackEnd\Node\InProcNode.cs (1)
340
((IBuildComponent)objectCache).
ShutdownComponent
();
BackEnd\Node\OutOfProcNode.cs (4)
466
((IBuildComponent)_buildRequestEngine).
ShutdownComponent
();
471
((IBuildComponent)_sdkResolverService).
ShutdownComponent
();
480
((IBuildComponent)objectCache).
ShutdownComponent
();
510
((IBuildComponent)_loggingService).
ShutdownComponent
();
Definition\ProjectCollection.cs (1)
1743
((IBuildComponent)LoggingService).
ShutdownComponent
();
Microsoft.Build.Engine.UnitTests (5)
BackEnd\BuildRequestEngine_Tests.cs (1)
306
((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)
1006
((IBuildComponent)taskBuilder).
ShutdownComponent
();