2 references to AssemblyUtilities
MSBuildTaskHost (2)
FileUtilities.cs (1)
747
internal static string ExecutingAssemblyPath => Path.GetFullPath(
AssemblyUtilities
.GetAssemblyLocation(typeof(FileUtilities).GetTypeInfo().Assembly));
NativeMethods.cs (1)
888
var baseTypeLocation =
AssemblyUtilities
.GetAssemblyLocation(typeof(string).GetTypeInfo().Assembly);