1 write to Path
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
52
Path
= string.IsNullOrEmpty(loadedAssembly.Location)
7 references to Path
Microsoft.Build (5)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
451
string taskAssemblyLocation = taskFactoryWrapper?.TaskFactoryLoadedType?.
Path
;
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (4)
386
if (!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)
187
if (s_resolverLoadedType == null || s_resolverLoadedType.
Path
== null)
191
return s_resolverLoadedType.LoadedAssembly ?? Assembly.Load(s_resolverLoadedType.
Path
);