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