4 references to Name
Microsoft.Build.Engine (4)
Engine\Engine.cs (2)
1134InternalLoggerException.Throw(null, null, "LoggerNotFoundError", true, forwardingLogger.Name); 1157InternalLoggerException.Throw(e, null, "LoggerCreationError", true, forwardingLogger.Name);
Engine\Node.cs (2)
509InternalLoggerException.Throw(null, null, "FatalErrorWhileInitializingLogger", true, loggerDescription.Name); 533string message = ResourceUtilities.FormatResourceString(out errorCode, out helpKeyword, "FatalErrorWhileInitializingLogger", loggerDescription.Name);