13 references to CommandLineReference
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (3)
727
metadataReferences.AddRange(ParseSeparatedPaths(value).Select(path => new
CommandLineReference
(path, MetadataReferenceProperties.Module)));
1421
metadataReferences.Insert(0, new
CommandLineReference
(Path.Combine(sdkDirectory, "mscorlib.dll"), MetadataReferenceProperties.Assembly));
1973
commandLineReferences.Add(new
CommandLineReference
(path.ToString(), properties));
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LoadedProject.cs (1)
169
return absolutePath is not null ? new
CommandLineReference
(absolutePath, cr.Properties) : default;
Microsoft.CodeAnalysis.VisualBasic (9)
CommandLine\VisualBasicCommandLineParser.vb (9)
697
Function(path) New
CommandLineReference
(path, New MetadataReferenceProperties(MetadataImageKind.Module))))
1349
New
CommandLineReference
(systemDllPath, New MetadataReferenceProperties(MetadataImageKind.Assembly)))
1362
New
CommandLineReference
(msVbDllPath, New MetadataReferenceProperties(MetadataImageKind.Assembly)))
1365
metadataReferences.Add(New
CommandLineReference
(vbRuntimePath, New MetadataReferenceProperties(MetadataImageKind.Assembly)))
1565
Return New
CommandLineReference
(systemRuntimePath, New MetadataReferenceProperties(MetadataImageKind.Assembly))
1574
Return New
CommandLineReference
(systemRuntimePath, New MetadataReferenceProperties(MetadataImageKind.Assembly))
1582
Return New
CommandLineReference
(msCorLibPath, New MetadataReferenceProperties(MetadataImageKind.Assembly))
1587
Return New
CommandLineReference
(msCorLibPath, New MetadataReferenceProperties(MetadataImageKind.Assembly))
1709
Select(Function(path) New
CommandLineReference
(path, New MetadataReferenceProperties(MetadataImageKind.Assembly, embedInteropTypes:=embedInteropTypes)))