2 writes to _inputAssembly
Microsoft.NET.Build.Tasks (2)
RunReadyToRunCompiler.cs (2)
198_inputAssembly = CompilationEntry.ItemSpec; 207_inputAssembly = "CompositeImage";
4 references to _inputAssembly
Microsoft.NET.Build.Tasks (4)
RunReadyToRunCompiler.cs (4)
199if (!File.Exists(_inputAssembly)) 201Log.LogError(Strings.InputAssemblyNotFound, _inputAssembly); 301result.AppendLine($"\"{_inputAssembly}\""); 426result.AppendLine($"{_inputAssembly}");