3 references to Create
IdeBenchmarks (1)
InheritanceMargin\InheritanceMarginServiceBenchmarks.cs (1)
57
var workspace = MSBuildWorkspace.
Create
(hostService);
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Program.cs (1)
182
var msbuildWorkspace = MSBuildWorkspace.
Create
(await Composition.CreateHostServicesAsync());
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
VisualStudioMSBuildWorkspaceTests.cs (1)
1171
using var workspace = MSBuildWorkspace.
Create
(MefHostServices.Create(_defaultAssembliesWithoutCSharp));