2 references to HasReturnValue
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
772
else if (displayResult && newState.Script.
HasReturnValue
())
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
304
else if (displayResult && newScript.
HasReturnValue
())