2 references to TaskEnvironmentFullName
Microsoft.Build.TaskAuthoring.Analyzer (2)
MultiThreadableTaskAnalyzer.cs (1)
62
var taskEnvironmentType = compilationContext.Compilation.GetTypeByMetadataName(WellKnownTypeNames.
TaskEnvironmentFullName
);
TransitiveCallChainAnalyzer.cs (1)
60
var taskEnvironmentType = compilationContext.Compilation.GetTypeByMetadataName(WellKnownTypeNames.
TaskEnvironmentFullName
);