4 references to GetTemporaryTaskAssemblyPath
Microsoft.Build.Tasks.Core (3)
CodeTaskFactory.cs (1)
874
_assemblyPath = TaskFactoryUtilities.
GetTemporaryTaskAssemblyPath
();
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
707
_assemblyPath = TaskFactoryUtilities.
GetTemporaryTaskAssemblyPath
(); // in a temp directory for this process, persisted until the end of build
XamlTaskFactory\XamlTaskFactory.cs (1)
138
_assemblyPath = TaskFactoryUtilities.
GetTemporaryTaskAssemblyPath
();
Microsoft.Build.Tasks.UnitTests (1)
TaskFactoryUtilities_Tests.cs (1)
24
string assemblyPath = TaskFactoryUtilities.
GetTemporaryTaskAssemblyPath
();