1 write to Path
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
65
Path
= string.IsNullOrEmpty(loadedAssemblyLocation)
5 references to Path
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
447
string taskAssemblyLocation = taskFactoryWrapper?.TaskFactoryLoadedType?.
Path
;
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (4)
531
if (!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
);