1 write to Path
Microsoft.Build (1)
LoadedType.cs (1)
41Path = loadedAssembly.Location;
4 references to Path
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
425string taskAssemblyLocation = taskFactoryWrapper?.TaskFactoryLoadedType?.Path;
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (3)
337realTaskAssemblyLoaction != _taskFactoryWrapper.TaskFactoryLoadedType.Path) 339_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLoaction, _taskFactoryWrapper.TaskFactoryLoadedType.Path); 1105_taskFactoryWrapper.TaskFactoryLoadedType.Path);