3 references to TaskFactoryUtilities
Microsoft.Build (3)
AssemblyLoadInfo.cs (1)
232get { return _assemblyFile?.EndsWith(TaskFactoryUtilities.InlineTaskSuffix, StringComparison.OrdinalIgnoreCase) == true; }
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
978bool shouldRunOutOfProc = TaskFactoryUtilities.ShouldCompileForOutOfProcess(taskFactoryEngineContext)
TypeLoader.cs (1)
169return TaskFactoryUtilities.LoadTaskAssembly(assemblyLoadInfo.AssemblyFile);