2 writes to _inputAssembly
Crossgen2Tasks (2)
RunReadyToRunCompiler.cs (2)
194
_inputAssembly
= CompilationEntry.ItemSpec;
203
_inputAssembly
= "CompositeImage";
4 references to _inputAssembly
Crossgen2Tasks (4)
RunReadyToRunCompiler.cs (4)
195
if (!File.Exists(
_inputAssembly
))
197
Log.LogError(Strings.InputAssemblyNotFound,
_inputAssembly
);
295
result.AppendLine($"\"{
_inputAssembly
}\"");
381
result.AppendLine($"{
_inputAssembly
}");