1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 // ------------------------------------------------------------------------------
5 // Changes to this file must follow the http://aka.ms/api-review process.
6 // ------------------------------------------------------------------------------
7 
8 [assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.InvalidDataContractException))]
9 
10 namespace System.Runtime.Serialization
11 {
12     public abstract partial class DataContractResolver
13     {
DataContractResolver()14         protected DataContractResolver() { }
ResolveName(string typeName, string typeNamespace, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver)15         public abstract System.Type ResolveName(string typeName, string typeNamespace, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver);
TryResolveType(System.Type type, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver, out System.Xml.XmlDictionaryString typeName, out System.Xml.XmlDictionaryString typeNamespace)16         public abstract bool TryResolveType(System.Type type, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver, out System.Xml.XmlDictionaryString typeName, out System.Xml.XmlDictionaryString typeNamespace);
17     }
18     public sealed partial class DataContractSerializer : System.Runtime.Serialization.XmlObjectSerializer
19     {
DataContractSerializer(System.Type type)20         public DataContractSerializer(System.Type type) { }
DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes)21         public DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes) { }
DataContractSerializer(System.Type type, System.Runtime.Serialization.DataContractSerializerSettings settings)22         public DataContractSerializer(System.Type type, System.Runtime.Serialization.DataContractSerializerSettings settings) { }
DataContractSerializer(System.Type type, string rootName, string rootNamespace)23         public DataContractSerializer(System.Type type, string rootName, string rootNamespace) { }
DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes)24         public DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes) { }
DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace)25         public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace) { }
DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes)26         public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes) { }
27         public System.Runtime.Serialization.DataContractResolver DataContractResolver { get { throw null; } }
28         public bool IgnoreExtensionDataObject { get { throw null; } }
29         public System.Collections.ObjectModel.ReadOnlyCollection<System.Type> KnownTypes { get { throw null; } }
30         public int MaxItemsInObjectGraph { get { throw null; } }
31         public bool PreserveObjectReferences { get { throw null; } }
32         public bool SerializeReadOnlyTypes { get { throw null; } }
IsStartObject(System.Xml.XmlDictionaryReader reader)33         public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) { throw null; }
IsStartObject(System.Xml.XmlReader reader)34         public override bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)35         public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName, System.Runtime.Serialization.DataContractResolver dataContractResolver)36         public object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName, System.Runtime.Serialization.DataContractResolver dataContractResolver) { throw null; }
ReadObject(System.Xml.XmlReader reader)37         public override object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)38         public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)39         public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) { }
WriteEndObject(System.Xml.XmlWriter writer)40         public override void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.Xml.XmlDictionaryWriter writer, object graph, System.Runtime.Serialization.DataContractResolver dataContractResolver)41         public void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph, System.Runtime.Serialization.DataContractResolver dataContractResolver) { }
WriteObject(System.Xml.XmlWriter writer, object graph)42         public override void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)43         public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlWriter writer, object graph)44         public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)45         public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlWriter writer, object graph)46         public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
47     }
48     public static partial class DataContractSerializerExtensions
49     {
GetSerializationSurrogateProvider(this DataContractSerializer serializer)50         public static System.Runtime.Serialization.ISerializationSurrogateProvider GetSerializationSurrogateProvider(this DataContractSerializer serializer) { throw null; }
SetSerializationSurrogateProvider(this DataContractSerializer serializer, System.Runtime.Serialization.ISerializationSurrogateProvider provider)51         public static void SetSerializationSurrogateProvider(this DataContractSerializer serializer, System.Runtime.Serialization.ISerializationSurrogateProvider provider)  { }
52     }
53     public partial class DataContractSerializerSettings
54     {
DataContractSerializerSettings()55         public DataContractSerializerSettings() { }
56         public System.Runtime.Serialization.DataContractResolver DataContractResolver { get { throw null; } set { } }
57 //CODEDOM        public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } set { } }
58         public bool IgnoreExtensionDataObject { get { throw null; } set { } }
59         public System.Collections.Generic.IEnumerable<System.Type> KnownTypes { get { throw null; } set { } }
60         public int MaxItemsInObjectGraph { get { throw null; } set { } }
61         public bool PreserveObjectReferences { get { throw null; } set { } }
62         public System.Xml.XmlDictionaryString RootName { get { throw null; } set { } }
63         public System.Xml.XmlDictionaryString RootNamespace { get { throw null; } set { } }
64         public bool SerializeReadOnlyTypes { get { throw null; } set { } }
65     }
66     public static partial class XmlSerializableServices
67     {
AddDefaultSchema(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeQName)68         public static void AddDefaultSchema(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeQName) { }
ReadNodes(System.Xml.XmlReader xmlReader)69         public static System.Xml.XmlNode[] ReadNodes(System.Xml.XmlReader xmlReader) { throw null; }
WriteNodes(System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes)70         public static void WriteNodes(System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes) { }
71     }
72     public static partial class XPathQueryGenerator
73     {
CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, System.Text.StringBuilder rootElementXpath, out System.Xml.XmlNamespaceManager namespaces)74         public static string CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, System.Text.StringBuilder rootElementXpath, out System.Xml.XmlNamespaceManager namespaces) { throw null; }
CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, out System.Xml.XmlNamespaceManager namespaces)75         public static string CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, out System.Xml.XmlNamespaceManager namespaces) { throw null; }
76     }
77     public partial class XsdDataContractExporter
78     {
XsdDataContractExporter()79         public XsdDataContractExporter() { }
XsdDataContractExporter(System.Xml.Schema.XmlSchemaSet schemas)80         public XsdDataContractExporter(System.Xml.Schema.XmlSchemaSet schemas) { }
81         public System.Runtime.Serialization.ExportOptions Options { get { throw null; } set { } }
82         public System.Xml.Schema.XmlSchemaSet Schemas { get { throw null; } }
CanExport(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies)83         public bool CanExport(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies) { throw null; }
CanExport(System.Collections.Generic.ICollection<System.Type> types)84         public bool CanExport(System.Collections.Generic.ICollection<System.Type> types) { throw null; }
CanExport(System.Type type)85         public bool CanExport(System.Type type) { throw null; }
Export(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies)86         public void Export(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies) { }
Export(System.Collections.Generic.ICollection<System.Type> types)87         public void Export(System.Collections.Generic.ICollection<System.Type> types) { }
Export(System.Type type)88         public void Export(System.Type type) { }
GetRootElementName(System.Type type)89         public System.Xml.XmlQualifiedName GetRootElementName(System.Type type) { throw null; }
GetSchemaType(System.Type type)90         public System.Xml.Schema.XmlSchemaType GetSchemaType(System.Type type) { throw null; }
GetSchemaTypeName(System.Type type)91         public System.Xml.XmlQualifiedName GetSchemaTypeName(System.Type type) { throw null; }
92     }
93     public partial class ExportOptions
94     {
ExportOptions()95         public ExportOptions() { }
96         //CODEDOM        public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } set { } }
97         public System.Collections.ObjectModel.Collection<System.Type> KnownTypes { get { throw null; } }
98     }
99     public sealed partial class ExtensionDataObject
100     {
ExtensionDataObject()101         internal ExtensionDataObject() { }
102     }
103     public partial interface IExtensibleDataObject
104     {
105         System.Runtime.Serialization.ExtensionDataObject ExtensionData { get; set; }
106     }
107     public abstract partial class XmlObjectSerializer
108     {
XmlObjectSerializer()109         protected XmlObjectSerializer() { }
IsStartObject(System.Xml.XmlDictionaryReader reader)110         public abstract bool IsStartObject(System.Xml.XmlDictionaryReader reader);
IsStartObject(System.Xml.XmlReader reader)111         public virtual bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.IO.Stream stream)112         public virtual object ReadObject(System.IO.Stream stream) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader)113         public virtual object ReadObject(System.Xml.XmlDictionaryReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)114         public abstract object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName);
ReadObject(System.Xml.XmlReader reader)115         public virtual object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)116         public virtual object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)117         public abstract void WriteEndObject(System.Xml.XmlDictionaryWriter writer);
WriteEndObject(System.Xml.XmlWriter writer)118         public virtual void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.IO.Stream stream, object graph)119         public virtual void WriteObject(System.IO.Stream stream, object graph) { }
WriteObject(System.Xml.XmlDictionaryWriter writer, object graph)120         public virtual void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObject(System.Xml.XmlWriter writer, object graph)121         public virtual void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)122         public abstract void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph);
WriteObjectContent(System.Xml.XmlWriter writer, object graph)123         public virtual void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)124         public abstract void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph);
WriteStartObject(System.Xml.XmlWriter writer, object graph)125         public virtual void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
126     }
127 }
128 namespace System.Xml
129 {
130     public partial interface IFragmentCapableXmlDictionaryWriter
131     {
132         bool CanFragment { get; }
EndFragment()133         void EndFragment();
StartFragment(System.IO.Stream stream, bool generateSelfContainedTextFragment)134         void StartFragment(System.IO.Stream stream, bool generateSelfContainedTextFragment);
WriteFragment(byte[] buffer, int offset, int count)135         void WriteFragment(byte[] buffer, int offset, int count);
136     }
137     public partial interface IStreamProvider
138     {
GetStream()139         System.IO.Stream GetStream();
ReleaseStream(System.IO.Stream stream)140         void ReleaseStream(System.IO.Stream stream);
141     }
142     public partial interface IXmlBinaryReaderInitializer
143     {
SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose)144         void SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose)145         void SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
146     }
147     public partial interface IXmlBinaryWriterInitializer
148     {
SetOutput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream)149         void SetOutput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream);
150     }
151     public partial interface IXmlDictionary
152     {
TryLookup(int key, out System.Xml.XmlDictionaryString result)153         bool TryLookup(int key, out System.Xml.XmlDictionaryString result);
TryLookup(string value, out System.Xml.XmlDictionaryString result)154         bool TryLookup(string value, out System.Xml.XmlDictionaryString result);
TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result)155         bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result);
156     }
157     public partial interface IXmlTextReaderInitializer
158     {
SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)159         void SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)160         void SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
161     }
162     public partial interface IXmlTextWriterInitializer
163     {
SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream)164         void SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream);
165     }
OnXmlDictionaryReaderClose(System.Xml.XmlDictionaryReader reader)166     public delegate void OnXmlDictionaryReaderClose(System.Xml.XmlDictionaryReader reader);
167     public partial class UniqueId
168     {
UniqueId()169         public UniqueId() { }
UniqueId(byte[] guid)170         public UniqueId(byte[] guid) { }
UniqueId(byte[] guid, int offset)171         public UniqueId(byte[] guid, int offset) { }
UniqueId(char[] chars, int offset, int count)172         public UniqueId(char[] chars, int offset, int count) { }
UniqueId(System.Guid guid)173         public UniqueId(System.Guid guid) { }
UniqueId(string value)174         public UniqueId(string value) { }
175         public int CharArrayLength { get { throw null; } }
176         public bool IsGuid { get { throw null; } }
Equals(object obj)177         public override bool Equals(object obj) { throw null; }
GetHashCode()178         public override int GetHashCode() { throw null; }
operator ==(System.Xml.UniqueId id1, System.Xml.UniqueId id2)179         public static bool operator ==(System.Xml.UniqueId id1, System.Xml.UniqueId id2) { throw null; }
operator !=(System.Xml.UniqueId id1, System.Xml.UniqueId id2)180         public static bool operator !=(System.Xml.UniqueId id1, System.Xml.UniqueId id2) { throw null; }
ToCharArray(char[] chars, int offset)181         public int ToCharArray(char[] chars, int offset) { throw null; }
ToString()182         public override string ToString() { throw null; }
TryGetGuid(byte[] buffer, int offset)183         public bool TryGetGuid(byte[] buffer, int offset) { throw null; }
TryGetGuid(out System.Guid guid)184         public bool TryGetGuid(out System.Guid guid) { throw null; }
185     }
186     public partial class XmlBinaryReaderSession : System.Xml.IXmlDictionary
187     {
XmlBinaryReaderSession()188         public XmlBinaryReaderSession() { }
Add(int id, string value)189         public System.Xml.XmlDictionaryString Add(int id, string value) { throw null; }
Clear()190         public void Clear() { }
TryLookup(int key, out System.Xml.XmlDictionaryString result)191         public bool TryLookup(int key, out System.Xml.XmlDictionaryString result) { throw null; }
TryLookup(string value, out System.Xml.XmlDictionaryString result)192         public bool TryLookup(string value, out System.Xml.XmlDictionaryString result) { throw null; }
TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result)193         public bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) { throw null; }
194     }
195     public partial class XmlBinaryWriterSession
196     {
XmlBinaryWriterSession()197         public XmlBinaryWriterSession() { }
Reset()198         public void Reset() { }
TryAdd(System.Xml.XmlDictionaryString value, out int key)199         public virtual bool TryAdd(System.Xml.XmlDictionaryString value, out int key) { throw null; }
200     }
201     public partial class XmlDictionary : System.Xml.IXmlDictionary
202     {
XmlDictionary()203         public XmlDictionary() { }
XmlDictionary(int capacity)204         public XmlDictionary(int capacity) { }
205         public static System.Xml.IXmlDictionary Empty { get { throw null; } }
Add(string value)206         public virtual System.Xml.XmlDictionaryString Add(string value) { throw null; }
TryLookup(int key, out System.Xml.XmlDictionaryString result)207         public virtual bool TryLookup(int key, out System.Xml.XmlDictionaryString result) { throw null; }
TryLookup(string value, out System.Xml.XmlDictionaryString result)208         public virtual bool TryLookup(string value, out System.Xml.XmlDictionaryString result) { throw null; }
TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result)209         public virtual bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) { throw null; }
210     }
211     public abstract partial class XmlDictionaryReader : System.Xml.XmlReader
212     {
XmlDictionaryReader()213         protected XmlDictionaryReader() { }
214         public virtual bool CanCanonicalize { get { throw null; } }
215         public virtual System.Xml.XmlDictionaryReaderQuotas Quotas { get { throw null; } }
CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas)216         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session)217         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session) { throw null; }
CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose)218         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas)219         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateBinaryReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas)220         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas)221         public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session)222         public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session) { throw null; }
CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose)223         public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateBinaryReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas)224         public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateDictionaryReader(System.Xml.XmlReader reader)225         public static System.Xml.XmlDictionaryReader CreateDictionaryReader(System.Xml.XmlReader reader) { throw null; }
CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas)226         public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas)227         public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose)228         public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas)229         public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas)230         public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas)231         public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose)232         public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas)233         public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateTextReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)234         public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateTextReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas)235         public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateTextReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas)236         public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateTextReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)237         public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateTextReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas)238         public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
EndCanonicalization()239         public virtual void EndCanonicalization() { }
GetAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)240         public virtual string GetAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
GetNonAtomizedNames(out string localName, out string namespaceUri)241         public virtual void GetNonAtomizedNames(out string localName, out string namespaceUri) { throw null; }
IndexOfLocalName(string[] localNames, string namespaceUri)242         public virtual int IndexOfLocalName(string[] localNames, string namespaceUri) { throw null; }
IndexOfLocalName(System.Xml.XmlDictionaryString[] localNames, System.Xml.XmlDictionaryString namespaceUri)243         public virtual int IndexOfLocalName(System.Xml.XmlDictionaryString[] localNames, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
IsLocalName(string localName)244         public virtual bool IsLocalName(string localName) { throw null; }
IsLocalName(System.Xml.XmlDictionaryString localName)245         public virtual bool IsLocalName(System.Xml.XmlDictionaryString localName) { throw null; }
IsNamespaceUri(string namespaceUri)246         public virtual bool IsNamespaceUri(string namespaceUri) { throw null; }
IsNamespaceUri(System.Xml.XmlDictionaryString namespaceUri)247         public virtual bool IsNamespaceUri(System.Xml.XmlDictionaryString namespaceUri) { throw null; }
IsStartArray(out System.Type type)248         public virtual bool IsStartArray(out System.Type type) { throw null; }
IsStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)249         public virtual bool IsStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
IsTextNode(System.Xml.XmlNodeType nodeType)250         protected bool IsTextNode(System.Xml.XmlNodeType nodeType) { throw null; }
MoveToStartElement()251         public virtual void MoveToStartElement() { }
MoveToStartElement(string name)252         public virtual void MoveToStartElement(string name) { }
MoveToStartElement(string localName, string namespaceUri)253         public virtual void MoveToStartElement(string localName, string namespaceUri) { }
MoveToStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)254         public virtual void MoveToStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
ReadArray(string localName, string namespaceUri, bool[] array, int offset, int count)255         public virtual int ReadArray(string localName, string namespaceUri, bool[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, System.DateTime[] array, int offset, int count)256         public virtual int ReadArray(string localName, string namespaceUri, System.DateTime[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, decimal[] array, int offset, int count)257         public virtual int ReadArray(string localName, string namespaceUri, decimal[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, double[] array, int offset, int count)258         public virtual int ReadArray(string localName, string namespaceUri, double[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, System.Guid[] array, int offset, int count)259         public virtual int ReadArray(string localName, string namespaceUri, System.Guid[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, short[] array, int offset, int count)260         public virtual int ReadArray(string localName, string namespaceUri, short[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, int[] array, int offset, int count)261         public virtual int ReadArray(string localName, string namespaceUri, int[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, long[] array, int offset, int count)262         public virtual int ReadArray(string localName, string namespaceUri, long[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, float[] array, int offset, int count)263         public virtual int ReadArray(string localName, string namespaceUri, float[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count)264         public virtual int ReadArray(string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count)265         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count)266         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count)267         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count)268         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count)269         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count)270         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count)271         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count)272         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count)273         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count)274         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count) { throw null; }
ReadBooleanArray(string localName, string namespaceUri)275         public virtual bool[] ReadBooleanArray(string localName, string namespaceUri) { throw null; }
ReadBooleanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)276         public virtual bool[] ReadBooleanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadContentAs(System.Type type, System.Xml.IXmlNamespaceResolver namespaceResolver)277         public override object ReadContentAs(System.Type type, System.Xml.IXmlNamespaceResolver namespaceResolver) { throw null; }
ReadContentAsBase64()278         public virtual byte[] ReadContentAsBase64() { throw null; }
ReadContentAsBinHex()279         public virtual byte[] ReadContentAsBinHex() { throw null; }
ReadContentAsBinHex(int maxByteArrayContentLength)280         protected byte[] ReadContentAsBinHex(int maxByteArrayContentLength) { throw null; }
ReadContentAsChars(char[] chars, int offset, int count)281         public virtual int ReadContentAsChars(char[] chars, int offset, int count) { throw null; }
ReadContentAsDecimal()282         public override decimal ReadContentAsDecimal() { throw null; }
ReadContentAsFloat()283         public override float ReadContentAsFloat() { throw null; }
ReadContentAsGuid()284         public virtual System.Guid ReadContentAsGuid() { throw null; }
ReadContentAsQualifiedName(out string localName, out string namespaceUri)285         public virtual void ReadContentAsQualifiedName(out string localName, out string namespaceUri) { throw null; }
ReadContentAsString()286         public override string ReadContentAsString() { throw null; }
ReadContentAsString(int maxStringContentLength)287         protected string ReadContentAsString(int maxStringContentLength) { throw null; }
ReadContentAsString(string[] strings, out int index)288         public virtual string ReadContentAsString(string[] strings, out int index) { throw null; }
ReadContentAsString(System.Xml.XmlDictionaryString[] strings, out int index)289         public virtual string ReadContentAsString(System.Xml.XmlDictionaryString[] strings, out int index) { throw null; }
ReadContentAsTimeSpan()290         public virtual System.TimeSpan ReadContentAsTimeSpan() { throw null; }
ReadContentAsUniqueId()291         public virtual System.Xml.UniqueId ReadContentAsUniqueId() { throw null; }
ReadDateTimeArray(string localName, string namespaceUri)292         public virtual System.DateTime[] ReadDateTimeArray(string localName, string namespaceUri) { throw null; }
ReadDateTimeArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)293         public virtual System.DateTime[] ReadDateTimeArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadDecimalArray(string localName, string namespaceUri)294         public virtual decimal[] ReadDecimalArray(string localName, string namespaceUri) { throw null; }
ReadDecimalArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)295         public virtual decimal[] ReadDecimalArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadDoubleArray(string localName, string namespaceUri)296         public virtual double[] ReadDoubleArray(string localName, string namespaceUri) { throw null; }
ReadDoubleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)297         public virtual double[] ReadDoubleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadElementContentAsBase64()298         public virtual byte[] ReadElementContentAsBase64() { throw null; }
ReadElementContentAsBinHex()299         public virtual byte[] ReadElementContentAsBinHex() { throw null; }
ReadElementContentAsBoolean()300         public override bool ReadElementContentAsBoolean() { throw null; }
ReadElementContentAsDateTime()301         public override System.DateTime ReadElementContentAsDateTime() { throw null; }
ReadElementContentAsDecimal()302         public override decimal ReadElementContentAsDecimal() { throw null; }
ReadElementContentAsDouble()303         public override double ReadElementContentAsDouble() { throw null; }
ReadElementContentAsFloat()304         public override float ReadElementContentAsFloat() { throw null; }
ReadElementContentAsGuid()305         public virtual System.Guid ReadElementContentAsGuid() { throw null; }
ReadElementContentAsInt()306         public override int ReadElementContentAsInt() { throw null; }
ReadElementContentAsLong()307         public override long ReadElementContentAsLong() { throw null; }
ReadElementContentAsString()308         public override string ReadElementContentAsString() { throw null; }
ReadElementContentAsTimeSpan()309         public virtual System.TimeSpan ReadElementContentAsTimeSpan() { throw null; }
ReadElementContentAsUniqueId()310         public virtual System.Xml.UniqueId ReadElementContentAsUniqueId() { throw null; }
ReadFullStartElement()311         public virtual void ReadFullStartElement() { }
ReadFullStartElement(string name)312         public virtual void ReadFullStartElement(string name) { }
ReadFullStartElement(string localName, string namespaceUri)313         public virtual void ReadFullStartElement(string localName, string namespaceUri) { }
ReadFullStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)314         public virtual void ReadFullStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
ReadGuidArray(string localName, string namespaceUri)315         public virtual System.Guid[] ReadGuidArray(string localName, string namespaceUri) { throw null; }
ReadGuidArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)316         public virtual System.Guid[] ReadGuidArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadInt16Array(string localName, string namespaceUri)317         public virtual short[] ReadInt16Array(string localName, string namespaceUri) { throw null; }
ReadInt16Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)318         public virtual short[] ReadInt16Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadInt32Array(string localName, string namespaceUri)319         public virtual int[] ReadInt32Array(string localName, string namespaceUri) { throw null; }
ReadInt32Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)320         public virtual int[] ReadInt32Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadInt64Array(string localName, string namespaceUri)321         public virtual long[] ReadInt64Array(string localName, string namespaceUri) { throw null; }
ReadInt64Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)322         public virtual long[] ReadInt64Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadSingleArray(string localName, string namespaceUri)323         public virtual float[] ReadSingleArray(string localName, string namespaceUri) { throw null; }
ReadSingleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)324         public virtual float[] ReadSingleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)325         public virtual void ReadStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
ReadString()326         public override string ReadString() { throw null; }
ReadString(int maxStringContentLength)327         protected string ReadString(int maxStringContentLength) { throw null; }
ReadTimeSpanArray(string localName, string namespaceUri)328         public virtual System.TimeSpan[] ReadTimeSpanArray(string localName, string namespaceUri) { throw null; }
ReadTimeSpanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)329         public virtual System.TimeSpan[] ReadTimeSpanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadValueAsBase64(byte[] buffer, int offset, int count)330         public virtual int ReadValueAsBase64(byte[] buffer, int offset, int count) { throw null; }
StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes)331         public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) { }
TryGetArrayLength(out int count)332         public virtual bool TryGetArrayLength(out int count) { throw null; }
TryGetBase64ContentLength(out int length)333         public virtual bool TryGetBase64ContentLength(out int length) { throw null; }
TryGetLocalNameAsDictionaryString(out System.Xml.XmlDictionaryString localName)334         public virtual bool TryGetLocalNameAsDictionaryString(out System.Xml.XmlDictionaryString localName) { throw null; }
TryGetNamespaceUriAsDictionaryString(out System.Xml.XmlDictionaryString namespaceUri)335         public virtual bool TryGetNamespaceUriAsDictionaryString(out System.Xml.XmlDictionaryString namespaceUri) { throw null; }
TryGetValueAsDictionaryString(out System.Xml.XmlDictionaryString value)336         public virtual bool TryGetValueAsDictionaryString(out System.Xml.XmlDictionaryString value) { throw null; }
337     }
338     public sealed partial class XmlDictionaryReaderQuotas
339     {
XmlDictionaryReaderQuotas()340         public XmlDictionaryReaderQuotas() { }
341         public static System.Xml.XmlDictionaryReaderQuotas Max { get { throw null; } }
342         [System.ComponentModel.DefaultValueAttribute(16384)]
343         public int MaxArrayLength { get { throw null; } set { } }
344         [System.ComponentModel.DefaultValueAttribute(4096)]
345         public int MaxBytesPerRead { get { throw null; } set { } }
346         [System.ComponentModel.DefaultValueAttribute(32)]
347         public int MaxDepth { get { throw null; } set { } }
348         [System.ComponentModel.DefaultValueAttribute(16384)]
349         public int MaxNameTableCharCount { get { throw null; } set { } }
350         [System.ComponentModel.DefaultValueAttribute(8192)]
351         public int MaxStringContentLength { get { throw null; } set { } }
352         public System.Xml.XmlDictionaryReaderQuotaTypes ModifiedQuotas { get { throw null; } }
CopyTo(System.Xml.XmlDictionaryReaderQuotas quotas)353         public void CopyTo(System.Xml.XmlDictionaryReaderQuotas quotas) { }
354     }
355     [System.FlagsAttribute]
356     public enum XmlDictionaryReaderQuotaTypes
357     {
358         MaxArrayLength = 4,
359         MaxBytesPerRead = 8,
360         MaxDepth = 1,
361         MaxNameTableCharCount = 16,
362         MaxStringContentLength = 2,
363     }
364     public partial class XmlDictionaryString
365     {
XmlDictionaryString(System.Xml.IXmlDictionary dictionary, string value, int key)366         public XmlDictionaryString(System.Xml.IXmlDictionary dictionary, string value, int key) { }
367         public System.Xml.IXmlDictionary Dictionary { get { throw null; } }
368         public static System.Xml.XmlDictionaryString Empty { get { throw null; } }
369         public int Key { get { throw null; } }
370         public string Value { get { throw null; } }
ToString()371         public override string ToString() { throw null; }
372     }
373     public abstract partial class XmlDictionaryWriter : System.Xml.XmlWriter
374     {
XmlDictionaryWriter()375         protected XmlDictionaryWriter() { }
376         public virtual bool CanCanonicalize { get { throw null; } }
CreateBinaryWriter(System.IO.Stream stream)377         public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream) { throw null; }
CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary)378         public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary) { throw null; }
CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session)379         public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session) { throw null; }
CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream)380         public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream) { throw null; }
CreateDictionaryWriter(System.Xml.XmlWriter writer)381         public static System.Xml.XmlDictionaryWriter CreateDictionaryWriter(System.Xml.XmlWriter writer) { throw null; }
CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo)382         public static System.Xml.XmlDictionaryWriter CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo) { throw null; }
CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream)383         public static System.Xml.XmlDictionaryWriter CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream) { throw null; }
CreateTextWriter(System.IO.Stream stream)384         public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream) { throw null; }
CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding)385         public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding) { throw null; }
CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream)386         public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream) { throw null; }
EndCanonicalization()387         public virtual void EndCanonicalization() { }
StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes)388         public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) { }
WriteArray(string prefix, string localName, string namespaceUri, bool[] array, int offset, int count)389         public virtual void WriteArray(string prefix, string localName, string namespaceUri, bool[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, System.DateTime[] array, int offset, int count)390         public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.DateTime[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, decimal[] array, int offset, int count)391         public virtual void WriteArray(string prefix, string localName, string namespaceUri, decimal[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, double[] array, int offset, int count)392         public virtual void WriteArray(string prefix, string localName, string namespaceUri, double[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, System.Guid[] array, int offset, int count)393         public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.Guid[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, short[] array, int offset, int count)394         public virtual void WriteArray(string prefix, string localName, string namespaceUri, short[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, int[] array, int offset, int count)395         public virtual void WriteArray(string prefix, string localName, string namespaceUri, int[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, long[] array, int offset, int count)396         public virtual void WriteArray(string prefix, string localName, string namespaceUri, long[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, float[] array, int offset, int count)397         public virtual void WriteArray(string prefix, string localName, string namespaceUri, float[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count)398         public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count)399         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count)400         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count)401         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count)402         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count)403         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count)404         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count)405         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count)406         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count)407         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count)408         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count) { }
WriteAttributeString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)409         public void WriteAttributeString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteAttributeString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)410         public void WriteAttributeString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteBase64Async(byte[] buffer, int index, int count)411         public override System.Threading.Tasks.Task WriteBase64Async(byte[] buffer, int index, int count) { throw null; }
WriteElementString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)412         public void WriteElementString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteElementString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)413         public void WriteElementString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteNode(System.Xml.XmlDictionaryReader reader, bool defattr)414         public virtual void WriteNode(System.Xml.XmlDictionaryReader reader, bool defattr) { }
WriteNode(System.Xml.XmlReader reader, bool defattr)415         public override void WriteNode(System.Xml.XmlReader reader, bool defattr) { }
WriteQualifiedName(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)416         public virtual void WriteQualifiedName(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartAttribute(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)417         public virtual void WriteStartAttribute(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)418         public void WriteStartAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartElement(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)419         public virtual void WriteStartElement(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)420         public void WriteStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteString(System.Xml.XmlDictionaryString value)421         public virtual void WriteString(System.Xml.XmlDictionaryString value) { }
WriteTextNode(System.Xml.XmlDictionaryReader reader, bool isAttribute)422         protected virtual void WriteTextNode(System.Xml.XmlDictionaryReader reader, bool isAttribute) { }
WriteValue(System.Guid value)423         public virtual void WriteValue(System.Guid value) { }
WriteValue(System.TimeSpan value)424         public virtual void WriteValue(System.TimeSpan value) { }
WriteValue(System.Xml.IStreamProvider value)425         public virtual void WriteValue(System.Xml.IStreamProvider value) { }
WriteValue(System.Xml.UniqueId value)426         public virtual void WriteValue(System.Xml.UniqueId value) { }
WriteValue(System.Xml.XmlDictionaryString value)427         public virtual void WriteValue(System.Xml.XmlDictionaryString value) { }
WriteValueAsync(System.Xml.IStreamProvider value)428         public virtual System.Threading.Tasks.Task WriteValueAsync(System.Xml.IStreamProvider value) { throw null; }
WriteXmlAttribute(string localName, string value)429         public virtual void WriteXmlAttribute(string localName, string value) { }
WriteXmlAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString value)430         public virtual void WriteXmlAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString value) { }
WriteXmlnsAttribute(string prefix, string namespaceUri)431         public virtual void WriteXmlnsAttribute(string prefix, string namespaceUri) { }
WriteXmlnsAttribute(string prefix, System.Xml.XmlDictionaryString namespaceUri)432         public virtual void WriteXmlnsAttribute(string prefix, System.Xml.XmlDictionaryString namespaceUri) { }
433     }
434 }
435