Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyInfo.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Diagnostics
;
3
using
System.Reflection
;
4
using
System.Runtime.CompilerServices
;
5
using
System.Runtime.Versioning
;
6
using
System.Security
;
7
using
System.Security.Permissions
;
8
using
System.Xml
;
9
using
System.Xml.Resolvers
;
10
using
System.Xml.Schema
;
11
using
System.Xml.Serialization
;
12
using
System.Xml.XPath
;
13
using
System.Xml.Xsl
;
14
15
[
assembly
:
CLSCompliant
(
true
)]
16
[
assembly
:
AssemblyDefaultAlias
(
"System.Xml"
)]
17
[
assembly
:
AssemblyMetadata
(
".NETFrameworkAssembly"
,
""
)]
18
[
assembly
:
AssemblyMetadata
(
"Serviceable"
,
"True"
)]
19
[
assembly
:
AssemblyMetadata
(
"PreferInbox"
,
"True"
)]
20
[
assembly
:
AssemblyMetadata
(
"IsTrimmable"
,
"True"
)]
21
[
assembly
:
AssemblyCompany
(
"Microsoft Corporation"
)]
22
[
assembly
:
AssemblyCopyright
(
"© Microsoft Corporation. All rights reserved."
)]
23
[
assembly
:
AssemblyDescription
(
"System.Xml"
)]
24
[
assembly
:
AssemblyFileVersion
(
"6.0.21.52210"
)]
25
[
assembly
:
AssemblyInformationalVersion
(
"6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6"
)]
26
[
assembly
:
AssemblyProduct
(
"Microsoft® .NET"
)]
27
[
assembly
:
AssemblyTitle
(
"System.Xml"
)]
28
[
assembly
:
AssemblyMetadata
(
"RepositoryUrl"
,
"https://github.com/dotnet/runtime"
)]
29
[
assembly
:
AssemblyVersion
(
"4.0.0.0"
)]
30
[
assembly
:
TypeForwardedTo
(
typeof
(
ConformanceLevel
))]
31
[
assembly
:
TypeForwardedTo
(
typeof
(
DtdProcessing
))]
32
[
assembly
:
TypeForwardedTo
(
typeof
(
EntityHandling
))]
33
[
assembly
:
TypeForwardedTo
(
typeof
(
Formatting
))]
34
[
assembly
:
TypeForwardedTo
(
typeof
(
IApplicationResourceStreamResolver
))]
35
[
assembly
:
TypeForwardedTo
(
typeof
(
IHasXmlNode
))]
36
[
assembly
:
TypeForwardedTo
(
typeof
(
IXmlLineInfo
))]
37
[
assembly
:
TypeForwardedTo
(
typeof
(
IXmlNamespaceResolver
))]
38
[
assembly
:
TypeForwardedTo
(
typeof
(
NamespaceHandling
))]
39
[
assembly
:
TypeForwardedTo
(
typeof
(
NameTable
))]
40
[
assembly
:
TypeForwardedTo
(
typeof
(
NewLineHandling
))]
41
[
assembly
:
TypeForwardedTo
(
typeof
(
ReadState
))]
42
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlKnownDtds
))]
43
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlPreloadedResolver
))]
44
[
assembly
:
TypeForwardedTo
(
typeof
(
IXmlSchemaInfo
))]
45
[
assembly
:
TypeForwardedTo
(
typeof
(
ValidationEventArgs
))]
46
[
assembly
:
TypeForwardedTo
(
typeof
(ValidationEventHandler))]
47
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAtomicValue
))]
48
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchema
))]
49
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaAll
))]
50
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaAnnotated
))]
51
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaAnnotation
))]
52
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaAny
))]
53
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaAnyAttribute
))]
54
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaAppInfo
))]
55
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaAttribute
))]
56
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaAttributeGroup
))]
57
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaAttributeGroupRef
))]
58
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaChoice
))]
59
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaCollection
))]
60
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaCollectionEnumerator
))]
61
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaCompilationSettings
))]
62
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaComplexContent
))]
63
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaComplexContentExtension
))]
64
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaComplexContentRestriction
))]
65
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaComplexType
))]
66
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaContent
))]
67
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaContentModel
))]
68
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaContentProcessing
))]
69
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaContentType
))]
70
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaDatatype
))]
71
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaDatatypeVariety
))]
72
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaDerivationMethod
))]
73
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaDocumentation
))]
74
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaElement
))]
75
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaEnumerationFacet
))]
76
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaException
))]
77
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaExternal
))]
78
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaFacet
))]
79
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaForm
))]
80
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaFractionDigitsFacet
))]
81
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaGroup
))]
82
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaGroupBase
))]
83
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaGroupRef
))]
84
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaIdentityConstraint
))]
85
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaImport
))]
86
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaInclude
))]
87
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaInference
))]
88
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaInferenceException
))]
89
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaInfo
))]
90
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaKey
))]
91
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaKeyref
))]
92
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaLengthFacet
))]
93
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaMaxExclusiveFacet
))]
94
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaMaxInclusiveFacet
))]
95
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaMaxLengthFacet
))]
96
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaMinExclusiveFacet
))]
97
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaMinInclusiveFacet
))]
98
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaMinLengthFacet
))]
99
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaNotation
))]
100
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaNumericFacet
))]
101
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaObject
))]
102
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaObjectCollection
))]
103
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaObjectEnumerator
))]
104
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaObjectTable
))]
105
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaParticle
))]
106
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaPatternFacet
))]
107
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaRedefine
))]
108
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSequence
))]
109
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSet
))]
110
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSimpleContent
))]
111
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSimpleContentExtension
))]
112
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSimpleContentRestriction
))]
113
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSimpleType
))]
114
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSimpleTypeContent
))]
115
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSimpleTypeList
))]
116
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSimpleTypeRestriction
))]
117
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaSimpleTypeUnion
))]
118
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaTotalDigitsFacet
))]
119
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaType
))]
120
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaUnique
))]
121
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaUse
))]
122
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaValidationException
))]
123
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaValidationFlags
))]
124
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaValidator
))]
125
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaValidity
))]
126
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaWhiteSpaceFacet
))]
127
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaXPath
))]
128
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSeverityType
))]
129
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlTypeCode
))]
130
[
assembly
:
TypeForwardedTo
(
typeof
(XmlValueGetter))]
131
[
assembly
:
TypeForwardedTo
(
typeof
(
CodeGenerationOptions
))]
132
[
assembly
:
TypeForwardedTo
(
typeof
(
CodeIdentifier
))]
133
[
assembly
:
TypeForwardedTo
(
typeof
(
CodeIdentifiers
))]
134
[
assembly
:
TypeForwardedTo
(
typeof
(
ImportContext
))]
135
[
assembly
:
TypeForwardedTo
(
typeof
(
IXmlSerializable
))]
136
[
assembly
:
TypeForwardedTo
(
typeof
(
IXmlTextParser
))]
137
[
assembly
:
TypeForwardedTo
(
typeof
(
SchemaImporter
))]
138
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapAttributeAttribute
))]
139
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapAttributeOverrides
))]
140
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapAttributes
))]
141
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapElementAttribute
))]
142
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapEnumAttribute
))]
143
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapIgnoreAttribute
))]
144
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapIncludeAttribute
))]
145
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapReflectionImporter
))]
146
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapSchemaMember
))]
147
[
assembly
:
TypeForwardedTo
(
typeof
(
SoapTypeAttribute
))]
148
[
assembly
:
TypeForwardedTo
(
typeof
(
UnreferencedObjectEventArgs
))]
149
[
assembly
:
TypeForwardedTo
(
typeof
(UnreferencedObjectEventHandler))]
150
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAnyAttributeAttribute
))]
151
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAnyElementAttribute
))]
152
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAnyElementAttributes
))]
153
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlArrayAttribute
))]
154
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlArrayItemAttribute
))]
155
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlArrayItemAttributes
))]
156
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAttributeAttribute
))]
157
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAttributeEventArgs
))]
158
[
assembly
:
TypeForwardedTo
(
typeof
(XmlAttributeEventHandler))]
159
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAttributeOverrides
))]
160
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAttributes
))]
161
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlChoiceIdentifierAttribute
))]
162
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlDeserializationEvents
))]
163
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlElementAttribute
))]
164
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlElementAttributes
))]
165
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlElementEventArgs
))]
166
[
assembly
:
TypeForwardedTo
(
typeof
(XmlElementEventHandler))]
167
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlEnumAttribute
))]
168
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlIgnoreAttribute
))]
169
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlIncludeAttribute
))]
170
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlMapping
))]
171
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlMappingAccess
))]
172
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlMemberMapping
))]
173
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlMembersMapping
))]
174
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNamespaceDeclarationsAttribute
))]
175
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNodeEventArgs
))]
176
[
assembly
:
TypeForwardedTo
(
typeof
(XmlNodeEventHandler))]
177
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlReflectionImporter
))]
178
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlReflectionMember
))]
179
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlRootAttribute
))]
180
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaEnumerator
))]
181
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaExporter
))]
182
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaImporter
))]
183
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemaProviderAttribute
))]
184
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSchemas
))]
185
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializationCollectionFixupCallback
))]
186
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializationFixupCallback
))]
187
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializationGeneratedCode
))]
188
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializationReadCallback
))]
189
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializationReader
))]
190
[
assembly
:
TypeForwardedTo
(
typeof
(XmlSerializationWriteCallback))]
191
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializationWriter
))]
192
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializer
))]
193
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializerAssemblyAttribute
))]
194
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializerFactory
))]
195
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializerImplementation
))]
196
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializerNamespaces
))]
197
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSerializerVersionAttribute
))]
198
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlTextAttribute
))]
199
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlTypeAttribute
))]
200
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlTypeMapping
))]
201
[
assembly
:
TypeForwardedTo
(
typeof
(
ValidationType
))]
202
[
assembly
:
TypeForwardedTo
(
typeof
(
WhitespaceHandling
))]
203
[
assembly
:
TypeForwardedTo
(
typeof
(
WriteState
))]
204
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAttribute
))]
205
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlAttributeCollection
))]
206
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlCDataSection
))]
207
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlCharacterData
))]
208
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlComment
))]
209
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlConvert
))]
210
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlDateTimeSerializationMode
))]
211
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlDeclaration
))]
212
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlDocument
))]
213
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlDocumentFragment
))]
214
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlDocumentType
))]
215
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlElement
))]
216
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlEntity
))]
217
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlEntityReference
))]
218
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlException
))]
219
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlImplementation
))]
220
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlLinkedNode
))]
221
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNamedNodeMap
))]
222
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNamespaceManager
))]
223
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNamespaceScope
))]
224
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNameTable
))]
225
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNode
))]
226
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNodeChangedAction
))]
227
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNodeChangedEventArgs
))]
228
[
assembly
:
TypeForwardedTo
(
typeof
(XmlNodeChangedEventHandler))]
229
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNodeList
))]
230
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNodeOrder
))]
231
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNodeReader
))]
232
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNodeType
))]
233
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlNotation
))]
234
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlOutputMethod
))]
235
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlParserContext
))]
236
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlProcessingInstruction
))]
237
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlQualifiedName
))]
238
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlReader
))]
239
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlReaderSettings
))]
240
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlResolver
))]
241
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSecureResolver
))]
242
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSignificantWhitespace
))]
243
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSpace
))]
244
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlText
))]
245
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlTextReader
))]
246
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlTextWriter
))]
247
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlTokenizedType
))]
248
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlUrlResolver
))]
249
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlValidatingReader
))]
250
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlWhitespace
))]
251
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlWriter
))]
252
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlWriterSettings
))]
253
[
assembly
:
TypeForwardedTo
(
typeof
(
IXPathNavigable
))]
254
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlCaseOrder
))]
255
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlDataType
))]
256
[
assembly
:
TypeForwardedTo
(
typeof
(
XmlSortOrder
))]
257
[
assembly
:
TypeForwardedTo
(
typeof
(
XPathDocument
))]
258
[
assembly
:
TypeForwardedTo
(
typeof
(
XPathException
))]
259
[
assembly
:
TypeForwardedTo
(
typeof
(
XPathExpression
))]
260
[
assembly
:
TypeForwardedTo
(
typeof
(
XPathItem
))]
261
[
assembly
:
TypeForwardedTo
(
typeof
(
XPathNamespaceScope
))]
262
[
assembly
:
TypeForwardedTo
(
typeof
(
XPathNavigator
))]
263
[
assembly
:
TypeForwardedTo
(
typeof
(
XPathNodeIterator
))]
264
[
assembly
:
TypeForwardedTo
(
typeof
(
XPathNodeType
))]
265
[
assembly
:
TypeForwardedTo
(
typeof
(
XPathResultType
))]
266
[
assembly
:
TypeForwardedTo
(
typeof
(
IXsltContextFunction
))]
267
[
assembly
:
TypeForwardedTo
(
typeof
(
IXsltContextVariable
))]
268
[
assembly
:
TypeForwardedTo
(
typeof
(
XslCompiledTransform
))]
269
[
assembly
:
TypeForwardedTo
(
typeof
(
XsltArgumentList
))]
270
[
assembly
:
TypeForwardedTo
(
typeof
(
XsltCompileException
))]
271
[
assembly
:
TypeForwardedTo
(
typeof
(
XsltContext
))]
272
[
assembly
:
TypeForwardedTo
(
typeof
(
XsltException
))]
273
[
assembly
:
TypeForwardedTo
(
typeof
(
XsltMessageEncounteredEventArgs
))]
274
[
assembly
:
TypeForwardedTo
(
typeof
(XsltMessageEncounteredEventHandler))]
275
[
assembly
:
TypeForwardedTo
(
typeof
(
XslTransform
))]
276
[
assembly
:
TypeForwardedTo
(
typeof
(
XsltSettings
))]
277
[
module
:
SkipLocalsInit
]
System.Xml.Resolvers.XmlPreloadedResolver
Definition
XmlPreloadedResolver.cs:11
System.Xml.Schema.ValidationEventArgs
Definition
ValidationEventArgs.cs:4
System.Xml.Schema.XmlAtomicValue
Definition
XmlAtomicValue.cs:8
System.Xml.Schema.XmlSchemaAll
Definition
XmlSchemaAll.cs:6
System.Xml.Schema.XmlSchemaAnnotated
Definition
XmlSchemaAnnotated.cs:6
System.Xml.Schema.XmlSchemaAnnotation
Definition
XmlSchemaAnnotation.cs:6
System.Xml.Schema.XmlSchemaAnyAttribute
Definition
XmlSchemaAnyAttribute.cs:7
System.Xml.Schema.XmlSchemaAny
Definition
XmlSchemaAny.cs:8
System.Xml.Schema.XmlSchemaAppInfo
Definition
XmlSchemaAppInfo.cs:6
System.Xml.Schema.XmlSchemaAttributeGroupRef
Definition
XmlSchemaAttributeGroupRef.cs:7
System.Xml.Schema.XmlSchemaAttributeGroup
Definition
XmlSchemaAttributeGroup.cs:6
System.Xml.Schema.XmlSchemaAttribute
Definition
XmlSchemaAttribute.cs:8
System.Xml.Schema.XmlSchemaChoice
Definition
XmlSchemaChoice.cs:6
System.Xml.Schema.XmlSchemaCollectionEnumerator
Definition
XmlSchemaCollectionEnumerator.cs:6
System.Xml.Schema.XmlSchemaCollection
Definition
XmlSchemaCollection.cs:7
System.Xml.Schema.XmlSchemaCompilationSettings
Definition
XmlSchemaCompilationSettings.cs:4
System.Xml.Schema.XmlSchemaComplexContentExtension
Definition
XmlSchemaComplexContentExtension.cs:6
System.Xml.Schema.XmlSchemaComplexContentRestriction
Definition
XmlSchemaComplexContentRestriction.cs:6
System.Xml.Schema.XmlSchemaComplexContent
Definition
XmlSchemaComplexContent.cs:6
System.Xml.Schema.XmlSchemaComplexType
Definition
XmlSchemaComplexType.cs:8
System.Xml.Schema.XmlSchemaContentModel
Definition
XmlSchemaContentModel.cs:6
System.Xml.Schema.XmlSchemaContent
Definition
XmlSchemaContent.cs:4
System.Xml.Schema.XmlSchemaDatatype
Definition
XmlSchemaDatatype.cs:8
System.Xml.Schema.XmlSchemaDocumentation
Definition
XmlSchemaDocumentation.cs:7
System.Xml.Schema.XmlSchemaElement
Definition
XmlSchemaElement.cs:8
System.Xml.Schema.XmlSchemaEnumerationFacet
Definition
XmlSchemaEnumerationFacet.cs:4
System.Xml.Schema.XmlSchemaException
Definition
XmlSchemaException.cs:10
System.Xml.Schema.XmlSchemaExternal
Definition
XmlSchemaExternal.cs:6
System.Xml.Schema.XmlSchemaFacet
Definition
XmlSchemaFacet.cs:7
System.Xml.Schema.XmlSchemaFractionDigitsFacet
Definition
XmlSchemaFractionDigitsFacet.cs:4
System.Xml.Schema.XmlSchemaGroupBase
Definition
XmlSchemaGroupBase.cs:6
System.Xml.Schema.XmlSchemaGroupRef
Definition
XmlSchemaGroupRef.cs:6
System.Xml.Schema.XmlSchemaGroup
Definition
XmlSchemaGroup.cs:6
System.Xml.Schema.XmlSchemaIdentityConstraint
Definition
XmlSchemaIdentityConstraint.cs:6
System.Xml.Schema.XmlSchemaImport
Definition
XmlSchemaImport.cs:6
System.Xml.Schema.XmlSchemaInclude
Definition
XmlSchemaInclude.cs:6
System.Xml.Schema.XmlSchemaInferenceException
Definition
XmlSchemaInferenceException.cs:9
System.Xml.Schema.XmlSchemaInference
Definition
XmlSchemaInference.cs:6
System.Xml.Schema.XmlSchemaInfo
Definition
XmlSchemaInfo.cs:4
System.Xml.Schema.XmlSchemaKey
Definition
XmlSchemaKey.cs:4
System.Xml.Schema.XmlSchemaKeyref
Definition
XmlSchemaKeyref.cs:6
System.Xml.Schema.XmlSchemaLengthFacet
Definition
XmlSchemaLengthFacet.cs:4
System.Xml.Schema.XmlSchemaMaxExclusiveFacet
Definition
XmlSchemaMaxExclusiveFacet.cs:4
System.Xml.Schema.XmlSchemaMaxInclusiveFacet
Definition
XmlSchemaMaxInclusiveFacet.cs:4
System.Xml.Schema.XmlSchemaMaxLengthFacet
Definition
XmlSchemaMaxLengthFacet.cs:4
System.Xml.Schema.XmlSchemaMinExclusiveFacet
Definition
XmlSchemaMinExclusiveFacet.cs:4
System.Xml.Schema.XmlSchemaMinInclusiveFacet
Definition
XmlSchemaMinInclusiveFacet.cs:4
System.Xml.Schema.XmlSchemaMinLengthFacet
Definition
XmlSchemaMinLengthFacet.cs:4
System.Xml.Schema.XmlSchemaNotation
Definition
XmlSchemaNotation.cs:6
System.Xml.Schema.XmlSchemaNumericFacet
Definition
XmlSchemaNumericFacet.cs:4
System.Xml.Schema.XmlSchemaObjectCollection
Definition
XmlSchemaObjectCollection.cs:6
System.Xml.Schema.XmlSchemaObjectEnumerator
Definition
XmlSchemaObjectEnumerator.cs:6
System.Xml.Schema.XmlSchemaObjectTable
Definition
XmlSchemaObjectTable.cs:7
System.Xml.Schema.XmlSchemaObject
Definition
XmlSchemaObject.cs:6
System.Xml.Schema.XmlSchemaParticle
Definition
XmlSchemaParticle.cs:6
System.Xml.Schema.XmlSchemaPatternFacet
Definition
XmlSchemaPatternFacet.cs:4
System.Xml.Schema.XmlSchemaRedefine
Definition
XmlSchemaRedefine.cs:6
System.Xml.Schema.XmlSchemaSequence
Definition
XmlSchemaSequence.cs:6
System.Xml.Schema.XmlSchemaSet
Definition
XmlSchemaSet.cs:9
System.Xml.Schema.XmlSchemaSimpleContentExtension
Definition
XmlSchemaSimpleContentExtension.cs:6
System.Xml.Schema.XmlSchemaSimpleContentRestriction
Definition
XmlSchemaSimpleContentRestriction.cs:6
System.Xml.Schema.XmlSchemaSimpleContent
Definition
XmlSchemaSimpleContent.cs:6
System.Xml.Schema.XmlSchemaSimpleTypeContent
Definition
XmlSchemaSimpleTypeContent.cs:4
System.Xml.Schema.XmlSchemaSimpleTypeList
Definition
XmlSchemaSimpleTypeList.cs:6
System.Xml.Schema.XmlSchemaSimpleTypeRestriction
Definition
XmlSchemaSimpleTypeRestriction.cs:6
System.Xml.Schema.XmlSchemaSimpleTypeUnion
Definition
XmlSchemaSimpleTypeUnion.cs:6
System.Xml.Schema.XmlSchemaSimpleType
Definition
XmlSchemaSimpleType.cs:6
System.Xml.Schema.XmlSchemaTotalDigitsFacet
Definition
XmlSchemaTotalDigitsFacet.cs:4
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.Schema.XmlSchemaUnique
Definition
XmlSchemaUnique.cs:4
System.Xml.Schema.XmlSchemaValidationException
Definition
XmlSchemaValidationException.cs:9
System.Xml.Schema.XmlSchemaValidator
Definition
XmlSchemaValidator.cs:11
System.Xml.Schema.XmlSchemaWhiteSpaceFacet
Definition
XmlSchemaWhiteSpaceFacet.cs:4
System.Xml.Schema.XmlSchemaXPath
Definition
XmlSchemaXPath.cs:7
System.Xml.Schema.XmlSchema
Definition
XmlSchema.cs:12
System.Xml.Serialization.CodeIdentifier
Definition
CodeIdentifier.cs:8
System.Xml.Serialization.CodeIdentifiers
Definition
CodeIdentifiers.cs:7
System.Xml.Serialization.ImportContext
Definition
ImportContext.cs:7
System.Xml.Serialization.NameTable
Definition
NameTable.cs:7
System.Xml.Serialization.SchemaImporter
Definition
SchemaImporter.cs:7
System.Xml.Serialization.SoapAttributeAttribute
Definition
SoapAttributeAttribute.cs:7
System.Xml.Serialization.SoapAttributeOverrides
Definition
SoapAttributeOverrides.cs:6
System.Xml.Serialization.SoapAttributes
Definition
SoapAttributes.cs:7
System.Xml.Serialization.SoapElementAttribute
Definition
SoapElementAttribute.cs:7
System.Xml.Serialization.SoapEnumAttribute
Definition
SoapEnumAttribute.cs:7
System.Xml.Serialization.SoapIgnoreAttribute
Definition
SoapIgnoreAttribute.cs:5
System.Xml.Serialization.SoapIncludeAttribute
Definition
SoapIncludeAttribute.cs:5
System.Xml.Serialization.SoapReflectionImporter
Definition
SoapReflectionImporter.cs:10
System.Xml.Serialization.SoapSchemaMember
Definition
SoapSchemaMember.cs:6
System.Xml.Serialization.SoapTypeAttribute
Definition
SoapTypeAttribute.cs:7
System.Xml.Serialization.UnreferencedObjectEventArgs
Definition
UnreferencedObjectEventArgs.cs:4
System.Xml.Serialization.XmlAnyAttributeAttribute
Definition
XmlAnyAttributeAttribute.cs:5
System.Xml.Serialization.XmlAnyElementAttribute
Definition
XmlAnyElementAttribute.cs:7
System.Xml.Serialization.XmlAnyElementAttributes
Definition
XmlAnyElementAttributes.cs:6
System.Xml.Serialization.XmlArrayAttribute
Definition
XmlArrayAttribute.cs:8
System.Xml.Serialization.XmlArrayItemAttribute
Definition
XmlArrayItemAttribute.cs:8
System.Xml.Serialization.XmlArrayItemAttributes
Definition
XmlArrayItemAttributes.cs:6
System.Xml.Serialization.XmlAttributeAttribute
Definition
XmlAttributeAttribute.cs:8
System.Xml.Serialization.XmlAttributeEventArgs
Definition
XmlAttributeEventArgs.cs:4
System.Xml.Serialization.XmlAttributeOverrides
Definition
XmlAttributeOverrides.cs:6
System.Xml.Serialization.XmlAttributes
Definition
XmlAttributes.cs:7
System.Xml.Serialization.XmlChoiceIdentifierAttribute
Definition
XmlChoiceIdentifierAttribute.cs:8
System.Xml.Serialization.XmlElementAttribute
Definition
XmlElementAttribute.cs:8
System.Xml.Serialization.XmlElementAttributes
Definition
XmlElementAttributes.cs:6
System.Xml.Serialization.XmlElementEventArgs
Definition
XmlElementEventArgs.cs:4
System.Xml.Serialization.XmlEnumAttribute
Definition
XmlEnumAttribute.cs:5
System.Xml.Serialization.XmlIgnoreAttribute
Definition
XmlIgnoreAttribute.cs:5
System.Xml.Serialization.XmlIncludeAttribute
Definition
XmlIncludeAttribute.cs:5
System.Xml.Serialization.XmlMapping
Definition
XmlMapping.cs:4
System.Xml.Serialization.XmlMemberMapping
Definition
XmlMemberMapping.cs:4
System.Xml.Serialization.XmlMembersMapping
Definition
XmlMembersMapping.cs:6
System.Xml.Serialization.XmlNamespaceDeclarationsAttribute
Definition
XmlNamespaceDeclarationsAttribute.cs:5
System.Xml.Serialization.XmlNodeEventArgs
Definition
XmlNodeEventArgs.cs:4
System.Xml.Serialization.XmlReflectionImporter
Definition
XmlReflectionImporter.cs:11
System.Xml.Serialization.XmlReflectionMember
Definition
XmlReflectionMember.cs:4
System.Xml.Serialization.XmlRootAttribute
Definition
XmlRootAttribute.cs:7
System.Xml.Serialization.XmlSchemaEnumerator
Definition
XmlSchemaEnumerator.cs:8
System.Xml.Serialization.XmlSchemaExporter
Definition
XmlSchemaExporter.cs:9
System.Xml.Serialization.XmlSchemaImporter
Definition
XmlSchemaImporter.cs:10
System.Xml.Serialization.XmlSchemaProviderAttribute
Definition
XmlSchemaProviderAttribute.cs:5
System.Xml.Serialization.XmlSchemas
Definition
XmlSchemas.cs:11
System.Xml.Serialization.XmlSerializationGeneratedCode
Definition
XmlSerializationGeneratedCode.cs:4
System.Xml.Serialization.XmlSerializationReader
Definition
XmlSerializationReader.cs:10
System.Xml.Serialization.XmlSerializationWriter
Definition
XmlSerializationWriter.cs:12
System.Xml.Serialization.XmlSerializerAssemblyAttribute
Definition
XmlSerializerAssemblyAttribute.cs:5
System.Xml.Serialization.XmlSerializerFactory
Definition
XmlSerializerFactory.cs:6
System.Xml.Serialization.XmlSerializerImplementation
Definition
XmlSerializerImplementation.cs:6
System.Xml.Serialization.XmlSerializerNamespaces
Definition
XmlSerializerNamespaces.cs:8
System.Xml.Serialization.XmlSerializerVersionAttribute
Definition
XmlSerializerVersionAttribute.cs:5
System.Xml.Serialization.XmlSerializer
Definition
XmlSerializer.cs:12
System.Xml.Serialization.XmlTextAttribute
Definition
XmlTextAttribute.cs:7
System.Xml.Serialization.XmlTypeAttribute
Definition
XmlTypeAttribute.cs:7
System.Xml.Serialization.XmlTypeMapping
Definition
XmlTypeMapping.cs:4
System.Xml.XPath.XPathDocument
Definition
XPathDocument.cs:9
System.Xml.XPath.XPathException
Definition
XPathException.cs:10
System.Xml.XPath.XPathExpression
Definition
XPathExpression.cs:7
System.Xml.XPath.XPathItem
Definition
XPathItem.cs:6
System.Xml.XPath.XPathNavigator
Definition
XPathNavigator.cs:15
System.Xml.XPath.XPathNodeIterator
Definition
XPathNodeIterator.cs:8
System.Xml.XmlAttributeCollection
Definition
XmlAttributeCollection.cs:8
System.Xml.XmlAttribute
Definition
XmlAttribute.cs:8
System.Xml.XmlCDataSection
Definition
XmlCDataSection.cs:6
System.Xml.XmlCharacterData
Definition
XmlCharacterData.cs:8
System.Xml.XmlComment
Definition
XmlComment.cs:6
System.Xml.XmlConvert
Definition
XmlConvert.cs:11
System.Xml.XmlDeclaration
Definition
XmlDeclaration.cs:7
System.Xml.XmlDocumentFragment
Definition
XmlDocumentFragment.cs:7
System.Xml.XmlDocumentType
Definition
XmlDocumentType.cs:6
System.Xml.XmlDocument
Definition
XmlDocument.cs:13
System.Xml.XmlElement
Definition
XmlElement.cs:8
System.Xml.XmlEntityReference
Definition
XmlEntityReference.cs:6
System.Xml.XmlEntity
Definition
XmlEntity.cs:4
System.Xml.XmlException
Definition
XmlException.cs:11
System.Xml.XmlImplementation
Definition
XmlImplementation.cs:4
System.Xml.XmlLinkedNode
Definition
XmlLinkedNode.cs:4
System.Xml.XmlNameTable
Definition
XmlNameTable.cs:4
System.Xml.XmlNamedNodeMap
Definition
XmlNamedNodeMap.cs:7
System.Xml.XmlNamespaceManager
Definition
XmlNamespaceManager.cs:8
System.Xml.XmlNodeChangedEventArgs
Definition
XmlNodeChangedEventArgs.cs:4
System.Xml.XmlNodeList
Definition
XmlNodeList.cs:7
System.Xml.XmlNodeReader
Definition
XmlNodeReader.cs:7
System.Xml.XmlNode
Definition
XmlNode.cs:13
System.Xml.XmlNotation
Definition
XmlNotation.cs:4
System.Xml.XmlParserContext
Definition
XmlParserContext.cs:7
System.Xml.XmlProcessingInstruction
Definition
XmlProcessingInstruction.cs:7
System.Xml.XmlQualifiedName
Definition
XmlQualifiedName.cs:6
System.Xml.XmlReaderSettings
Definition
XmlReaderSettings.cs:7
System.Xml.XmlReader
Definition
XmlReader.cs:14
System.Xml.XmlResolver
Definition
XmlResolver.cs:8
System.Xml.XmlSecureResolver
Definition
XmlSecureResolver.cs:7
System.Xml.XmlSignificantWhitespace
Definition
XmlSignificantWhitespace.cs:6
System.Xml.XmlTextReader
Definition
XmlTextReader.cs:10
System.Xml.XmlTextWriter
Definition
XmlTextWriter.cs:11
System.Xml.XmlText
Definition
XmlText.cs:6
System.Xml.XmlUrlResolver
Definition
XmlUrlResolver.cs:11
System.Xml.XmlValidatingReader
Definition
XmlValidatingReader.cs:10
System.Xml.XmlWhitespace
Definition
XmlWhitespace.cs:6
System.Xml.XmlWriterSettings
Definition
XmlWriterSettings.cs:10
System.Xml.XmlWriter
Definition
XmlWriter.cs:11
System.Xml.Xsl.XslCompiledTransform
Definition
XslCompiledTransform.cs:14
System.Xml.Xsl.XslTransform
Definition
XslTransform.cs:10
System.Xml.Xsl.XsltArgumentList
Definition
XsltArgumentList.cs:7
System.Xml.Xsl.XsltCompileException
Definition
XsltCompileException.cs:10
System.Xml.Xsl.XsltContext
Definition
XsltContext.cs:6
System.Xml.Xsl.XsltException
Definition
XsltException.cs:12
System.Xml.Xsl.XsltMessageEncounteredEventArgs
Definition
XsltMessageEncounteredEventArgs.cs:4
System.Xml.Xsl.XsltSettings
Definition
XsltSettings.cs:4
System.Xml.IApplicationResourceStreamResolver
Definition
IApplicationResourceStreamResolver.cs:9
System.Xml.IHasXmlNode
Definition
IHasXmlNode.cs:4
System.Xml.IXmlLineInfo
Definition
IXmlLineInfo.cs:4
System.Xml.IXmlNamespaceResolver
Definition
IXmlNamespaceResolver.cs:6
System.Xml.Schema.IXmlSchemaInfo
Definition
IXmlSchemaInfo.cs:4
System.Xml.Serialization.IXmlSerializable
Definition
IXmlSerializable.cs:6
System.Xml.Serialization.IXmlTextParser
Definition
IXmlTextParser.cs:4
System.Xml.XPath.IXPathNavigable
Definition
IXPathNavigable.cs:4
System.Xml.Xsl.IXsltContextFunction
Definition
IXsltContextFunction.cs:6
System.Xml.Xsl.IXsltContextVariable
Definition
IXsltContextVariable.cs:6
System.Diagnostics
Definition
AggregationManager.cs:6
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.Security.Permissions
Definition
CodeAccessSecurityAttribute.cs:1
System.Security
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.Xml.Resolvers.XmlKnownDtds
XmlKnownDtds
Definition
XmlKnownDtds.cs:5
System.Xml.Resolvers
Definition
XmlKnownDtds.cs:1
System.Xml.Schema.XmlSchemaUse
XmlSchemaUse
Definition
XmlSchemaUse.cs:6
System.Xml.Schema.XmlSchemaContentType
XmlSchemaContentType
Definition
XmlSchemaContentType.cs:4
System.Xml.Schema.XmlSchemaValidity
XmlSchemaValidity
Definition
XmlSchemaValidity.cs:4
System.Xml.Schema.XmlSchemaDatatypeVariety
XmlSchemaDatatypeVariety
Definition
XmlSchemaDatatypeVariety.cs:4
System.Xml.Schema.XmlSeverityType
XmlSeverityType
Definition
XmlSeverityType.cs:4
System.Xml.Schema.XmlSchemaContentProcessing
XmlSchemaContentProcessing
Definition
XmlSchemaContentProcessing.cs:6
System.Xml.Schema.XmlTypeCode
XmlTypeCode
Definition
XmlTypeCode.cs:4
System.Xml.Schema.XmlSchemaValidationFlags
XmlSchemaValidationFlags
Definition
XmlSchemaValidationFlags.cs:5
System.Xml.Schema.XmlSchemaForm
XmlSchemaForm
Definition
XmlSchemaForm.cs:6
System.Xml.Schema.XmlSchemaDerivationMethod
XmlSchemaDerivationMethod
Definition
XmlSchemaDerivationMethod.cs:7
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.Serialization.XmlMappingAccess
XmlMappingAccess
Definition
XmlMappingAccess.cs:5
System.Xml.Serialization.XmlSerializationCollectionFixupCallback
delegate void XmlSerializationCollectionFixupCallback(object? collection, object? collectionItems)
System.Xml.Serialization.XmlSerializationFixupCallback
delegate void XmlSerializationFixupCallback(object fixup)
System.Xml.Serialization.CodeGenerationOptions
CodeGenerationOptions
Definition
CodeGenerationOptions.cs:5
System.Xml.Serialization.XmlSerializationReadCallback
delegate? object XmlSerializationReadCallback()
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
System.Xml.XPath.XPathNamespaceScope
XPathNamespaceScope
Definition
XPathNamespaceScope.cs:4
System.Xml.XPath.XPathResultType
XPathResultType
Definition
XPathResultType.cs:4
System.Xml.XPath.XmlCaseOrder
XmlCaseOrder
Definition
XmlCaseOrder.cs:4
System.Xml.XPath.XmlSortOrder
XmlSortOrder
Definition
XmlSortOrder.cs:4
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:4
System.Xml.XPath.XmlDataType
XmlDataType
Definition
XmlDataType.cs:4
System.Xml.XPath
Definition
Extensions.cs:5
System.Xml.Xsl
Definition
BranchingContext.cs:1
System.Xml.XmlNodeOrder
XmlNodeOrder
Definition
XmlNodeOrder.cs:4
System.Xml.NewLineHandling
NewLineHandling
Definition
NewLineHandling.cs:4
System.Xml.WhitespaceHandling
WhitespaceHandling
Definition
WhitespaceHandling.cs:4
System.Xml.XmlSpace
XmlSpace
Definition
XmlSpace.cs:4
System.Xml.EntityHandling
EntityHandling
Definition
EntityHandling.cs:4
System.Xml.NamespaceHandling
NamespaceHandling
Definition
NamespaceHandling.cs:5
System.Xml.ConformanceLevel
ConformanceLevel
Definition
ConformanceLevel.cs:4
System.Xml.ValidationType
ValidationType
Definition
ValidationType.cs:4
System.Xml.XmlOutputMethod
XmlOutputMethod
Definition
XmlOutputMethod.cs:4
System.Xml.XmlNodeChangedAction
XmlNodeChangedAction
Definition
XmlNodeChangedAction.cs:4
System.Xml.DtdProcessing
DtdProcessing
Definition
DtdProcessing.cs:4
System.Xml.XmlDateTimeSerializationMode
XmlDateTimeSerializationMode
Definition
XmlDateTimeSerializationMode.cs:4
System.Xml.XmlTokenizedType
XmlTokenizedType
Definition
XmlTokenizedType.cs:4
System.Xml.ReadState
ReadState
Definition
ReadState.cs:4
System.Xml.XmlNodeType
XmlNodeType
Definition
XmlNodeType.cs:4
System.Xml.WriteState
WriteState
Definition
WriteState.cs:4
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml.Formatting
Formatting
Definition
Formatting.cs:4
System.Xml.XmlNamespaceScope
XmlNamespaceScope
Definition
XmlNamespaceScope.cs:4
System.Xml
Definition
BaseRegionIterator.cs:1
System
Definition
BlockingCollection.cs:8
System.Xml.Serialization.XmlDeserializationEvents
Definition
XmlDeserializationEvents.cs:4
source
System.Xml
Properties
AssemblyInfo.cs
Generated by
1.10.0