2 instantiations of Scope
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
MEF\ExportProviderCache.cs (2)
27
private static readonly Scope _localCompositionScope = new
Scope
("local");
28
private static readonly Scope _remoteCompositionScope = new
Scope
("remote");
5 references to Scope
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (5)
MEF\ExportProviderCache.cs (5)
27
private static readonly
Scope
_localCompositionScope = new Scope("local");
28
private static readonly
Scope
_remoteCompositionScope = new Scope("remote");
110
var
scope = isRemoteHostComposition ? _remoteCompositionScope : _localCompositionScope;
120
private readonly
Scope
_scope;
125
public SingleExportProviderFactory(
Scope
scope, ComposableCatalog catalog, CompositionConfiguration configuration, IExportProviderFactory exportProviderFactory)