2 types derived from LinkPair
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (1)
17internal class ElementLinkPair<T> : LinkPair<T>
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (1)
14internal sealed class ProjectPair : LinkPair<Project>
2 references to LinkPair
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.cs (2)
35public void VerifyNotSame(LinkPair<T> other) 41public void VerifySame(LinkPair<T> other)