6 types derived from MockLinkRemoter
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectElementLink.cs (1)
12internal abstract class MockProjectElementLinkRemoter : MockLinkRemoter<ProjectElement>
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemDefinitionLink.cs (1)
12internal sealed class MockProjectItemDefinitionLinkRemoter : MockLinkRemoter<ProjectItemDefinition>
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemLink.cs (1)
13internal sealed class MockProjectItemLinkRemoter : MockLinkRemoter<ProjectItem>
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
19internal sealed class MockProjectLinkRemoter : MockLinkRemoter<Project>
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectMetadataLink.cs (1)
12internal sealed class MockProjectMetadataLinkRemoter : MockLinkRemoter<ProjectMetadata>
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectPropertyLink.cs (1)
12internal sealed class MockProjectPropertyLinkRemoter : MockLinkRemoter<ProjectProperty>
8 references to MockLinkRemoter
Microsoft.Build.Engine.OM.UnitTests (8)
ObjectModelRemoting\RemoteProjectsProviderMock\CollectionsHelpers.cs (4)
50where RMock : MockLinkRemoter<T>, new() 86where RMock : MockLinkRemoter<T>, new() 105where RMock : MockLinkRemoter<TValue>, new() 124where RMock : MockLinkRemoter<TValue>, new()
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (4)
275where RMock : MockLinkRemoter<T>, new() 314where RMock : MockLinkRemoter<T>, new() 322where RMock : MockLinkRemoter<T>, new() 380where RMock : MockLinkRemoter<T>