2 overrides of AssemblyLocation
Microsoft.Build.Framework (2)
Utilities\AssemblyLoadInfo.cs (2)
167
internal override string
AssemblyLocation
222
internal override string
AssemblyLocation
31 references to AssemblyLocation
Microsoft.Build (27)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
552
|| tht.LoadedTaskAssemblyInfo.
AssemblyLocation
== _taskFactoryWrapper.TaskFactoryLoadedType.Path;
Instance\TaskFactories\AssemblyTaskFactory.cs (13)
86
return _loadedType.Assembly.
AssemblyLocation
;
266
ProjectErrorUtilities.VerifyThrowInvalidProject(_loadedType != null, elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, String.Empty);
272
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, Environment.NewLine + e.InnerException.ToString());
281
targetLoggingContext.LogError(new BuildEventFileInfo(taskProjectFile), "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, exception.Message);
285
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, e.Message);
290
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, e.Message);
294
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, loadInfo.
AssemblyLocation
, e.Message);
468
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, Environment.NewLine + e.InnerException.ToString());
477
targetLoggingContext.LogError(new BuildEventFileInfo(taskProjectFile), "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, exception.Message);
481
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
486
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
492
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
497
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskLoadFailure", taskName, _loadedType.Assembly.
AssemblyLocation
, e.Message);
Instance\TaskFactories\TaskHostTask.cs (2)
310
_taskType.Assembly.
AssemblyLocation
,
325
taskLocation = _taskType?.Assembly?.
AssemblyLocation
?? string.Empty;
Instance\TaskRegistry.cs (8)
1462
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "CouldNotFindFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
);
1465
targetLoggingContext.LogComment(MessageImportance.Low, "InitializingTaskFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
);
1471
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, Environment.NewLine + e.InnerException.ToString());
1480
targetLoggingContext.LogError(new BuildEventFileInfo(taskProjectFile), "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, exception.Message);
1484
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, e.Message);
1488
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, e.Message);
1575
taskFactoryLoadInfo.
AssemblyLocation
,
1588
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "TaskFactoryLoadFailure", TaskFactoryAttributeName, taskFactoryLoadInfo.
AssemblyLocation
, message);
Logging\LoggerDescription.cs (1)
229
string message = ResourceUtilities.FormatResourceStringStripCodeAndKeyword("LoggerInstantiationFailureErrorInvalidCast", _loggerClassName, _loggerAssembly.
AssemblyLocation
, e.Message);
src\msbuild\src\Shared\TypeLoader.cs (2)
260
throw new FileNotFoundException(null, assemblyLoadInfo.
AssemblyLocation
, e);
269
throw new FileNotFoundException(null, assemblyLoadInfo.
AssemblyLocation
);
Microsoft.Build.Framework (2)
Loader\LoadedType.cs (1)
66
? assemblyLoadInfo.
AssemblyLocation
Utilities\AssemblyLoadInfo.cs (1)
82
return
AssemblyLocation
.GetHashCode();
MSBuild (2)
src\msbuild\src\Shared\TypeLoader.cs (2)
260
throw new FileNotFoundException(null, assemblyLoadInfo.
AssemblyLocation
, e);
269
throw new FileNotFoundException(null, assemblyLoadInfo.
AssemblyLocation
);