3 references to PropertyXml
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectPropertyElementLink.cs (3)
28public string Value { get => PropertyXml.Value; set => PropertyXml.Value = value; } 29public void ChangeName(string newName) { PropertyXml.Name = newName; }