8 references to ReaderOptions
netstandard (1)
netstandard.cs (1)
2264[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.ReaderOptions))]
System.Private.Xml.Linq (5)
System\Xml\Linq\XNode.cs (1)
298public XmlReader CreateReader(ReaderOptions readerOptions)
System\Xml\Linq\XNodeReader.cs (4)
21internal XNodeReader(XNode node, XmlNameTable? nameTable, ReaderOptions options) 26_omitDuplicateNamespaces = (options & ReaderOptions.OmitDuplicateNamespaces) != 0 ? true : false; 32ReaderOptions.OmitDuplicateNamespaces : ReaderOptions.None)
System.Xml.Linq (1)
System.Xml.Linq.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.ReaderOptions))]
System.Xml.XDocument (1)
artifacts\obj\System.Xml.XDocument\Debug\net9.0\System.Xml.XDocument.Forwards.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Linq.ReaderOptions))]