1 write to Path
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
65Path = string.IsNullOrEmpty(loadedAssemblyLocation)
4 references to Path
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
447string taskAssemblyLocation = taskFactoryWrapper?.TaskFactoryLoadedType?.Path;
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (3)
536if (!string.IsNullOrWhiteSpace(realTaskAssemblyLocation) && realTaskAssemblyLocation != _taskFactoryWrapper.TaskFactoryLoadedType.Path) 538_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLocation, _taskFactoryWrapper.TaskFactoryLoadedType.Path); 1475_taskFactoryWrapper.TaskFactoryLoadedType.Path);