1 write to Path
Microsoft.Build (1)
LoadedType.cs (1)
41
Path
= string.IsNullOrEmpty(loadedAssembly.Location)
5 references to Path
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
426
string taskAssemblyLocation = taskFactoryWrapper?.TaskFactoryLoadedType?.
Path
;
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (4)
360
if (!string.IsNullOrWhiteSpace(realTaskAssemblyLocation) && realTaskAssemblyLocation != _taskFactoryWrapper.TaskFactoryLoadedType.
Path
)
364
_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLocation, _taskFactoryWrapper.TaskFactoryLoadedType.
Path
);
375
|| tht.LoadedTaskAssemblyInfo.AssemblyLocation == _taskFactoryWrapper.TaskFactoryLoadedType.
Path
;
1163
_taskFactoryWrapper.TaskFactoryLoadedType.
Path
);