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