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