1 write to Path
Microsoft.Build (1)
LoadedType.cs (1)
42Path = string.IsNullOrEmpty(loadedAssembly.Location)
7 references to Path
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
426string taskAssemblyLocation = taskFactoryWrapper?.TaskFactoryLoadedType?.Path;
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (4)
360if (!string.IsNullOrWhiteSpace(realTaskAssemblyLocation) && realTaskAssemblyLocation != _taskFactoryWrapper.TaskFactoryLoadedType.Path) 364_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLocation, _taskFactoryWrapper.TaskFactoryLoadedType.Path); 375|| tht.LoadedTaskAssemblyInfo.AssemblyLocation == _taskFactoryWrapper.TaskFactoryLoadedType.Path; 1164_taskFactoryWrapper.TaskFactoryLoadedType.Path);
TaskLoader.cs (2)
184if (s_resolverLoadedType == null || s_resolverLoadedType.Path == null) 188return s_resolverLoadedType.LoadedAssembly ?? Assembly.Load(s_resolverLoadedType.Path);