15 references to CriticalError
Microsoft.Build.TaskAuthoring.Analyzer (15)
BannedApiDefinitions.cs (11)
54ApiCategory.CriticalError, "terminates entire process; return false or throw instead"), 56ApiCategory.CriticalError, "terminates entire process; return false or throw instead"), 58ApiCategory.CriticalError, "terminates entire process; return false or throw instead"), 60ApiCategory.CriticalError, "terminates entire process; return false or throw instead"), 64ApiCategory.CriticalError, "may terminate the MSBuild host process"), 66ApiCategory.CriticalError, "may terminate the MSBuild host process"), 70ApiCategory.CriticalError, "modifies process-wide thread pool settings"), 72ApiCategory.CriticalError, "modifies process-wide thread pool settings"), 76ApiCategory.CriticalError, "affects culture of all new threads in process"), 78ApiCategory.CriticalError, "affects UI culture of all new threads in process"), 82ApiCategory.CriticalError, "modifies process-wide working directory; use TaskEnvironment.ProjectDirectory instead"),
MultiThreadableTaskAnalyzer.cs (1)
237BannedApiDefinitions.ApiCategory.CriticalError => DiagnosticDescriptors.CriticalError,
TransitiveCallChainAnalyzer.cs (3)
218BannedApiDefinitions.ApiCategory.CriticalError, 228var violation = new ViolationInfo(BannedApiDefinitions.ApiCategory.CriticalError, displayName, message, context.Operation.Syntax.GetLocation()); 474BannedApiDefinitions.ApiCategory.CriticalError or