2 overrides of AssemblyLocation
Microsoft.Build (2)
AssemblyLoadInfo.cs (2)
165
internal override string
AssemblyLocation
220
internal override string
AssemblyLocation
27 references to AssemblyLocation
Microsoft.Build (27)
AssemblyLoadInfo.cs (1)
80
return
AssemblyLocation
.GetHashCode();
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
375
|| tht.LoadedTaskAssemblyInfo.
AssemblyLocation
== _taskFactoryWrapper.TaskFactoryLoadedType.Path;
Instance\TaskFactories\AssemblyTaskFactory.cs (12)
103
return _loadedType.Assembly.
AssemblyLocation
;
297
ProjectErrorUtilities.VerifyThrowInvalidProject(_loadedType != null, elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, String.Empty);
303
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, Environment.NewLine + e.InnerException.ToString());
312
targetLoggingContext.LogError(new BuildEventFileInfo(taskProjectFile), "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, exception.Message);
316
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, e.Message);
321
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, e.Message);
325
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, e.Message);
474
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, Environment.NewLine + e.InnerException.ToString());
483
targetLoggingContext.LogError(new BuildEventFileInfo(taskProjectFile), "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, exception.Message);
487
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
492
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
496
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
Instance\TaskFactories\TaskHostTask.cs (2)
287
_taskLoggingContext.LogComment(MessageImportance.Low, "ExecutingTaskInTaskHost", _taskType.Type.Name, _taskType.Assembly.
AssemblyLocation
, runtime, architecture);
300
taskLocation = _taskType?.Assembly?.
AssemblyLocation
?? string.Empty;
Instance\TaskRegistry.cs (8)
1542
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "CouldNotFindFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
);
1545
targetLoggingContext.LogComment(MessageImportance.Low, "InitializingTaskFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
);
1551
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, Environment.NewLine + e.InnerException.ToString());
1560
targetLoggingContext.LogError(new BuildEventFileInfo(taskProjectFile), "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, exception.Message);
1564
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, e.Message);
1568
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, e.Message);
1644
taskFactoryLoadInfo.
AssemblyLocation
,
1657
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, message);
LoadedType.cs (1)
42
? assemblyLoadInfo.
AssemblyLocation
Logging\LoggerDescription.cs (1)
225
string message = ResourceUtilities.FormatResourceStringStripCodeAndKeyword("LoggerInstantiationFailureErrorInvalidCast", _loggerClassName, _loggerAssembly.
AssemblyLocation
, e.Message);
TypeLoader.cs (1)
187
throw new FileNotFoundException(null, assemblyLoadInfo.
AssemblyLocation
, e);