6 references to GetAssemblyLocation
illink (6)
Linker.Steps\OutputStep.cs (1)
256
return new FileInfo(Context.
GetAssemblyLocation
(assembly));
Linker\LinkContext.cs (3)
340
GetAssemblyLocation
(assembly));
411
LogWarning($"Invalid assembly action '{action}' specified for assembly '{assembly.Name.Name}'. C++/CLI assemblies can only be copied or skipped.", 2106,
GetAssemblyLocation
(assembly));
462
LogWarning(
GetAssemblyLocation
(assembly), DiagnosticId.InvalidIsTrimmableValue, args[1].Value.ToString() ?? "", assembly.Name.Name);
Linker\MessageContainer.cs (1)
243
context.LogWarning(context.
GetAssemblyLocation
(assembly), DiagnosticId.AssemblyProducedTrimWarnings, assemblyName);
Linker\UnconditionalSuppressMessageAttributeState.cs (1)
347
_context.LogWarning(_context.
GetAssemblyLocation
(module.Assembly), DiagnosticId.InvalidScopeInUnconditionalSuppressMessage, info.Scope ?? "", module.Name, info.Target ?? "");