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