1 override of Value
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectPropertyElementLink.cs (1)
46public override string Value { get => this.Proxy.Value; set => this.Proxy.Value = value; }
1 write to Value
Microsoft.Build (1)
Construction\ProjectPropertyElement.cs (1)
75PropertyLink.Value = value;
1 reference to Value
Microsoft.Build (1)
Construction\ProjectPropertyElement.cs (1)
68get => Link != null ? PropertyLink.Value : Internal.Utilities.GetXmlNodeInnerContents(XmlElement);