6 references to Throw
Microsoft.Build (6)
BackEnd\Components\Logging\EventSourceSink.cs (2)
369InternalLoggerException.Throw(exception, buildEvent, "FatalErrorWhileLogging", false); 419InternalLoggerException.Throw(exception, buildEvent, "FatalErrorWhileLogging", false);
BackEnd\Components\Logging\LoggingService.cs (2)
1475InternalLoggerException.Throw(e, null, "FatalErrorDuringLoggerShutdown", false, logger.GetType().Name); 1815InternalLoggerException.Throw(e, null, "FatalErrorWhileInitializingLogger", true, logger.GetType().Name);
Logging\LoggerDescription.cs (2)
166InternalLoggerException.Throw(null, null, "LoggerNotFoundError", true, this.Name); 172InternalLoggerException.Throw(e, null, "LoggerCreationError", true, Name);