4 implementations of ICompositionService
System.ComponentModel.Composition (4)
System\ComponentModel\Composition\Hosting\CompositionContainer.CompositionServiceShim.cs (1)
10
private sealed class CompositionServiceShim :
ICompositionService
System\ComponentModel\Composition\Hosting\CompositionContainer.cs (1)
14
public partial class CompositionContainer : ExportProvider,
ICompositionService
, IDisposable
System\ComponentModel\Composition\Hosting\CompositionService.cs (1)
15
public class CompositionService :
ICompositionService
, IDisposable
System\ComponentModel\Composition\Hosting\ImportEngine.cs (1)
18
public partial class ImportEngine :
ICompositionService
, IDisposable
10 references to ICompositionService
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
MockComponentModel.vb (1)
29
Public ReadOnly Property DefaultCompositionService As
ICompositionService
Implements IComponentModel.DefaultCompositionService
System.ComponentModel.Composition (9)
System\ComponentModel\Composition\AttributedModelServices.cs (4)
176
/// The <see cref="
ICompositionService
"/> has been disposed of.
178
public static ComposablePart SatisfyImportsOnce(this
ICompositionService
compositionService, object attributedPart)
207
/// The <see cref="
ICompositionService
"/> has been disposed of.
209
public static ComposablePart SatisfyImportsOnce(this
ICompositionService
compositionService, object attributedPart, ReflectionContext reflectionContext)
System\ComponentModel\Composition\Hosting\CompositionContainer.CompositionServiceShim.cs (1)
21
void
ICompositionService
.SatisfyImportsOnce(ComposablePart part)
System\ComponentModel\Composition\Hosting\CompositionContainer.cs (2)
220
this.ComposeExportedValue<
ICompositionService
>(new CompositionServiceShim(this));
512
/// The <see cref="
ICompositionService
"/> has been disposed of.
System\ComponentModel\Composition\Hosting\ImportEngine.cs (1)
191
/// The <see cref="
ICompositionService
"/> has been disposed of.
System\ComponentModel\Composition\ICompositionService.cs (1)
28
/// The <see cref="
ICompositionService
"/> has been disposed of.