2 writes to _inputAssembly
Crossgen2Tasks (2)
RunReadyToRunCompiler.cs (2)
193
_inputAssembly
= CompilationEntry.ItemSpec;
202
_inputAssembly
= "CompositeImage";
4 references to _inputAssembly
Crossgen2Tasks (4)
RunReadyToRunCompiler.cs (4)
194
if (!File.Exists(
_inputAssembly
))
196
Log.LogError(Strings.InputAssemblyNotFound,
_inputAssembly
);
294
result.AppendLine($"\"{
_inputAssembly
}\"");
393
result.AppendLine($"{
_inputAssembly
}");