8 references to Create
AnalyzerRunner (1)
AnalyzerRunnerHelper.cs (1)
20return 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)
63return Create(properties, MSBuildMefHostServices.DefaultServices); 72return Create(ImmutableDictionary<string, string>.Empty, hostServices);
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
MSBuildWorkspaceTestBase.cs (1)
168return MSBuildWorkspace.Create(CreateProperties(additionalProperties), hostServices);