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