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)
112
if (File.Exists(
fileName
))
114
assembly = Context.Resolver.GetAssembly(
fileName
);
122
assembly = Context.TryResolve(
fileName
);
124
Context.LogError(null, DiagnosticId.RootAssemblyCouldNotBeFound,
fileName
);