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)
195if (!File.Exists(_inputAssembly)) 197Log.LogError(Strings.InputAssemblyNotFound, _inputAssembly); 295result.AppendLine($"\"{_inputAssembly}\""); 381result.AppendLine($"{_inputAssembly}");