2 references to ReplaceAttributes
Microsoft.NET.Publish.Tests (2)
GivenThatWeWantToPublishASingleFileApp.cs (2)
145target.ReplaceAttributes(new XAttribute[] { new XAttribute("Name", "AfterAfterSdkPublish"), new XAttribute("AfterTargets", "AfterSdkPublish") }); 147message.ReplaceAttributes(new XAttribute[] { new XAttribute("Importance", "High"), new XAttribute("Text", "Executed AfterAfterSdkPublish") });