8 references to Create
AnalyzerRunner (1)
AnalyzerRunnerHelper.cs (1)
20
return MSBuildWorkspace.
Create
(properties, AnalyzerRunnerMefHostServices.DefaultServices);
IdeCoreBenchmarks (4)
ClassificationBenchmarks.cs (1)
69
_workspace = MSBuildWorkspace.
Create
(new Dictionary<string, string>
FindReferencesBenchmarks.cs (1)
66
_workspace = MSBuildWorkspace.
Create
(new Dictionary<string, string>
IncrementalSourceGeneratorBenchmarks.cs (1)
74
_workspace = MSBuildWorkspace.
Create
(new Dictionary<string, string>
NavigateToBenchmarks.cs (1)
71
_workspace = MSBuildWorkspace.
Create
(new Dictionary<string, string>
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\MSBuildWorkspace.cs (2)
63
return
Create
(properties, MSBuildMefHostServices.DefaultServices);
72
return
Create
(ImmutableDictionary<string, string>.Empty, hostServices);
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
MSBuildWorkspaceTestBase.cs (1)
180
return MSBuildWorkspace.
Create
(CreateProperties(additionalProperties), hostServices);