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