2 writes to _inputAssembly
Microsoft.NET.Build.Tasks (2)
RunReadyToRunCompiler.cs (2)
192_inputAssembly = CompilationEntry.ItemSpec; 201_inputAssembly = "CompositeImage";
4 references to _inputAssembly
Microsoft.NET.Build.Tasks (4)
RunReadyToRunCompiler.cs (4)
193if (!File.Exists(_inputAssembly)) 195Log.LogError(Strings.InputAssemblyNotFound, _inputAssembly); 293result.AppendLine($"\"{_inputAssembly}\""); 387result.AppendLine($"{_inputAssembly}");