1 write to Path
Microsoft.Build (1)
LoadedType.cs (1)
40
Path
= loadedAssembly.Location;
6 references to Path
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
425
string taskAssemblyLocation = taskFactoryWrapper?.TaskFactoryLoadedType?.
Path
;
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (3)
341
realTaskAssemblyLoaction != _taskFactoryWrapper.TaskFactoryLoadedType.
Path
)
343
_taskLoggingContext.LogComment(MessageImportance.Normal, "TaskAssemblyLocationMismatch", realTaskAssemblyLoaction, _taskFactoryWrapper.TaskFactoryLoadedType.
Path
);
1109
_taskFactoryWrapper.TaskFactoryLoadedType.
Path
);
TaskLoader.cs (2)
184
if (s_resolverLoadedType == null || s_resolverLoadedType.
Path
== null)
188
return s_resolverLoadedType.LoadedAssembly ?? Assembly.Load(s_resolverLoadedType.
Path
);