1 write to Path
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
65Path = string.IsNullOrEmpty(loadedAssemblyLocation)
5 references to Path
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
447string taskAssemblyLocation = taskFactoryWrapper?.TaskFactoryLoadedType?.Path;
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (4)
531if (!string.IsNullOrWhiteSpace(realTaskAssemblyLocation) && realTaskAssemblyLocation != _taskFactoryWrapper.TaskFactoryLoadedType.Path) 535_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLocation, _taskFactoryWrapper.TaskFactoryLoadedType.Path); 552|| tht.LoadedTaskAssemblyInfo.AssemblyLocation == _taskFactoryWrapper.TaskFactoryLoadedType.Path; 1484_taskFactoryWrapper.TaskFactoryLoadedType.Path);