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