15 references to ImportCollection
Microsoft.Build.Engine.OM.UnitTests (15)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemDefinitionLink.cs (1)
48
=> this.Linker.
ImportCollection
<ProjectMetadata, MockProjectMetadataLinkRemoter>(this.Proxy.Metadata);
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemLink.cs (2)
57
=> this.Linker.
ImportCollection
<ProjectMetadata, MockProjectMetadataLinkRemoter>(this.Proxy.MetadataCollection);
59
=> this.Linker.
ImportCollection
<ProjectMetadata, MockProjectMetadataLinkRemoter>(this.Proxy.DirectMetadata);
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (12)
100
=> this.Source.RemoveItems(this.OwningCollection.
ImportCollection
<ProjectItem, MockProjectItemLinkRemoter>(items));
141
public override ICollection<ProjectProperty> Properties => this.Linker.
ImportCollection
<ProjectProperty, MockProjectPropertyLinkRemoter>(this.Proxy.Properties);
148
public override ICollection<ProjectItem> Items => this.Linker.
ImportCollection
<ProjectItem, MockProjectItemLinkRemoter>(this.Proxy.Items);
150
public override ICollection<ProjectItem> ItemsIgnoringCondition => this.Linker.
ImportCollection
<ProjectItem, MockProjectItemLinkRemoter>(this.Proxy.ItemsIgnoringCondition);
159
=> this.Linker.
ImportCollection
<ProjectProperty, MockProjectPropertyLinkRemoter>(this.Proxy.AllEvaluatedProperties);
161
=> this.Linker.
ImportCollection
<ProjectMetadata, MockProjectMetadataLinkRemoter>(this.Proxy.AllEvaluatedItemDefinitionMetadata);
164
=> this.Linker.
ImportCollection
<ProjectItem, MockProjectItemLinkRemoter>(this.Proxy.AllEvaluatedItems);
177
=> this.Linker.
ImportCollection
<ProjectItem, MockProjectItemLinkRemoter>(this.Proxy.AddItem(itemType, unevaluatedInclude, metadata));
180
=> this.Linker.
ImportCollection
<ProjectItem, MockProjectItemLinkRemoter>(this.Proxy.AddItemFast(itemType, unevaluatedInclude, metadata));
218
=> this.Linker.
ImportCollection
<ProjectItem, MockProjectItemLinkRemoter>(this.Proxy.GetItems(itemType));
220
=> this.Linker.
ImportCollection
<ProjectItem, MockProjectItemLinkRemoter>(this.Proxy.GetItemsByEvaluatedInclude(evaluatedInclude));
223
=> this.Linker.
ImportCollection
<ProjectItem, MockProjectItemLinkRemoter>(this.Proxy.GetItemsIgnoringCondition(itemType));