13 references to CommandLineReference
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (3)
710
metadataReferences.AddRange(ParseSeparatedPaths(value).Select(path => new
CommandLineReference
(path, MetadataReferenceProperties.Module)));
1404
metadataReferences.Insert(0, new
CommandLineReference
(Path.Combine(sdkDirectory, "mscorlib.dll"), MetadataReferenceProperties.Assembly));
1956
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)
679
Function(path) New
CommandLineReference
(path, New MetadataReferenceProperties(MetadataImageKind.Module))))
1331
New
CommandLineReference
(systemDllPath, New MetadataReferenceProperties(MetadataImageKind.Assembly)))
1344
New
CommandLineReference
(msVbDllPath, New MetadataReferenceProperties(MetadataImageKind.Assembly)))
1347
metadataReferences.Add(New
CommandLineReference
(vbRuntimePath, New MetadataReferenceProperties(MetadataImageKind.Assembly)))
1547
Return New
CommandLineReference
(systemRuntimePath, New MetadataReferenceProperties(MetadataImageKind.Assembly))
1556
Return New
CommandLineReference
(systemRuntimePath, New MetadataReferenceProperties(MetadataImageKind.Assembly))
1564
Return New
CommandLineReference
(msCorLibPath, New MetadataReferenceProperties(MetadataImageKind.Assembly))
1569
Return New
CommandLineReference
(msCorLibPath, New MetadataReferenceProperties(MetadataImageKind.Assembly))
1691
Select(Function(path) New
CommandLineReference
(path, New MetadataReferenceProperties(MetadataImageKind.Assembly, embedInteropTypes:=embedInteropTypes)))