1 write to fileName
illink (1)
Linker.Steps\RootAssemblyInputStep.cs (1)
17
this.
fileName
= fileName;
4 references to fileName
illink (4)
Linker.Steps\RootAssemblyInputStep.cs (4)
101
if (File.Exists (
fileName
)) {
102
assembly = Context.Resolver.GetAssembly (
fileName
);
110
assembly = Context.TryResolve (
fileName
);
112
Context.LogError (null, DiagnosticId.RootAssemblyCouldNotBeFound,
fileName
);