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