1 write to Category
Microsoft.Build.TaskAuthoring.Analyzer (1)
SharedAnalyzerHelpers.cs (1)
205
Category
= category;
4 references to Category
Microsoft.Build.TaskAuthoring.Analyzer (4)
MultiThreadableTaskAnalyzer.cs (2)
156
if (entry.
Category
== BannedApiDefinitions.ApiCategory.TaskEnvironment &&
162
var descriptor = GetDescriptor(entry.
Category
);
TransitiveCallChainAnalyzer.cs (2)
199
if (IsReportedByDirectAnalyzer(context, entry.
Category
, directAnalysisState))
205
var violation = new ViolationInfo(entry.
Category
, displayName, entry.Message, context.Operation.Syntax.GetLocation());