2 types derived from XContainer
System.Private.Xml.Linq (2)
115 references to XContainer
Microsoft.AspNetCore.OpenApi.SourceGenerators (2)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.Extensions.FileProviders.Embedded (1)
netstandard (1)
NuGet.Configuration (5)
NuGet.PackageManagement (8)
Utility\XElementExtensions.cs (8)
32public static string GetOptionalElementValue(this XContainer element, string localName, string namespaceName = null)
46public static IEnumerable<XElement> ElementsNoNamespace(this XContainer container, string localName)
51public static IEnumerable<XElement> ElementsNoNamespace(this IEnumerable<XContainer> source, string localName)
262public static void AddIndented(this XContainer container, XContainer content)
276private static void AddTrailingIndentation(XContainer container, string containerIndent)
281private static void AddLeadingIndentation(XContainer container, string containerIndent, string oneIndentLevel)
295private static void IndentChildrenElements(this XContainer container, string containerIndent, string oneIndentLevel)
NuGet.Packaging (1)
System.ComponentModel.TypeConverter (1)
System.Private.Xml.Linq (88)
System.Xml.Linq (1)
System.Xml.XDocument (1)