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)
1410 references to XmlReader
BoundTreeGenerator (2)
ConfigurationSchemaGenerator.Tests (2)
CSharpSyntaxGenerator (2)
dotnet-svcutil-lib (2)
Extensibility.MessageEncoder.IntegrationTests (2)
ILLink.Tasks (2)
IOperationGenerator (2)
Microsoft.AspNetCore.Mvc.Formatters.Xml (18)
Microsoft.Build (41)
Construction\ProjectRootElement.cs (10)
163internal ProjectRootElement(XmlReader xmlReader, ProjectRootElementCacheBase projectRootElementCache, bool isExplicitlyLoaded,
199using (XmlReader xr = XmlReader.Create(new StringReader(emptyProjectFile), xrs))
801public static ProjectRootElement Create(XmlReader xmlReader)
811public static ProjectRootElement Create(XmlReader xmlReader, ProjectCollection projectCollection)
821public static ProjectRootElement Create(XmlReader xmlReader, ProjectCollection projectCollection, bool preserveFormatting)
1620/// See <see cref="ProjectRootElement.ReloadFrom(XmlReader, bool, bool?)"/>
1633/// See <see cref="ProjectRootElement.ReloadFrom(XmlReader, bool, bool?)"/>
1668public void ReloadFrom(XmlReader reader, bool throwIfUnsavedChanges = true, bool? preserveFormatting = null)
2105private static XmlDocumentWithLocation LoadDocument(XmlReader reader, bool preserveFormatting)
Definition\Project.cs (10)
287public Project(XmlReader xmlReader)
302public Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion)
318public Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion, ProjectCollection projectCollection)
335public Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings)
353public Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings)
358private Project(XmlReader xmlReader, IDictionary<string, string> globalProperties, string toolsVersion, string subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings,
527/// Create a <see cref="XmlReader"/> based project.
529/// <param name="reader">The <see cref="XmlReader"/> to evaluate the project from.</param>
531public static Project FromXmlReader(XmlReader reader, ProjectOptions options)
1904public 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 (38)
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.Features (4)
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.Svcutil.NamedPipeMetadataImporter (5)
Microsoft.VisualStudio.LanguageServices (2)
netstandard (1)
PresentationBuildTasks (15)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
1068XmlReader reader,
PresentationCore (4)
PresentationFramework (44)
System\Windows\Markup\XamlReader.cs (14)
69XmlReader xmlReader = XmlReader.Create(stringReader);
130public static object Load(XmlReader reader)
143public static object Load(XmlReader reader, bool useRestrictiveXamlReader)
179XmlReader reader = XmlReader.Create(stream, null, parserContext);
236public object LoadAsync(XmlReader reader)
255public object LoadAsync(XmlReader reader, bool useRestrictiveXamlReader)
324private object LoadAsync(XmlReader reader, ParserContext parserContext)
329private object LoadAsync(XmlReader reader, ParserContext parserContext, bool useRestrictiveXamlReader)
798XmlReader reader,
818XmlReader reader,
840XmlReader reader,
1176private XmlReader _xmlReader;
ReachFramework (9)
System.Configuration.ConfigurationManager (19)
System.Data.Common (88)
System\Data\DataSet.cs (18)
196protected SchemaSerializationMode DetermineSchemaSerializationMode(XmlReader reader)
1570public void InferXmlSchema(XmlReader? reader, string[]? nsArray)
1650/// Reads the XML schema from the specified <see cref="System.Xml.XmlReader" /> into the <see cref="System.Data.DataSet" />
1653public void ReadXmlSchema(XmlReader? reader) => ReadXmlSchema(reader, false);
1656internal void ReadXmlSchema(XmlReader? reader, bool denyResolving)
1768internal static bool MoveToElement(XmlReader reader, int depth)
1777private static void MoveToElement(XmlReader reader)
1784internal static void ReadEndElement(XmlReader reader)
1801internal void ReadXSDSchema(XmlReader reader)
1841internal void ReadXDRSchema(XmlReader reader)
2035public XmlReadMode ReadXml(XmlReader? reader) => ReadXml(reader, false);
2038internal XmlReadMode ReadXml(XmlReader? reader, bool denyResolving)
2414private void ReadXmlDiffgram(XmlReader reader)
2545public XmlReadMode ReadXml(XmlReader? reader, XmlReadMode mode) => ReadXml(reader, mode, false);
2548internal XmlReadMode ReadXml(XmlReader? reader, XmlReadMode mode, bool denyResolving)
3376protected virtual void ReadXmlSerializable(XmlReader reader)
3495void IXmlSerializable.ReadXml(XmlReader reader)
3533private 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 (72)
System.ServiceModel.Primitives.Tests (8)
System.ServiceModel.Syndication (148)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (25)
74public override bool CanRead(XmlReader reader)
86void IXmlSerializable.ReadXml(XmlReader reader)
106public override void ReadFrom(XmlReader reader)
128internal static void ReadCategory(XmlReader reader, SyndicationCategory category, string version, bool preserveAttributeExtensions, bool preserveElementExtensions, int maxExtensionSize)
205internal static TextSyndicationContent ReadTextContentFrom(XmlReader reader, string context, bool preserveAttributeExtensions)
232internal void ReadItemFrom(XmlReader reader, SyndicationItem result)
237internal bool TryParseFeedElementFrom(XmlReader reader, SyndicationFeed result)
301internal bool TryParseItemElementFrom(XmlReader reader, SyndicationItem result)
494protected virtual SyndicationItem ReadItem(XmlReader reader, SyndicationFeed feed)
510protected virtual IEnumerable<SyndicationItem> ReadItems(XmlReader reader, SyndicationFeed feed, out bool areAllItemsRead)
549private static TextSyndicationContent ReadTextContentFromHelper(XmlReader reader, string type, string context, bool preserveAttributeExtensions)
617private void ReadCategory(XmlReader reader, SyndicationCategory category)
622private SyndicationCategory ReadCategoryFrom(XmlReader reader, SyndicationFeed feed)
629private SyndicationCategory ReadCategoryFrom(XmlReader reader, SyndicationItem item)
636private SyndicationContent ReadContentFrom(XmlReader reader, SyndicationItem item)
696private void ReadFeed(XmlReader reader)
702private SyndicationFeed ReadFeedFrom(XmlReader reader, SyndicationFeed result, bool isSourceFeed)
824private void ReadItemFrom(XmlReader reader, SyndicationItem result, Uri feedBaseUri)
903private void ReadLink(XmlReader reader, SyndicationLink link, Uri baseUri)
992private SyndicationLink ReadLinkFrom(XmlReader reader, SyndicationFeed feed)
999private SyndicationLink ReadLinkFrom(XmlReader reader, SyndicationItem item)
1006private SyndicationPerson ReadPersonFrom(XmlReader reader, SyndicationFeed feed)
1013private SyndicationPerson ReadPersonFrom(XmlReader reader, SyndicationItem item)
1020private void ReadPersonFrom(XmlReader reader, SyndicationPerson result)
1089private TextSyndicationContent ReadTextContentFrom(XmlReader reader, string context)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (9)
49public override bool CanRead(XmlReader reader)
61void IXmlSerializable.ReadXml(XmlReader reader)
86public override void ReadFrom(XmlReader reader)
119internal static CategoriesDocument ReadCategories(XmlReader reader, Uri baseUri, CreateInlineCategoriesDelegate inlineCategoriesFactory, CreateReferencedCategoriesDelegate referencedCategoriesFactory, string version, int maxExtensionSize)
169private static void ReadInlineCategories(XmlReader reader, InlineCategoriesDocument inlineCategories, Uri baseUri, string version, int maxExtensionSize)
242private static void ReadReferencedCategories(XmlReader reader, ReferencedCategoriesDocument referencedCategories, Uri baseUri, Uri link, string version, int maxExtensionSize)
352private ResourceCollectionInfo ReadCollection(XmlReader reader, Workspace workspace)
427private void ReadDocument(XmlReader reader)
504private Workspace ReadWorkspace(XmlReader reader, ServiceDocument document)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (17)
74public override bool CanRead(XmlReader reader)
86void IXmlSerializable.ReadXml(XmlReader reader)
106public override void ReadFrom(XmlReader reader)
134internal void ReadItemFrom(XmlReader reader, SyndicationItem result)
146protected virtual SyndicationItem ReadItem(XmlReader reader, SyndicationFeed feed)
162protected virtual IEnumerable<SyndicationItem> ReadItems(XmlReader reader, SyndicationFeed feed, out bool areAllItemsRead)
221internal static SyndicationLink ReadAlternateLink(XmlReader reader, Uri baseUri, TryParseUriCallback uriParser, bool preserveAttributeExtensions)
252private SyndicationCategory ReadCategory(XmlReader reader, SyndicationFeed feed)
259private SyndicationCategory ReadCategory(XmlReader reader, SyndicationItem item)
266private void ReadCategory(XmlReader reader, SyndicationCategory category)
301private void ReadFeed(XmlReader reader)
307private void ReadItemFrom(XmlReader reader, SyndicationItem result, Uri feedBaseUri)
499private SyndicationLink ReadMediaEnclosure(XmlReader reader, Uri baseUri)
552private SyndicationPerson ReadPerson(XmlReader reader, SyndicationFeed feed)
559private SyndicationPerson ReadPerson(XmlReader reader, SyndicationItem item)
566private void ReadPerson(XmlReader reader, SyndicationPerson person)
598private void ReadXml(XmlReader reader, SyndicationFeed result)
System\ServiceModel\Syndication\ServiceDocumentFormatter.cs (10)
33public abstract bool CanRead(XmlReader reader);
34public abstract void ReadFrom(XmlReader reader);
112protected static void LoadElementExtensions(XmlReader reader, CategoriesDocument categories, int maxExtensionSize)
122protected static void LoadElementExtensions(XmlReader reader, ResourceCollectionInfo collection, int maxExtensionSize)
132protected static void LoadElementExtensions(XmlReader reader, Workspace workspace, int maxExtensionSize)
142protected static void LoadElementExtensions(XmlReader reader, ServiceDocument document, int maxExtensionSize)
192protected static bool TryParseElement(XmlReader reader, ResourceCollectionInfo collection, string version)
202protected static bool TryParseElement(XmlReader reader, ServiceDocument document, string version)
212protected static bool TryParseElement(XmlReader reader, Workspace workspace, string version)
222protected static bool TryParseElement(XmlReader reader, CategoriesDocument categories, string version)
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (18)
53public abstract bool CanRead(XmlReader reader);
55public abstract void ReadFrom(XmlReader reader);
131protected internal static void LoadElementExtensions(XmlReader reader, SyndicationFeed feed, int maxExtensionSize)
141protected internal static void LoadElementExtensions(XmlReader reader, SyndicationItem item, int maxExtensionSize)
151protected internal static void LoadElementExtensions(XmlReader reader, SyndicationCategory category, int maxExtensionSize)
161protected internal static void LoadElementExtensions(XmlReader reader, SyndicationLink link, int maxExtensionSize)
171protected internal static void LoadElementExtensions(XmlReader reader, SyndicationPerson person, int maxExtensionSize)
251protected internal static bool TryParseContent(XmlReader reader, SyndicationItem item, string contentType, string version, out SyndicationContent content)
256protected internal static bool TryParseElement(XmlReader reader, SyndicationFeed feed, string version)
266protected internal static bool TryParseElement(XmlReader reader, SyndicationItem item, string version)
276protected internal static bool TryParseElement(XmlReader reader, SyndicationCategory category, string version)
286protected internal static bool TryParseElement(XmlReader reader, SyndicationLink link, string version)
296protected internal static bool TryParseElement(XmlReader reader, SyndicationPerson person, string version)
416internal Uri UriFromString(string uriString, UriKind uriKind, string localName, string namespaceURI, XmlReader reader)
421internal static Uri UriFromString(TryParseUriCallback uriParser, string uriString, UriKind uriKind, string localName, string namespaceURI, XmlReader reader)
447internal DateTimeOffset DateFromString(string dateTimeString, XmlReader reader)
489internal static void CreateBufferIfRequiredAndWriteNode(ref XmlBuffer buffer, ref XmlDictionaryWriter extWriter, XmlReader reader, int maxExtensionSize)
555internal static void MoveToStartElement(XmlReader reader)
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (11)
33public abstract bool CanRead(XmlReader reader);
35public abstract void ReadFrom(XmlReader reader);
69protected static void LoadElementExtensions(XmlReader reader, SyndicationItem item, int maxExtensionSize)
74protected static void LoadElementExtensions(XmlReader reader, SyndicationCategory category, int maxExtensionSize)
79protected static void LoadElementExtensions(XmlReader reader, SyndicationLink link, int maxExtensionSize)
84protected static void LoadElementExtensions(XmlReader reader, SyndicationPerson person, int maxExtensionSize)
109protected static bool TryParseContent(XmlReader reader, SyndicationItem item, string contentType, string version, out SyndicationContent content)
114protected static bool TryParseElement(XmlReader reader, SyndicationItem item, string version)
119protected static bool TryParseElement(XmlReader reader, SyndicationCategory category, string version)
124protected static bool TryParseElement(XmlReader reader, SyndicationLink link, string version)
129protected static bool TryParseElement(XmlReader reader, SyndicationPerson person, string version)
System.Speech (4)
System.Web.Services.Description (6)
System.Windows.Forms (3)
System.Xaml (35)
System\Xaml\InfosetObjects\XamlXmlReader.cs (12)
30public XamlXmlReader(XmlReader xmlReader)
37public XamlXmlReader(XmlReader xmlReader, XamlXmlReaderSettings settings)
44public XamlXmlReader(XmlReader xmlReader, XamlSchemaContext schemaContext)
52public XamlXmlReader(XmlReader xmlReader, XamlSchemaContext schemaContext, XamlXmlReaderSettings settings)
89private XmlReader CreateXmlReader(string fileName, XamlXmlReaderSettings settings)
92return XmlReader.Create(fileName, new XmlReaderSettings { CloseInput = closeInput, DtdProcessing = DtdProcessing.Prohibit });
123private XmlReader CreateXmlReader(Stream stream, XamlXmlReaderSettings settings)
126return XmlReader.Create(stream, new XmlReaderSettings { CloseInput = closeInput, DtdProcessing = DtdProcessing.Prohibit });
157private XmlReader CreateXmlReader(TextReader textReader, XamlXmlReaderSettings settings)
160return XmlReader.Create(textReader, new XmlReaderSettings { CloseInput = closeInput, DtdProcessing = DtdProcessing.Prohibit });
163private void Initialize(XmlReader givenXmlReader, XamlSchemaContext schemaContext, XamlXmlReaderSettings settings)
165XmlReader myXmlReader;
System.Xaml.Tests (4)
System.Xml (1)
System.Xml.ReaderWriter (1)
VisualBasicSyntaxGenerator (2)
xunit.console (3)