3 references to CommandLineReference
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (3)
740
metadataReferences.AddRange(ParseSeparatedPaths(value).Select(path => new
CommandLineReference
(path, MetadataReferenceProperties.Module)));
1439
metadataReferences.Insert(0, new
CommandLineReference
(Path.Combine(sdkDirectory, "mscorlib.dll"), MetadataReferenceProperties.Assembly));
1991
commandLineReferences.Add(new
CommandLineReference
(path.ToString(), properties));