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)
1382 references to XmlReader
BoundTreeGenerator (2)
ConfigurationSchemaGenerator.Tests (2)
CSharpSyntaxGenerator (2)
dotnet-svcutil-lib (2)
Extensibility.MessageEncoder.IntegrationTests (2)
ILLink.Tasks (2)
IOperationGenerator (2)
Metrics (2)
Metrics.Legacy (2)
Microsoft.AspNetCore.Mvc.Formatters.Xml (18)
Microsoft.Build (41)
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.BuildCheck.UnitTests (2)
Microsoft.Build.CommandLine.UnitTests (2)
Microsoft.Build.Engine.OM.UnitTests (146)
Microsoft.Build.Engine.UnitTests (40)
Microsoft.Build.Framework.UnitTests (2)
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (57)
Microsoft.Build.Tasks.Core (71)
RedistList.cs (5)
653XmlReader reader = null;
665reader = XmlReader.Create(fs, readerSettings);
727private static void ParseRemapSection(AssemblyTableInfo assemblyTableInfo, string path, string redistName, XmlReader reader, List<AssemblyRemapping> mapping)
784private static void ParseFileListSection(AssemblyTableInfo assemblyTableInfo, string path, string redistName, XmlReader reader, Dictionary<string, AssemblyEntry> assemblyEntries, List<AssemblyRemapping> remapEntries)
828private static AssemblyEntry ReadFileListEntry(AssemblyTableInfo assemblyTableInfo, string path, string redistName, XmlReader reader, bool fullFusionNameRequired)
Microsoft.Build.Tasks.UnitTests (2)
Microsoft.Build.UnitTests.Shared (7)
Microsoft.Build.Utilities.Core (6)
Microsoft.Build.Utilities.UnitTests (2)
Microsoft.CodeAnalysis (13)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
Microsoft.CodeAnalysis.Features (4)
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)
Microsoft.VisualStudio.LanguageServices (2)
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)
790XmlReader reader,
810XmlReader reader,
832XmlReader reader,
1171private 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)
1579public void InferXmlSchema(XmlReader? reader, string[]? nsArray)
1662/// Reads the XML schema from the specified <see cref="System.Xml.XmlReader" /> into the <see cref="System.Data.DataSet" />
1666public void ReadXmlSchema(XmlReader? reader) => ReadXmlSchema(reader, false);
1670internal void ReadXmlSchema(XmlReader? reader, bool denyResolving)
1782internal static bool MoveToElement(XmlReader reader, int depth)
1791private static void MoveToElement(XmlReader reader)
1798internal static void ReadEndElement(XmlReader reader)
1816internal void ReadXSDSchema(XmlReader reader)
1856internal void ReadXDRSchema(XmlReader reader)
2066public XmlReadMode ReadXml(XmlReader? reader) => ReadXml(reader, false);
2070internal XmlReadMode ReadXml(XmlReader? reader, bool denyResolving)
2451private void ReadXmlDiffgram(XmlReader reader)
2583public XmlReadMode ReadXml(XmlReader? reader, XmlReadMode mode) => ReadXml(reader, mode, false);
2587internal XmlReadMode ReadXml(XmlReader? reader, XmlReadMode mode, bool denyResolving)
3427protected virtual void ReadXmlSerializable(XmlReader reader)
3547void IXmlSerializable.ReadXml(XmlReader reader)
3586private 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 (105)
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)
437/// passed in <see cref="XmlReader"/>.
440/// An <see cref="XmlReader"/> containing the XML to be read into the new
451/// in <see cref="XmlReader"/>.
453public static Task<XDocument> LoadAsync(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
462private static async Task<XDocument> LoadAsyncInternal(XmlReader reader, LoadOptions options, CancellationToken cancellationToken)
480private static XDocument InitLoad(XmlReader reader, LoadOptions options)
531/// This method uses <see cref="XmlReader.Create(TextReader, XmlReaderSettings)"/>,
553using (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.Tests (8)
System.ServiceModel.Syndication (148)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (25)
71public override bool CanRead(XmlReader reader)
80void IXmlSerializable.ReadXml(XmlReader reader)
94public override void ReadFrom(XmlReader reader)
113internal static void ReadCategory(XmlReader reader, SyndicationCategory category, string version, bool preserveAttributeExtensions, bool preserveElementExtensions, int maxExtensionSize)
190internal static TextSyndicationContent ReadTextContentFrom(XmlReader reader, string context, bool preserveAttributeExtensions)
217internal void ReadItemFrom(XmlReader reader, SyndicationItem result)
222internal bool TryParseFeedElementFrom(XmlReader reader, SyndicationFeed result)
286internal bool TryParseItemElementFrom(XmlReader reader, SyndicationItem result)
479protected virtual SyndicationItem ReadItem(XmlReader reader, SyndicationFeed feed)
489protected virtual IEnumerable<SyndicationItem> ReadItems(XmlReader reader, SyndicationFeed feed, out bool areAllItemsRead)
522private static TextSyndicationContent ReadTextContentFromHelper(XmlReader reader, string type, string context, bool preserveAttributeExtensions)
590private void ReadCategory(XmlReader reader, SyndicationCategory category)
595private SyndicationCategory ReadCategoryFrom(XmlReader reader, SyndicationFeed feed)
602private SyndicationCategory ReadCategoryFrom(XmlReader reader, SyndicationItem item)
609private SyndicationContent ReadContentFrom(XmlReader reader, SyndicationItem item)
669private void ReadFeed(XmlReader reader)
675private SyndicationFeed ReadFeedFrom(XmlReader reader, SyndicationFeed result, bool isSourceFeed)
797private void ReadItemFrom(XmlReader reader, SyndicationItem result, Uri feedBaseUri)
876private void ReadLink(XmlReader reader, SyndicationLink link, Uri baseUri)
965private SyndicationLink ReadLinkFrom(XmlReader reader, SyndicationFeed feed)
972private SyndicationLink ReadLinkFrom(XmlReader reader, SyndicationItem item)
979private SyndicationPerson ReadPersonFrom(XmlReader reader, SyndicationFeed feed)
986private SyndicationPerson ReadPersonFrom(XmlReader reader, SyndicationItem item)
993private void ReadPersonFrom(XmlReader reader, SyndicationPerson result)
1062private TextSyndicationContent ReadTextContentFrom(XmlReader reader, string context)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (9)
46public override bool CanRead(XmlReader reader)
55void IXmlSerializable.ReadXml(XmlReader reader)
74public override void ReadFrom(XmlReader reader)
101internal static CategoriesDocument ReadCategories(XmlReader reader, Uri baseUri, CreateInlineCategoriesDelegate inlineCategoriesFactory, CreateReferencedCategoriesDelegate referencedCategoriesFactory, string version, int maxExtensionSize)
151private static void ReadInlineCategories(XmlReader reader, InlineCategoriesDocument inlineCategories, Uri baseUri, string version, int maxExtensionSize)
224private static void ReadReferencedCategories(XmlReader reader, ReferencedCategoriesDocument referencedCategories, Uri baseUri, Uri link, string version, int maxExtensionSize)
334private ResourceCollectionInfo ReadCollection(XmlReader reader, Workspace workspace)
409private void ReadDocument(XmlReader reader)
486private Workspace ReadWorkspace(XmlReader reader, ServiceDocument document)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (17)
71public override bool CanRead(XmlReader reader)
80void IXmlSerializable.ReadXml(XmlReader reader)
94public override void ReadFrom(XmlReader reader)
119internal void ReadItemFrom(XmlReader reader, SyndicationItem result)
131protected virtual SyndicationItem ReadItem(XmlReader reader, SyndicationFeed feed)
141protected virtual IEnumerable<SyndicationItem> ReadItems(XmlReader reader, SyndicationFeed feed, out bool areAllItemsRead)
194internal static SyndicationLink ReadAlternateLink(XmlReader reader, Uri baseUri, TryParseUriCallback uriParser, bool preserveAttributeExtensions)
225private SyndicationCategory ReadCategory(XmlReader reader, SyndicationFeed feed)
232private SyndicationCategory ReadCategory(XmlReader reader, SyndicationItem item)
239private void ReadCategory(XmlReader reader, SyndicationCategory category)
274private void ReadFeed(XmlReader reader)
280private void ReadItemFrom(XmlReader reader, SyndicationItem result, Uri feedBaseUri)
472private SyndicationLink ReadMediaEnclosure(XmlReader reader, Uri baseUri)
525private SyndicationPerson ReadPerson(XmlReader reader, SyndicationFeed feed)
532private SyndicationPerson ReadPerson(XmlReader reader, SyndicationItem item)
539private void ReadPerson(XmlReader reader, SyndicationPerson person)
571private 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)
50public abstract bool CanRead(XmlReader reader);
52public abstract void ReadFrom(XmlReader reader);
107protected internal static void LoadElementExtensions(XmlReader reader, SyndicationFeed feed, int maxExtensionSize)
114protected internal static void LoadElementExtensions(XmlReader reader, SyndicationItem item, int maxExtensionSize)
121protected internal static void LoadElementExtensions(XmlReader reader, SyndicationCategory category, int maxExtensionSize)
128protected internal static void LoadElementExtensions(XmlReader reader, SyndicationLink link, int maxExtensionSize)
135protected internal static void LoadElementExtensions(XmlReader reader, SyndicationPerson person, int maxExtensionSize)
197protected internal static bool TryParseContent(XmlReader reader, SyndicationItem item, string contentType, string version, out SyndicationContent content)
202protected internal static bool TryParseElement(XmlReader reader, SyndicationFeed feed, string version)
209protected internal static bool TryParseElement(XmlReader reader, SyndicationItem item, string version)
216protected internal static bool TryParseElement(XmlReader reader, SyndicationCategory category, string version)
223protected internal static bool TryParseElement(XmlReader reader, SyndicationLink link, string version)
230protected internal static bool TryParseElement(XmlReader reader, SyndicationPerson person, string version)
314internal Uri UriFromString(string uriString, UriKind uriKind, string localName, string namespaceURI, XmlReader reader)
319internal static Uri UriFromString(TryParseUriCallback uriParser, string uriString, UriKind uriKind, string localName, string namespaceURI, XmlReader reader)
345internal DateTimeOffset DateFromString(string dateTimeString, XmlReader reader)
387internal static void CreateBufferIfRequiredAndWriteNode(ref XmlBuffer buffer, ref XmlDictionaryWriter extWriter, XmlReader reader, int maxExtensionSize)
450internal static void MoveToStartElement(XmlReader reader)
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (11)
30public abstract bool CanRead(XmlReader reader);
32public abstract void ReadFrom(XmlReader reader);
63protected static void LoadElementExtensions(XmlReader reader, SyndicationItem item, int maxExtensionSize)
68protected static void LoadElementExtensions(XmlReader reader, SyndicationCategory category, int maxExtensionSize)
73protected static void LoadElementExtensions(XmlReader reader, SyndicationLink link, int maxExtensionSize)
78protected static void LoadElementExtensions(XmlReader reader, SyndicationPerson person, int maxExtensionSize)
103protected static bool TryParseContent(XmlReader reader, SyndicationItem item, string contentType, string version, out SyndicationContent content)
108protected static bool TryParseElement(XmlReader reader, SyndicationItem item, string version)
113protected static bool TryParseElement(XmlReader reader, SyndicationCategory category, string version)
118protected static bool TryParseElement(XmlReader reader, SyndicationLink link, string version)
123protected static bool TryParseElement(XmlReader reader, SyndicationPerson person, string version)
System.Speech (4)
System.Web.Services.Description (6)
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)
VisualBasicSyntaxGenerator (2)
xunit.console (3)