9 references to ToReadOnlyCollection
System.ComponentModel.Composition (9)
System\ComponentModel\Composition\CompositionException.cs (1)
156return errors.ToReadOnlyCollection<Exception>();
System\ComponentModel\Composition\CompositionExceptionDebuggerProxy.cs (1)
37return errors.ToReadOnlyCollection<Exception>();
System\ComponentModel\Composition\Hosting\AssemblyCatalogDebuggerProxy.cs (1)
34get { return _catalog.Parts.ToReadOnlyCollection(); }
System\ComponentModel\Composition\Hosting\CompositionScopeDefinitionDebuggerProxy.cs (3)
27get { return _compositionScopeDefinition.Parts.ToReadOnlyCollection(); } 34return _compositionScopeDefinition.PublicSurface.ToReadOnlyCollection(); 42return _compositionScopeDefinition.Children.ToReadOnlyCollection();
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (2)
31.ToReadOnlyCollection(); 69get { return _catalog.Parts.ToReadOnlyCollection(); }
System\ComponentModel\Composition\Primitives\ComposablePartCatalogDebuggerProxy.cs (1)
29get { return _catalog.Parts.ToReadOnlyCollection(); }