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