9 references to AssemblyUtilities
Microsoft.Build (2)
Instance\TaskFactories\TaskHostTask.cs (2)
319
string taskLocation =
AssemblyUtilities
.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly);
598
AssemblyUtilities
.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
1130
ProjectUsingTaskElement element = project.AddUsingTask("Task1",
AssemblyUtilities
.GetAssemblyLocation(typeof(TaskRegistry_Tests.NullTaskTypeTaskFactory).GetTypeInfo().Assembly), null);
Microsoft.Build.Framework (4)
BuildEnvironmentHelper.cs (2)
434
var entryAssembly =
AssemblyUtilities
.EntryAssembly;
436
?
AssemblyUtilities
.GetAssemblyLocation(entryAssembly)
NativeMethods.cs (1)
881
var baseTypeLocation =
AssemblyUtilities
.GetAssemblyLocation(typeof(string).GetTypeInfo().Assembly);
Utilities\TypeExtensions.cs (1)
12
=> Path.GetFullPath(
AssemblyUtilities
.GetAssemblyLocation(type.Assembly));
Microsoft.Build.Tasks.Core (2)
CultureInfoCache.cs (2)
40
if (!
AssemblyUtilities
.CultureInfoHasGetCultures())
46
foreach (CultureInfo cultureName in
AssemblyUtilities
.GetAllCultures())