5 references to GetXmlNodeInnerContents
Microsoft.Build (4)
Construction\ProjectElementContainer.cs (1)
447string value = Internal.Utilities.GetXmlNodeInnerContents(child.XmlElement);
Construction\ProjectMetadataElement.cs (1)
82get => Link != null ? MetadataLink.Value : Internal.Utilities.GetXmlNodeInnerContents(XmlElement);
Construction\ProjectPropertyElement.cs (1)
68get => Link != null ? PropertyLink.Value : Internal.Utilities.GetXmlNodeInnerContents(XmlElement);
Construction\ProjectUsingTaskBodyElement.cs (1)
64get => Link != null ? UsingTaskBodyLink.TaskBody : Internal.Utilities.GetXmlNodeInnerContents(XmlElement);
Microsoft.Build.Engine.UnitTests (1)
Utilities_Tests.cs (1)
336string xmlContents = InternalUtilities.GetXmlNodeInnerContents(rootElement);