2 references to ITaskItemFullName
Microsoft.Build.TaskAuthoring.Analyzer (2)
MultiThreadableTaskAnalyzer.cs (1)
64
var iTaskItemType = compilationContext.Compilation.GetTypeByMetadataName(WellKnownTypeNames.
ITaskItemFullName
);
TransitiveCallChainAnalyzer.cs (1)
62
var iTaskItemType = compilationContext.Compilation.GetTypeByMetadataName(WellKnownTypeNames.
ITaskItemFullName
);