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