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)
194if (!File.Exists(_inputAssembly)) 196Log.LogError(Strings.InputAssemblyNotFound, _inputAssembly); 294result.AppendLine($"\"{_inputAssembly}\""); 393result.AppendLine($"{_inputAssembly}");