1 write to Path
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
52Path = string.IsNullOrEmpty(loadedAssembly.Location)
7 references to Path
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
451string taskAssemblyLocation = taskFactoryWrapper?.TaskFactoryLoadedType?.Path;
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (4)
386if (!string.IsNullOrWhiteSpace(realTaskAssemblyLocation) && realTaskAssemblyLocation != _taskFactoryWrapper.TaskFactoryLoadedType.Path) 390_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLocation, _taskFactoryWrapper.TaskFactoryLoadedType.Path); 406|| tht.LoadedTaskAssemblyInfo.AssemblyLocation == _taskFactoryWrapper.TaskFactoryLoadedType.Path; 1203_taskFactoryWrapper.TaskFactoryLoadedType.Path);
MSBuild (2)
TaskLoader.cs (2)
187if (s_resolverLoadedType == null || s_resolverLoadedType.Path == null) 191return s_resolverLoadedType.LoadedAssembly ?? Assembly.Load(s_resolverLoadedType.Path);