35 references to XStreamingElement
netstandard (1)
netstandard.cs (1)
2283
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.
XStreamingElement
))]
System.Private.Xml.Linq (32)
System\Xml\Linq\XContainer.cs (4)
161
XStreamingElement
? x = content as
XStreamingElement
;
488
XStreamingElement
? x = content as
XStreamingElement
;
System\Xml\Linq\XElement.cs (3)
122
/// Initializes an XElement object from an <see cref="
XStreamingElement
"/> object.
125
/// The <see cref="
XStreamingElement
"/> object whose value will be used
128
public XElement(
XStreamingElement
other)
System\Xml\Linq\XLinq.cs (6)
92
XStreamingElement
? x = content as
XStreamingElement
;
529
private
XStreamingElement
? _element;
604
XStreamingElement
? x = content as
XStreamingElement
;
637
internal void WriteStreamingElement(
XStreamingElement
e)
System\Xml\Linq\XStreamingElement.cs (19)
21
/// Creates a <see cref="
XStreamingElement
"/> node with a given name
23
/// <param name="name">The name to assign to the new <see cref="
XStreamingElement
"/> node</param>
32
/// Creates a <see cref="
XStreamingElement
"/> node with a given name and content
34
/// <param name="name">The name to assign to the new <see cref="
XStreamingElement
"/> node</param>
35
/// <param name="content">The content to assign to the new <see cref="
XStreamingElement
"/> node</param>
43
/// Creates a <see cref="
XStreamingElement
"/> node with a given name and content
45
/// <param name="name">The name to assign to the new <see cref="
XStreamingElement
"/> node</param>
46
/// <param name="content">An array containing content to assign to the new <see cref="
XStreamingElement
"/> node</param>
70
/// Add content to an <see cref="
XStreamingElement
"/>
89
/// Add content to an <see cref="
XStreamingElement
"/>
98
/// Save the contents of an <see cref="
XStreamingElement
"/> to a <see cref="Stream"/>
108
/// Save the contents of an <see cref="
XStreamingElement
"/> to a <see cref="Stream"/>,
126
/// Save the contents of an <see cref="
XStreamingElement
"/> to a text writer
136
/// Save the contents of an <see cref="
XStreamingElement
"/> to a text writer
154
/// Save the contents of an <see cref="
XStreamingElement
"/> to an XML writer, not preserving whitespace
167
/// Save an <see cref="
XStreamingElement
"/> to a file with formatting.
176
/// Save an <see cref="
XStreamingElement
"/> to a file, optionally formatting.
193
/// Get the XML content of an <see cref="
XStreamingElement
"/> as a
216
/// Write this <see cref="
XStreamingElement
"/> to an <see cref="XmlWriter"/>
System.Xml.Linq (1)
System.Xml.Linq.cs (1)
25
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.
XStreamingElement
))]
System.Xml.XDocument (1)
artifacts\obj\System.Xml.XDocument\Debug\net10.0\System.Xml.XDocument.Forwards.cs (1)
24
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.
XStreamingElement
))]