4 references to InlineTaskTempDllSubPath
Microsoft.Build.Tasks.Core (3)
TaskFactoryUtilities.cs (3)
32public const string InlineTaskTempDllSubPath = nameof(InlineTaskTempDllSubPath); 68InlineTaskTempDllSubPath, 248InlineTaskTempDllSubPath,
Microsoft.Build.Tasks.UnitTests (1)
TaskFactoryUtilities_Tests.cs (1)
29Path.GetDirectoryName(assemblyPath).ShouldContain(TaskFactoryUtilities.InlineTaskTempDllSubPath);