1 write to Assembly
Microsoft.Build (1)
LoadedType.cs (1)
37
Assembly
= assemblyLoadInfo;
9 references to Assembly
Microsoft.Build (8)
Instance\TaskFactories\AssemblyTaskFactory.cs (7)
89
return _loadedType.
Assembly
.AssemblyLocation;
430
return _typeLoader.ReflectionOnlyLoad(taskName, _loadedType.
Assembly
) != null;
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);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\AssemblyTaskFactory_Tests.cs (1)
692
Assert.True(_loadedType.
Assembly
.Equals(_loadInfo)); // "Expected the AssemblyLoadInfo to be equal"