26 types derived from XmlReader
Microsoft.Build.Engine.UnitTests (1)
PresentationBuildTasks (1)
System.Data.Common (1)
System.IO.Packaging (1)
System.Private.DataContractSerialization (3)
System.Private.Xml (17)
System.Private.Xml.Linq (1)
System.Xaml (1)
1447 references to XmlReader
BoundTreeGenerator (2)
ConfigurationSchemaGenerator.Tests (2)
CSharpSyntaxGenerator (2)
dotnet-svcutil-lib (2)
Extensibility.MessageEncoder.IntegrationTests (2)
GenerateDocumentationAndConfigFiles (2)
ILLink.Tasks (2)
IOperationGenerator (2)
Metrics (2)
Metrics.Legacy (2)
Microsoft.AspNetCore.Mvc.Formatters.Xml (18)
Microsoft.Build (39)
Construction\ProjectRootElement.cs (10)
171internal ProjectRootElement(XmlReader xmlReader, ProjectRootElementCacheBase projectRootElementCache, bool isExplicitlyLoaded,
215using (XmlReader xr = XmlReader.Create(new StringReader(emptyProjectFile), xrs))
831public static ProjectRootElement Create(XmlReader xmlReader)
841public static ProjectRootElement Create(XmlReader xmlReader, ProjectCollection projectCollection)
851public static ProjectRootElement Create(XmlReader xmlReader, ProjectCollection projectCollection, bool preserveFormatting)
1650/// See <see cref="ProjectRootElement.ReloadFrom(XmlReader, bool, bool?)"/>
1663/// See <see cref="ProjectRootElement.ReloadFrom(XmlReader, bool, bool?)"/>
1698public void ReloadFrom(XmlReader reader, bool throwIfUnsavedChanges = true, bool? preserveFormatting = null)
2140private static XmlDocumentWithLocation LoadDocument(XmlReader reader, bool preserveFormatting)
Definition\Project.cs (10)
293public Project(XmlReader xmlReader)
308public Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion)
324public Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion, ProjectCollection projectCollection)
341public Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings)
359public Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings)
364private Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings,
533/// Create a <see cref="XmlReader"/> based project.
535/// <param name="reader">The <see cref="XmlReader"/> to evaluate the project from.</param>
537public static Project FromXmlReader(XmlReader reader, ProjectOptions options)
1910public ProjectImpl(Project owner, XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, ProjectLoadSettings loadSettings, EvaluationContext evaluationContext)
Microsoft.Build.Engine.OM.UnitTests (144)
Microsoft.Build.Engine.UnitTests (47)
Microsoft.Build.Framework (2)
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (57)
Microsoft.Build.Tasks.Core (69)
RedistList.cs (5)
694XmlReader reader = null;
706reader = XmlReader.Create(fs, readerSettings);
768private static void ParseRemapSection(AssemblyTableInfo assemblyTableInfo, string path, string redistName, XmlReader reader, List<AssemblyRemapping> mapping)
825private static void ParseFileListSection(AssemblyTableInfo assemblyTableInfo, string path, string redistName, XmlReader reader, Dictionary<string, AssemblyEntry> assemblyEntries, List<AssemblyRemapping> remapEntries)
869private static AssemblyEntry ReadFileListEntry(AssemblyTableInfo assemblyTableInfo, string path, string redistName, XmlReader reader, bool fullFusionNameRequired)
Microsoft.Build.UnitTests.Shared (7)
Microsoft.Build.Utilities.Core (6)
Microsoft.CodeAnalysis (13)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.Features (4)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.CodeAnalysis.Workspaces (10)
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Microsoft.DotNet.XliffTasks (4)
Microsoft.Extensions.Configuration.Xml (12)
Microsoft.Maui.Controls.Build.Tasks (4)
Microsoft.Maui.Controls.Xaml (12)
Microsoft.Maui.Graphics (2)
Microsoft.Svcutil.NamedPipeMetadataImporter (5)
MSBuild (2)
netstandard (1)
PresentationBuildTasks (15)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
963XmlReader reader,
PresentationCore (4)
PresentationFramework (44)
System\Windows\Markup\XamlReader.cs (14)
55XmlReader xmlReader = XmlReader.Create(stringReader);
116public static object Load(XmlReader reader)
129public static object Load(XmlReader reader, bool useRestrictiveXamlReader)
165XmlReader reader = XmlReader.Create(stream, null, parserContext);
222public object LoadAsync(XmlReader reader)
241public object LoadAsync(XmlReader reader, bool useRestrictiveXamlReader)
312private object LoadAsync(XmlReader reader, ParserContext parserContext)
317private object LoadAsync(XmlReader reader, ParserContext parserContext, bool useRestrictiveXamlReader)
787XmlReader reader,
807XmlReader reader,
829XmlReader reader,
1162private XmlReader _xmlReader;
ReachFramework (9)
Roslyn.Diagnostics.Analyzers (2)
RulesetToEditorconfigConverter (2)
System.Configuration.ConfigurationManager (19)
System.Data.Common (88)
System\Data\DataSet.cs (18)
197protected SchemaSerializationMode DetermineSchemaSerializationMode(XmlReader reader)
1576public void InferXmlSchema(XmlReader? reader, string[]? nsArray)
1659/// Reads the XML schema from the specified <see cref="System.Xml.XmlReader" /> into the <see cref="System.Data.DataSet" />
1663public void ReadXmlSchema(XmlReader? reader) => ReadXmlSchema(reader, false);
1667internal void ReadXmlSchema(XmlReader? reader, bool denyResolving)
1779internal static bool MoveToElement(XmlReader reader, int depth)
1788private static void MoveToElement(XmlReader reader)
1795internal static void ReadEndElement(XmlReader reader)
1813internal void ReadXSDSchema(XmlReader reader)
1853internal void ReadXDRSchema(XmlReader reader)
2063public XmlReadMode ReadXml(XmlReader? reader) => ReadXml(reader, false);
2067internal XmlReadMode ReadXml(XmlReader? reader, bool denyResolving)
2448private void ReadXmlDiffgram(XmlReader reader)
2580public XmlReadMode ReadXml(XmlReader? reader, XmlReadMode mode) => ReadXml(reader, mode, false);
2584internal XmlReadMode ReadXml(XmlReader? reader, XmlReadMode mode, bool denyResolving)
3424protected virtual void ReadXmlSerializable(XmlReader reader)
3544void IXmlSerializable.ReadXml(XmlReader reader)
3583private void ReadXmlSerializableInternal(XmlReader reader)
System\Data\SQLTypes\SqlXml.cs (12)
19private static readonly Func<Stream, XmlReaderSettings, XmlParserContext?, XmlReader> s_sqlReaderDelegate = CreateSqlReaderDelegate();
41public SqlXml(XmlReader? value)
72public XmlReader CreateReader()
91XmlReader r = CreateSqlXmlReader(stream);
96internal static XmlReader CreateSqlXmlReader(Stream stream, bool closeInput = false, bool throwTargetInvocationExceptions = false)
118private static Func<Stream, XmlReaderSettings, XmlParserContext?, XmlReader> CreateSqlReaderDelegate()
122return CreateSqlReaderMethodInfo.CreateDelegate<Func<Stream, XmlReaderSettings, XmlParserContext?, XmlReader>>();
126s_createSqlReaderMethodInfo ??= typeof(System.Xml.XmlReader).GetMethod("CreateSqlReader", BindingFlags.Static | BindingFlags.NonPublic)!;
147XmlReader reader = CreateReader();
177private static MemoryStream CreateMemoryStreamFromXmlReader(XmlReader reader)
208void IXmlSerializable.ReadXml(XmlReader r)
243XmlReader reader = CreateReader();
System.IO.Packaging (24)
System.Private.DataContractSerialization (34)
System.Private.Xml (300)
System\Xml\Core\XmlCharCheckingReader.cs (2)
48internal XmlCharCheckingReader(XmlReader reader, bool checkCharacters, bool ignoreWhitespace, bool ignoreComments, bool ignorePis, DtdProcessing dtdProcessing)
640internal XmlCharCheckingReaderWithNS(XmlReader reader, IXmlNamespaceResolver readerAsNSResolver, bool checkCharacters, bool ignoreWhitespace, bool ignoreComments, bool ignorePis, DtdProcessing dtdProcessing)
System\Xml\Core\XmlReader.cs (20)
1267public virtual XmlReader ReadSubtree()
1571internal static ConformanceLevel GetV1ConformanceLevel(XmlReader reader)
1577private static XmlTextReaderImpl? GetXmlTextReaderImpl(XmlReader reader)
1609public static XmlReader Create(string inputUri)
1619public static XmlReader Create(string inputUri, XmlReaderSettings? settings)
1625public static XmlReader Create(string inputUri, XmlReaderSettings? settings, XmlParserContext? inputContext)
1632public static XmlReader Create(Stream input)
1642public static XmlReader Create(Stream input, XmlReaderSettings? settings)
1648public static XmlReader Create(Stream input, XmlReaderSettings? settings, string? baseUri)
1655public static XmlReader Create(Stream input, XmlReaderSettings? settings, XmlParserContext? inputContext)
1662public static XmlReader Create(TextReader input)
1672public static XmlReader Create(TextReader input, XmlReaderSettings? settings)
1678public static XmlReader Create(TextReader input, XmlReaderSettings? settings, string? baseUri)
1685public static XmlReader Create(TextReader input, XmlReaderSettings? settings, XmlParserContext? inputContext)
1692public static XmlReader Create(XmlReader reader, XmlReaderSettings? settings)
1701internal static XmlReader CreateSqlReader(Stream input, XmlReaderSettings? settings, XmlParserContext inputContext)
1707XmlReader reader;
1770private readonly XmlReader _reader;
1772internal XmlReaderDebuggerDisplayProxy(XmlReader reader)
System\Xml\Core\XmlReaderSettings.cs (22)
38private delegate XmlReader AddValidationFunc(XmlReader reader, XmlResolver? resolver, bool addConformanceWrapper);
319internal XmlReader CreateReader(string inputUri, XmlParserContext? inputContext)
327XmlReader reader = new XmlTextReaderImpl(inputUri, this, inputContext, tmpResolver);
343internal XmlReader CreateReader(Stream input, Uri? baseUri, string? baseUriString, XmlParserContext? inputContext)
350XmlReader reader = new XmlTextReaderImpl(input, null, 0, this, baseUri, baseUriString, inputContext, _closeInput);
366internal XmlReader CreateReader(TextReader input, string? baseUriString, XmlParserContext? inputContext)
373XmlReader reader = new XmlTextReaderImpl(input, this, baseUriString, inputContext);
389internal XmlReader CreateReader(XmlReader reader)
430internal XmlReader AddValidation(XmlReader reader)
446private XmlReader AddValidationAndConformanceWrapper(XmlReader reader)
457private XmlReader AddValidationAndConformanceInternal(XmlReader reader, XmlResolver? resolver, bool addConformanceWrapper)
480private XmlReader AddValidationInternal(XmlReader reader, XmlResolver? resolver, bool addConformanceWrapper)
503private XmlValidatingReaderImpl CreateDtdValidatingReader(XmlReader baseReader)
507private XmlReader AddConformanceWrapper(XmlReader baseReader)
521if (_conformanceLevel != ConformanceLevel.Auto && _conformanceLevel != XmlReader.GetV1ConformanceLevel(baseReader))
System\Xml\XPath\XPathNavigator.cs (20)
551public virtual XmlReader ReadSubtree()
1045XmlReader validatingReader = GetValidatingReader(reader, schemas, validationEventHandler, schemaType, schemaElement, schemaAttribute);
1053private static XmlReader GetValidatingReader(XmlReader reader, XmlSchemaSet schemas, ValidationEventHandler validationEvent, XmlSchemaType? schemaType, XmlSchemaElement? schemaElement, XmlSchemaAttribute? schemaAttribute)
1073return XmlReader.Create(reader, readerSettings);
1298public virtual void ReplaceSelf(XmlReader newNode)
1318XmlReader reader = newNode.CreateReader();
1447XmlReader reader = CreateContextReader(newChild, true);
1451public virtual void AppendChild(XmlReader newChild)
1468XmlReader reader = newChild.CreateReader();
1474XmlReader reader = CreateContextReader(newChild, true);
1478public virtual void PrependChild(XmlReader newChild)
1495XmlReader reader = newChild.CreateReader();
1501XmlReader reader = CreateContextReader(newSibling, false);
1505public virtual void InsertBefore(XmlReader newSibling)
1522XmlReader reader = newSibling.CreateReader();
1528XmlReader reader = CreateContextReader(newSibling, false);
1532public virtual void InsertAfter(XmlReader newSibling)
1549XmlReader reader = newSibling.CreateReader();
2022internal static void BuildSubtree(XmlReader reader, XmlWriter writer)
System\Xml\Xslt\XslCompiledTransform.cs (17)
83public void Load(XmlReader stylesheet)
91public void Load(XmlReader stylesheet, XsltSettings? settings, XmlResolver? stylesheetResolver)
280public void Transform(XmlReader input, XmlWriter results)
288public void Transform(XmlReader input, XsltArgumentList? arguments, XmlWriter results)
296public void Transform(XmlReader input, XsltArgumentList? arguments, TextWriter results)
305public void Transform(XmlReader input, XsltArgumentList? arguments, Stream results)
326using XmlReader reader = XmlReader.Create(inputUri);
335using XmlReader reader = XmlReader.Create(inputUri);
344using XmlReader reader = XmlReader.Create(inputUri);
354using XmlReader reader = XmlReader.Create(inputUri);
365using XmlReader reader = XmlReader.Create(inputUri);
376public void Transform(XmlReader input, XsltArgumentList? arguments, XmlWriter results, XmlResolver? documentResolver)
System.Private.Xml.Linq (106)
System\Xml\Linq\XContainer.cs (9)
831internal void ReadContentFrom(XmlReader r)
839internal void ReadContentFrom(XmlReader r, LoadOptions o)
852internal async Task ReadContentFromAsync(XmlReader r, CancellationToken cancellationToken)
864internal async Task ReadContentFromAsync(XmlReader r, LoadOptions o, CancellationToken cancellationToken)
894public ContentReader(XContainer rootContainer, XmlReader r, LoadOptions o)
901public bool ReadContentFrom(XContainer rootContainer, XmlReader r)
955public async ValueTask<bool> ReadContentFromAsync(XContainer rootContainer, XmlReader r)
1011public bool ReadContentFromContainer(XContainer rootContainer, XmlReader r)
1125public async ValueTask<bool> ReadContentFromContainerAsync(XContainer rootContainer, XmlReader r)
System\Xml\Linq\XDocument.cs (34)
162/// <see cref="XmlReader"/>. Note: Use <see cref="XDocument.Parse(string)"/>
171/// <seealso cref="XmlReader.Create(string)"/>
175/// This method uses the <see cref="XmlReader.Create(string)"/> method to create
176/// an <see cref="XmlReader"/> to read the raw XML into the underlying
194/// <see cref="XmlReader.Create(string)"/>
197/// This method uses the <see cref="XmlReader.Create(string)"/> method to create
198/// an <see cref="XmlReader"/> to read the raw XML into an underlying
217using (XmlReader r = XmlReader.Create(uri, rs))
264using (XmlReader r = XmlReader.Create(stream, rs))
300using (XmlReader r = XmlReader.Create(stream, rs))
347using (XmlReader r = XmlReader.Create(textReader, rs))
383using (XmlReader r = XmlReader.Create(textReader, rs))
391/// passed in <see cref="XmlReader"/>.
394/// An <see cref="XmlReader"/> containing the XML to be read into the new
399/// in <see cref="XmlReader"/>.
401public static XDocument Load(XmlReader reader)
408/// passed in <see cref="XmlReader"/>.
411/// An <see cref="XmlReader"/> containing the XML to be read into the new
419/// in <see cref="XmlReader"/>.
421public static XDocument Load(XmlReader reader, LoadOptions options)
443/// passed in <see cref="XmlReader"/>.
446/// An <see cref="XmlReader"/> containing the XML to be read into the new
457/// in <see cref="XmlReader"/>.
459public static Task<XDocument> LoadAsync(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
468private static async Task<XDocument> LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
492private static XDocument InitLoad(XmlReader reader, LoadOptions options)
539/// This method uses <see cref="XmlReader.Create(TextReader, XmlReaderSettings)"/>,
561using (XmlReader r = XmlReader.Create(sr, rs))
System\Xml\Linq\XElement.cs (40)
141internal XElement(XmlReader r)
157internal XElement(XmlReader r, LoadOptions o)
162internal static async Task<XElement> CreateAsync(XmlReader r, CancellationToken cancellationToken)
547/// <see cref="XmlReader"/>. Note: Use <see cref="XDocument.Parse(string)"/>
557/// <seealso cref="XmlReader.Create(string)"/>
562/// This method uses the <see cref="XmlReader.Create(string)"/> method to create
563/// an <see cref="XmlReader"/> to read the raw XML into the underlying
581/// <see cref="XmlReader.Create(string)"/>
585/// This method uses the <see cref="XmlReader.Create(string)"/> method to create
586/// an <see cref="XmlReader"/> to read the raw XML into an underlying
605using (XmlReader r = XmlReader.Create(uri, rs))
652using (XmlReader r = XmlReader.Create(stream, rs))
687using (XmlReader r = XmlReader.Create(stream, rs))
734using (XmlReader r = XmlReader.Create(textReader, rs))
769using (XmlReader r = XmlReader.Create(textReader, rs))
777/// passed in <see cref="XmlReader"/>.
780/// An <see cref="XmlReader"/> containing the XML to be read into the new
785/// in <see cref="XmlReader"/>.
787public static XElement Load(XmlReader reader)
794/// passed in <see cref="XmlReader"/>.
797/// An <see cref="XmlReader"/> containing the XML to be read into the new
805/// in <see cref="XmlReader"/>.
807public static XElement Load(XmlReader reader, LoadOptions options)
820/// passed in <see cref="XmlReader"/>.
823/// An <see cref="XmlReader"/> containing the XML to be read into the new
833/// in <see cref="XmlReader"/>.
835public static Task<XElement> LoadAsync(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
844private static async Task<XElement> LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
907using (XmlReader r = XmlReader.Create(sr, rs))
1875/// The <see cref="XmlReader"/> stream from which the <see cref="XElement"/>
1878void IXmlSerializable.ReadXml(XmlReader reader)
2014private void ReadElementFrom(XmlReader r, LoadOptions o)
2027private async Task ReadElementFromAsync(XmlReader r, LoadOptions o, CancellationToken cancellationTokentoken)
2046private void ReadElementFromImpl(XmlReader r, LoadOptions o)
System.Runtime.Serialization.Schema (1)
System.Security.Cryptography.Xml (17)
System.ServiceModel.Primitives (72)
System.ServiceModel.Primitives.Tests (12)
System.ServiceModel.Syndication (148)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (25)
72public override bool CanRead(XmlReader reader)
81void IXmlSerializable.ReadXml(XmlReader reader)
95public override void ReadFrom(XmlReader reader)
114internal static void ReadCategory(XmlReader reader, SyndicationCategory category, string version, bool preserveAttributeExtensions, bool preserveElementExtensions, int maxExtensionSize)
191internal static TextSyndicationContent ReadTextContentFrom(XmlReader reader, string context, bool preserveAttributeExtensions)
218internal void ReadItemFrom(XmlReader reader, SyndicationItem result)
223internal bool TryParseFeedElementFrom(XmlReader reader, SyndicationFeed result)
287internal bool TryParseItemElementFrom(XmlReader reader, SyndicationItem result)
480protected virtual SyndicationItem ReadItem(XmlReader reader, SyndicationFeed feed)
490protected virtual IEnumerable<SyndicationItem> ReadItems(XmlReader reader, SyndicationFeed feed, out bool areAllItemsRead)
523private static TextSyndicationContent ReadTextContentFromHelper(XmlReader reader, string type, string context, bool preserveAttributeExtensions)
587private void ReadCategory(XmlReader reader, SyndicationCategory category)
592private SyndicationCategory ReadCategoryFrom(XmlReader reader, SyndicationFeed feed)
599private SyndicationCategory ReadCategoryFrom(XmlReader reader, SyndicationItem item)
606private SyndicationContent ReadContentFrom(XmlReader reader, SyndicationItem item)
666private void ReadFeed(XmlReader reader)
672private SyndicationFeed ReadFeedFrom(XmlReader reader, SyndicationFeed result, bool isSourceFeed)
794private void ReadItemFrom(XmlReader reader, SyndicationItem result, Uri feedBaseUri)
873private void ReadLink(XmlReader reader, SyndicationLink link, Uri baseUri)
962private SyndicationLink ReadLinkFrom(XmlReader reader, SyndicationFeed feed)
969private SyndicationLink ReadLinkFrom(XmlReader reader, SyndicationItem item)
976private SyndicationPerson ReadPersonFrom(XmlReader reader, SyndicationFeed feed)
983private SyndicationPerson ReadPersonFrom(XmlReader reader, SyndicationItem item)
990private void ReadPersonFrom(XmlReader reader, SyndicationPerson result)
1059private TextSyndicationContent ReadTextContentFrom(XmlReader reader, string context)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (9)
47public override bool CanRead(XmlReader reader)
56void IXmlSerializable.ReadXml(XmlReader reader)
75public override void ReadFrom(XmlReader reader)
102internal static CategoriesDocument ReadCategories(XmlReader reader, Uri baseUri, CreateInlineCategoriesDelegate inlineCategoriesFactory, CreateReferencedCategoriesDelegate referencedCategoriesFactory, string version, int maxExtensionSize)
152private static void ReadInlineCategories(XmlReader reader, InlineCategoriesDocument inlineCategories, Uri baseUri, string version, int maxExtensionSize)
225private static void ReadReferencedCategories(XmlReader reader, ReferencedCategoriesDocument referencedCategories, Uri baseUri, Uri link, string version, int maxExtensionSize)
335private ResourceCollectionInfo ReadCollection(XmlReader reader, Workspace workspace)
410private void ReadDocument(XmlReader reader)
487private Workspace ReadWorkspace(XmlReader reader, ServiceDocument document)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (17)
72public override bool CanRead(XmlReader reader)
81void IXmlSerializable.ReadXml(XmlReader reader)
95public override void ReadFrom(XmlReader reader)
120internal void ReadItemFrom(XmlReader reader, SyndicationItem result)
132protected virtual SyndicationItem ReadItem(XmlReader reader, SyndicationFeed feed)
142protected virtual IEnumerable<SyndicationItem> ReadItems(XmlReader reader, SyndicationFeed feed, out bool areAllItemsRead)
191internal static SyndicationLink ReadAlternateLink(XmlReader reader, Uri baseUri, TryParseUriCallback uriParser, bool preserveAttributeExtensions)
222private SyndicationCategory ReadCategory(XmlReader reader, SyndicationFeed feed)
229private SyndicationCategory ReadCategory(XmlReader reader, SyndicationItem item)
236private void ReadCategory(XmlReader reader, SyndicationCategory category)
271private void ReadFeed(XmlReader reader)
277private void ReadItemFrom(XmlReader reader, SyndicationItem result, Uri feedBaseUri)
469private SyndicationLink ReadMediaEnclosure(XmlReader reader, Uri baseUri)
522private SyndicationPerson ReadPerson(XmlReader reader, SyndicationFeed feed)
529private SyndicationPerson ReadPerson(XmlReader reader, SyndicationItem item)
536private void ReadPerson(XmlReader reader, SyndicationPerson person)
568private void ReadXml(XmlReader reader, SyndicationFeed result)
System\ServiceModel\Syndication\ServiceDocumentFormatter.cs (10)
30public abstract bool CanRead(XmlReader reader);
31public abstract void ReadFrom(XmlReader reader);
97protected static void LoadElementExtensions(XmlReader reader, CategoriesDocument categories, int maxExtensionSize)
104protected static void LoadElementExtensions(XmlReader reader, ResourceCollectionInfo collection, int maxExtensionSize)
111protected static void LoadElementExtensions(XmlReader reader, Workspace workspace, int maxExtensionSize)
118protected static void LoadElementExtensions(XmlReader reader, ServiceDocument document, int maxExtensionSize)
153protected static bool TryParseElement(XmlReader reader, ResourceCollectionInfo collection, string version)
160protected static bool TryParseElement(XmlReader reader, ServiceDocument document, string version)
167protected static bool TryParseElement(XmlReader reader, Workspace workspace, string version)
174protected static bool TryParseElement(XmlReader reader, CategoriesDocument categories, string version)
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (18)
54public abstract bool CanRead(XmlReader reader);
56public abstract void ReadFrom(XmlReader reader);
111protected internal static void LoadElementExtensions(XmlReader reader, SyndicationFeed feed, int maxExtensionSize)
118protected internal static void LoadElementExtensions(XmlReader reader, SyndicationItem item, int maxExtensionSize)
125protected internal static void LoadElementExtensions(XmlReader reader, SyndicationCategory category, int maxExtensionSize)
132protected internal static void LoadElementExtensions(XmlReader reader, SyndicationLink link, int maxExtensionSize)
139protected internal static void LoadElementExtensions(XmlReader reader, SyndicationPerson person, int maxExtensionSize)
201protected internal static bool TryParseContent(XmlReader reader, SyndicationItem item, string contentType, string version, out SyndicationContent content)
206protected internal static bool TryParseElement(XmlReader reader, SyndicationFeed feed, string version)
213protected internal static bool TryParseElement(XmlReader reader, SyndicationItem item, string version)
220protected internal static bool TryParseElement(XmlReader reader, SyndicationCategory category, string version)
227protected internal static bool TryParseElement(XmlReader reader, SyndicationLink link, string version)
234protected internal static bool TryParseElement(XmlReader reader, SyndicationPerson person, string version)
318internal Uri UriFromString(string uriString, UriKind uriKind, string localName, string namespaceURI, XmlReader reader)
323internal static Uri UriFromString(TryParseUriCallback uriParser, string uriString, UriKind uriKind, string localName, string namespaceURI, XmlReader reader)
349internal DateTimeOffset DateFromString(string dateTimeString, XmlReader reader)
391internal static void CreateBufferIfRequiredAndWriteNode(ref XmlBuffer buffer, ref XmlDictionaryWriter extWriter, XmlReader reader, int maxExtensionSize)
454internal static void MoveToStartElement(XmlReader reader)
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (11)
31public abstract bool CanRead(XmlReader reader);
33public abstract void ReadFrom(XmlReader reader);
64protected static void LoadElementExtensions(XmlReader reader, SyndicationItem item, int maxExtensionSize)
69protected static void LoadElementExtensions(XmlReader reader, SyndicationCategory category, int maxExtensionSize)
74protected static void LoadElementExtensions(XmlReader reader, SyndicationLink link, int maxExtensionSize)
79protected static void LoadElementExtensions(XmlReader reader, SyndicationPerson person, int maxExtensionSize)
104protected static bool TryParseContent(XmlReader reader, SyndicationItem item, string contentType, string version, out SyndicationContent content)
109protected static bool TryParseElement(XmlReader reader, SyndicationItem item, string version)
114protected static bool TryParseElement(XmlReader reader, SyndicationCategory category, string version)
119protected static bool TryParseElement(XmlReader reader, SyndicationLink link, string version)
124protected static bool TryParseElement(XmlReader reader, SyndicationPerson person, string version)
System.Speech (4)
System.Windows.Forms (3)
System.Xaml (34)
System\Xaml\InfosetObjects\XamlXmlReader.cs (12)
27public XamlXmlReader(XmlReader xmlReader)
34public XamlXmlReader(XmlReader xmlReader, XamlXmlReaderSettings settings)
41public XamlXmlReader(XmlReader xmlReader, XamlSchemaContext schemaContext)
49public XamlXmlReader(XmlReader xmlReader, XamlSchemaContext schemaContext, XamlXmlReaderSettings settings)
86private XmlReader CreateXmlReader(string fileName, XamlXmlReaderSettings settings)
89return XmlReader.Create(fileName, new XmlReaderSettings { CloseInput = closeInput, DtdProcessing = DtdProcessing.Prohibit });
120private XmlReader CreateXmlReader(Stream stream, XamlXmlReaderSettings settings)
123return XmlReader.Create(stream, new XmlReaderSettings { CloseInput = closeInput, DtdProcessing = DtdProcessing.Prohibit });
154private XmlReader CreateXmlReader(TextReader textReader, XamlXmlReaderSettings settings)
157return XmlReader.Create(textReader, new XmlReaderSettings { CloseInput = closeInput, DtdProcessing = DtdProcessing.Prohibit });
160private void Initialize(XmlReader givenXmlReader, XamlSchemaContext schemaContext, XamlXmlReaderSettings settings)
162XmlReader myXmlReader;
System.Xaml.Tests (5)
System.Xml (1)
System.Xml.ReaderWriter (1)
Test.Utilities (2)
Text.Analyzers (2)
ThreadSafeTaskAnalyzer.Tests (1)
xunit.console (3)