5 references to AddMetadata
Microsoft.Build.Engine.OM.UnitTests (5)
Construction\ConstructionEditing_Tests.cs (5)
874public void InsertMetadataElementAfterSiblings(AddMetadata addMetadata, int position, string expectedItem) 916public void InsertMetadataElementBeforeSiblings(AddMetadata addMetadata, int position, string expectedItem) 997public void InsertMetadataAttributeAfterSiblings(AddMetadata addMetadata, int position, string expectedItem) 1061public void InsertMetadataAttributeBeforeSiblings(AddMetadata addMetadata, int position, string expectedItem) 1072private static void AssertMetadataConstruction(AddMetadata addMetadata, int position, string expectedItem, Action<ProjectItemElement, ProjectMetadataElement, ProjectMetadataElement> actOnTestData)