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