1 override of DirectoryPath
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
200public override string DirectoryPath => Proxy.DirectoryPath;
1 reference to DirectoryPath
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
378get => Link != null ? RootLink.DirectoryPath : _directory ?? String.Empty;