4 references to EmptyEnumerable
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
SolutionTests\SolutionTests.cs (4)
1977
var solution2 = solution.AddProjectReferences(projectId,
EmptyEnumerable
<ProjectReference>());
2096
var solution2 = solution.AddMetadataReferences(projectId,
EmptyEnumerable
<MetadataReference>());
2166
var solution2 = solution.AddAnalyzerReferences(projectId,
EmptyEnumerable
<AnalyzerReference>());
2234
var solution2 = solution.AddAnalyzerReferences(
EmptyEnumerable
<AnalyzerReference>());