2 implementations of UnregisterAllLoggers
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1083
public void
UnregisterAllLoggers
()
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
308
public void
UnregisterAllLoggers
()
1 reference to UnregisterAllLoggers
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
1387
_loggingService.
UnregisterAllLoggers
();