9 references to AssemblyUtilities
Microsoft.Build (2)
Instance\TaskFactories\TaskHostTask.cs (2)
319string taskLocation = AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly); 598AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly),
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
1130ProjectUsingTaskElement element = project.AddUsingTask("Task1", AssemblyUtilities.GetAssemblyLocation(typeof(TaskRegistry_Tests.NullTaskTypeTaskFactory).GetTypeInfo().Assembly), null);
Microsoft.Build.Framework (4)
BuildEnvironmentHelper.cs (2)
434var entryAssembly = AssemblyUtilities.EntryAssembly; 436? AssemblyUtilities.GetAssemblyLocation(entryAssembly)
NativeMethods.cs (1)
881var 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)
40if (!AssemblyUtilities.CultureInfoHasGetCultures()) 46foreach (CultureInfo cultureName in AssemblyUtilities.GetAllCultures())