3 references to ViolationInfo
Microsoft.Build.TaskAuthoring.Analyzer (3)
TransitiveCallChainAnalyzer.cs (3)
180var violation = new ViolationInfo(entry.Category.ToString(), displayName, entry.Message); 195var violation = new ViolationInfo("CriticalError", displayName, message); 210var violation = new ViolationInfo("FilePathRequiresAbsolute", displayName,