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