4 references to GetXmlNodeInnerContents
Microsoft.Build (4)
Construction\ProjectElementContainer.cs (1)
447string value = Internal.Utilities.GetXmlNodeInnerContents(child.XmlElement);
Construction\ProjectMetadataElement.cs (1)
84get => Link != null ? MetadataLink.Value : Internal.Utilities.GetXmlNodeInnerContents(XmlElement);
Construction\ProjectPropertyElement.cs (1)
69get => Link != null ? PropertyLink.Value : Internal.Utilities.GetXmlNodeInnerContents(XmlElement);
Construction\ProjectUsingTaskBodyElement.cs (1)
65get => Link != null ? UsingTaskBodyLink.TaskBody : Internal.Utilities.GetXmlNodeInnerContents(XmlElement);