3 references to Create
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Host\Mef\MefHostServices.cs (3)
23
/// This delegate allows test code to override the behavior of <see cref="
Create
(IEnumerable{Assembly})"/>.
82
var host =
Create
(DefaultAssemblies);
133
/// Injects replacement behavior for the <see cref="
Create
(IEnumerable{Assembly})"/> method.