3 references to GetMetadataReferenceResolver
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CommandLine\Csi.cs (1)
29
return CommandLineRunner.
GetMetadataReferenceResolver
(Arguments, loggerOpt);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
150
var metadataResolver =
GetMetadataReferenceResolver
(arguments, touchedFilesLoggerOpt);
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Hosting\CommandLine\Vbi.vb (1)
21
Return CommandLineRunner.
GetMetadataReferenceResolver
(Arguments, loggerOpt)