2 overrides of DirectoryPath
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
200public override string DirectoryPath => Proxy.DirectoryPath;
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectRootElementLink.cs (1)
34public override string DirectoryPath => throw new NotImplementedException();
1 reference to DirectoryPath
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
396get => Link != null ? RootLink.DirectoryPath : _directory ?? String.Empty;