5 references to ERR_NoMetadataFile
InteractiveHost.UnitTests (2)
InteractiveHostCoreInitTests.cs (1)
49
(1,1): error CS0006: {string.Format(CSharpResources.
ERR_NoMetadataFile
, scriptingAssemblyName)}", error);
InteractiveHostDesktopTests.cs (1)
750
@$"{initFile.Path}(1,1): error CS0006: {string.Format(CSharpResources.
ERR_NoMetadataFile
, "Assembly.dll")}", error);
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
CsiTests.cs (1)
76
(1,1): error CS0006: {string.Format(CSharpResources.
ERR_NoMetadataFile
, "C.dll")}
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
CommandLineRunnerTests.cs (2)
721
(1,1): error CS0006: {string.Format(CSharpResources.
ERR_NoMetadataFile
, "C.dll")}
731
$@"(1,1): error CS0006: {string.Format(CSharpResources.
ERR_NoMetadataFile
, "C.dll")}",