2 references to AnalyzedAttributeFullName
Microsoft.Build.TaskAuthoring.Analyzer (2)
MultiThreadableTaskAnalyzer.cs (1)
66
var analyzedAttributeType = compilationContext.Compilation.GetTypeByMetadataName(WellKnownTypeNames.
AnalyzedAttributeFullName
);
TransitiveCallChainAnalyzer.cs (1)
58
var analyzedAttributeType = compilationContext.Compilation.GetTypeByMetadataName(WellKnownTypeNames.
AnalyzedAttributeFullName
);