2 overrides of AssemblyLocation
Microsoft.Build (2)
AssemblyLoadInfo.cs (2)
157
internal override string
AssemblyLocation
203
internal override string
AssemblyLocation
24 references to AssemblyLocation
Microsoft.Build (24)
AssemblyLoadInfo.cs (1)
72
return
AssemblyLocation
.GetHashCode();
Instance\TaskFactories\AssemblyTaskFactory.cs (12)
89
return _loadedType.Assembly.
AssemblyLocation
;
279
ProjectErrorUtilities.VerifyThrowInvalidProject(_loadedType != null, elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, String.Empty);
285
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, Environment.NewLine + e.InnerException.ToString());
294
targetLoggingContext.LogError(new BuildEventFileInfo(taskProjectFile), "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, exception.Message);
298
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, e.Message);
303
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, e.Message);
307
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, e.Message);
436
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, Environment.NewLine + e.InnerException.ToString());
445
targetLoggingContext.LogError(new BuildEventFileInfo(taskProjectFile), "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, exception.Message);
449
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
454
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
458
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
Instance\TaskFactories\TaskHostTask.cs (1)
256
_taskLoggingContext.LogComment(MessageImportance.Low, "ExecutingTaskInTaskHost", _taskType.Type.Name, _taskType.Assembly.
AssemblyLocation
, runtime, architecture);
Instance\TaskRegistry.cs (8)
1425
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "CouldNotFindFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
);
1428
targetLoggingContext.LogComment(MessageImportance.Low, "InitializingTaskFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
);
1434
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, Environment.NewLine + e.InnerException.ToString());
1443
targetLoggingContext.LogError(new BuildEventFileInfo(taskProjectFile), "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, exception.Message);
1447
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, e.Message);
1451
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, e.Message);
1523
taskFactoryLoadInfo.
AssemblyLocation
,
1536
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, message);
Logging\LoggerDescription.cs (1)
225
string message = ResourceUtilities.FormatResourceStringStripCodeAndKeyword("LoggerInstantiationFailureErrorInvalidCast", _loggerClassName, _loggerAssembly.
AssemblyLocation
, e.Message);
TypeLoader.cs (1)
185
throw new FileNotFoundException(null, assemblyLoadInfo.
AssemblyLocation
, e);