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