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