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