27 implementations of ShutdownComponent
Microsoft.Build (22)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
614
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\NodeLauncher.cs (1)
31
public void
ShutdownComponent
()
BackEnd\Components\Communications\NodeManager.cs (1)
186
public void
ShutdownComponent
()
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
142
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\Logging\LoggingService.cs (1)
897
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)
207
public void
ShutdownComponent
()
BackEnd\Components\Scheduler\Scheduler.cs (1)
639
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)
231
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)
246
_singleton.
ShutdownComponent
();
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (2)
294
buildCheckProvider.
ShutdownComponent
();
812
((IBuildComponent)completedEntry.Builder).
ShutdownComponent
();
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
901
((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)
330
((IBuildComponent)objectCache).
ShutdownComponent
();
BackEnd\Node\OutOfProcNode.cs (4)
454
((IBuildComponent)_buildRequestEngine).
ShutdownComponent
();
459
((IBuildComponent)_sdkResolverService).
ShutdownComponent
();
468
((IBuildComponent)objectCache).
ShutdownComponent
();
498
((IBuildComponent)_loggingService).
ShutdownComponent
();
Definition\ProjectCollection.cs (1)
1743
((IBuildComponent)LoggingService).
ShutdownComponent
();
Microsoft.Build.Engine.UnitTests (5)
BackEnd\BuildRequestEngine_Tests.cs (1)
307
((IBuildComponent)_engine).
ShutdownComponent
();
BackEnd\LoggingService_Tests.cs (2)
81
logServiceComponent.
ShutdownComponent
();
1004
((IBuildComponent)loggingService).
ShutdownComponent
();
BackEnd\RequestBuilder_Tests.cs (1)
68
((IBuildComponent)_requestBuilder).
ShutdownComponent
();
BackEnd\TargetEntry_Tests.cs (1)
1007
((IBuildComponent)taskBuilder).
ShutdownComponent
();