2 references to Specified_file_not_found
InteractiveHost.UnitTests (1)
InteractiveHostDesktopTests.cs (1)
219
Assert.Contains(InteractiveHostResources.
Specified_file_not_found
, errorOut, StringComparison.Ordinal);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
645
Console.Error.WriteLine(InteractiveHostResources.
Specified_file_not_found
);