1 override of FullPath
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
201public override string FullPath { get => Proxy.FullPath; set => Proxy.FullPath = value; }
1 write to FullPath
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
403RootLink.FullPath = value;
1 reference to FullPath
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
396get => Link != null ? RootLink.FullPath : _projectFileLocation?.File;