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.Buffers
;
3
using
System.CodeDom.Compiler
;
4
using
System.Collections
;
5
using
System.Collections.Generic
;
6
using
System.Collections.ObjectModel
;
7
using
System.ComponentModel
;
8
using
System.Configuration.Assemblies
;
9
using
System.Diagnostics
;
10
using
System.Diagnostics.CodeAnalysis
;
11
using
System.Globalization
;
12
using
System.IO
;
13
using
System.IO.Enumeration
;
14
using
System.Net
;
15
using
System.Numerics
;
16
using
System.Reflection
;
17
using
System.Resources
;
18
using
System.Runtime
;
19
using
System.Runtime.CompilerServices
;
20
using
System.Runtime.ConstrainedExecution
;
21
using
System.Runtime.ExceptionServices
;
22
using
System.Runtime.InteropServices
;
23
using
System.Runtime.Remoting
;
24
using
System.Runtime.Serialization
;
25
using
System.Runtime.Versioning
;
26
using
System.Security
;
27
using
System.Security.Cryptography
;
28
using
System.Security.Permissions
;
29
using
System.Security.Principal
;
30
using
System.Text
;
31
using
System.Text.Unicode
;
32
using
System.Threading
;
33
using
System.Threading.Tasks
;
34
using
System.Threading.Tasks.Sources
;
35
using
Microsoft.Win32.SafeHandles
;
36
37
[
assembly
:
CLSCompliant
(
true
)]
38
[
assembly
:
DefaultDllImportSearchPaths
(
DllImportSearchPath
.System32 |
DllImportSearchPath
.AssemblyDirectory)]
39
[
assembly
:
AssemblyDefaultAlias
(
"System.Runtime"
)]
40
[
assembly
:
AssemblyMetadata
(
".NETFrameworkAssembly"
,
""
)]
41
[
assembly
:
AssemblyMetadata
(
"Serviceable"
,
"True"
)]
42
[
assembly
:
AssemblyMetadata
(
"PreferInbox"
,
"True"
)]
43
[
assembly
:
AssemblyMetadata
(
"IsTrimmable"
,
"True"
)]
44
[
assembly
:
AssemblyCompany
(
"Microsoft Corporation"
)]
45
[
assembly
:
AssemblyCopyright
(
"© Microsoft Corporation. All rights reserved."
)]
46
[
assembly
:
AssemblyDescription
(
"System.Runtime"
)]
47
[
assembly
:
AssemblyFileVersion
(
"6.0.21.52210"
)]
48
[
assembly
:
AssemblyInformationalVersion
(
"6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6"
)]
49
[
assembly
:
AssemblyProduct
(
"Microsoft® .NET"
)]
50
[
assembly
:
AssemblyTitle
(
"System.Runtime"
)]
51
[
assembly
:
AssemblyMetadata
(
"RepositoryUrl"
,
"https://github.com/dotnet/runtime"
)]
52
[
assembly
:
AssemblyVersion
(
"6.0.0.0"
)]
53
[
assembly
:
TypeForwardedTo
(
typeof
(
CriticalHandleMinusOneIsInvalid
))]
54
[
assembly
:
TypeForwardedTo
(
typeof
(
CriticalHandleZeroOrMinusOneIsInvalid
))]
55
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeFileHandle
))]
56
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeHandleMinusOneIsInvalid
))]
57
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeHandleZeroOrMinusOneIsInvalid
))]
58
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeWaitHandle
))]
59
[
assembly
:
TypeForwardedTo
(
typeof
(
AccessViolationException
))]
60
[
assembly
:
TypeForwardedTo
(
typeof
(Action))]
61
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<>
))]
62
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , >
))]
63
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , >
))]
64
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , >
))]
65
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , , >
))]
66
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , , , >
))]
67
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , , , , >
))]
68
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , , , , , >
))]
69
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, >
))]
70
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , >
))]
71
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , >
))]
72
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , >
))]
73
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , >
))]
74
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , >
))]
75
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , >
))]
76
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , >
))]
77
[
assembly
:
TypeForwardedTo
(
typeof
(
Activator
))]
78
[
assembly
:
TypeForwardedTo
(
typeof
(
AggregateException
))]
79
[
assembly
:
TypeForwardedTo
(
typeof
(
AppContext
))]
80
[
assembly
:
TypeForwardedTo
(
typeof
(
AppDomain
))]
81
[
assembly
:
TypeForwardedTo
(
typeof
(
AppDomainSetup
))]
82
[
assembly
:
TypeForwardedTo
(
typeof
(
AppDomainUnloadedException
))]
83
[
assembly
:
TypeForwardedTo
(
typeof
(
ApplicationException
))]
84
[
assembly
:
TypeForwardedTo
(
typeof
(
ApplicationId
))]
85
[
assembly
:
TypeForwardedTo
(
typeof
(
ArgIterator
))]
86
[
assembly
:
TypeForwardedTo
(
typeof
(
ArgumentException
))]
87
[
assembly
:
TypeForwardedTo
(
typeof
(
ArgumentNullException
))]
88
[
assembly
:
TypeForwardedTo
(
typeof
(
ArgumentOutOfRangeException
))]
89
[
assembly
:
TypeForwardedTo
(
typeof
(
ArithmeticException
))]
90
[
assembly
:
TypeForwardedTo
(
typeof
(
Array
))]
91
[
assembly
:
TypeForwardedTo
(
typeof
(
ArraySegment<>
))]
92
[
assembly
:
TypeForwardedTo
(
typeof
(
ArrayTypeMismatchException
))]
93
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyLoadEventArgs
))]
94
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyLoadEventHandler
))]
95
[
assembly
:
TypeForwardedTo
(
typeof
(AsyncCallback))]
96
[
assembly
:
TypeForwardedTo
(
typeof
(
Attribute
))]
97
[
assembly
:
TypeForwardedTo
(
typeof
(
AttributeTargets
))]
98
[
assembly
:
TypeForwardedTo
(
typeof
(
AttributeUsageAttribute
))]
99
[
assembly
:
TypeForwardedTo
(
typeof
(
BadImageFormatException
))]
100
[
assembly
:
TypeForwardedTo
(
typeof
(
Base64FormattingOptions
))]
101
[
assembly
:
TypeForwardedTo
(
typeof
(
BitConverter
))]
102
[
assembly
:
TypeForwardedTo
(
typeof
(
bool
))]
103
[
assembly
:
TypeForwardedTo
(
typeof
(
Buffer
))]
104
[
assembly
:
TypeForwardedTo
(
typeof
(
ArrayPool<>
))]
105
[
assembly
:
TypeForwardedTo
(
typeof
(
IMemoryOwner<>
))]
106
[
assembly
:
TypeForwardedTo
(
typeof
(
IPinnable
))]
107
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryHandle
))]
108
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryManager<>
))]
109
[
assembly
:
TypeForwardedTo
(
typeof
(
OperationStatus
))]
110
[
assembly
:
TypeForwardedTo
(
typeof
(
ReadOnlySpanAction<, >
))]
111
[
assembly
:
TypeForwardedTo
(
typeof
(
SpanAction<, >
))]
112
[
assembly
:
TypeForwardedTo
(
typeof
(
byte
))]
113
[
assembly
:
TypeForwardedTo
(
typeof
(
CannotUnloadAppDomainException
))]
114
[
assembly
:
TypeForwardedTo
(
typeof
(
char
))]
115
[
assembly
:
TypeForwardedTo
(
typeof
(
CharEnumerator
))]
116
[
assembly
:
TypeForwardedTo
(
typeof
(
CLSCompliantAttribute
))]
117
[
assembly
:
TypeForwardedTo
(
typeof
(
GeneratedCodeAttribute
))]
118
[
assembly
:
TypeForwardedTo
(
typeof
(
IndentedTextWriter
))]
119
[
assembly
:
TypeForwardedTo
(
typeof
(
ArrayList
))]
120
[
assembly
:
TypeForwardedTo
(
typeof
(
Comparer
))]
121
[
assembly
:
TypeForwardedTo
(
typeof
(
DictionaryEntry
))]
122
[
assembly
:
TypeForwardedTo
(
typeof
(
IAsyncEnumerable<>
))]
123
[
assembly
:
TypeForwardedTo
(
typeof
(
IAsyncEnumerator<>
))]
124
[
assembly
:
TypeForwardedTo
(
typeof
(
ICollection<>
))]
125
[
assembly
:
TypeForwardedTo
(
typeof
(
IComparer<>
))]
126
[
assembly
:
TypeForwardedTo
(
typeof
(
IDictionary<, >
))]
127
[
assembly
:
TypeForwardedTo
(
typeof
(
IEnumerable<>
))]
128
[
assembly
:
TypeForwardedTo
(
typeof
(
IEnumerator<>
))]
129
[
assembly
:
TypeForwardedTo
(
typeof
(
IEqualityComparer<>
))]
130
[
assembly
:
TypeForwardedTo
(
typeof
(
IList<>
))]
131
[
assembly
:
TypeForwardedTo
(
typeof
(
IReadOnlyCollection<>
))]
132
[
assembly
:
TypeForwardedTo
(
typeof
(
IReadOnlyDictionary<, >
))]
133
[
assembly
:
TypeForwardedTo
(
typeof
(
IReadOnlyList<>
))]
134
[
assembly
:
TypeForwardedTo
(
typeof
(
IReadOnlySet<>
))]
135
[
assembly
:
TypeForwardedTo
(
typeof
(
ISet<>
))]
136
[
assembly
:
TypeForwardedTo
(
typeof
(
KeyNotFoundException
))]
137
[
assembly
:
TypeForwardedTo
(
typeof
(
KeyValuePair
))]
138
[
assembly
:
TypeForwardedTo
(
typeof
(
KeyValuePair<, >
))]
139
[
assembly
:
TypeForwardedTo
(
typeof
(
Hashtable
))]
140
[
assembly
:
TypeForwardedTo
(
typeof
(
ICollection
))]
141
[
assembly
:
TypeForwardedTo
(
typeof
(
IComparer
))]
142
[
assembly
:
TypeForwardedTo
(
typeof
(
IDictionary
))]
143
[
assembly
:
TypeForwardedTo
(
typeof
(
IDictionaryEnumerator
))]
144
[
assembly
:
TypeForwardedTo
(
typeof
(
IEnumerable
))]
145
[
assembly
:
TypeForwardedTo
(
typeof
(
IEnumerator
))]
146
[
assembly
:
TypeForwardedTo
(
typeof
(
IEqualityComparer
))]
147
[
assembly
:
TypeForwardedTo
(
typeof
(
IHashCodeProvider
))]
148
[
assembly
:
TypeForwardedTo
(
typeof
(
IList
))]
149
[
assembly
:
TypeForwardedTo
(
typeof
(
IStructuralComparable
))]
150
[
assembly
:
TypeForwardedTo
(
typeof
(
IStructuralEquatable
))]
151
[
assembly
:
TypeForwardedTo
(
typeof
(
Collection<>
))]
152
[
assembly
:
TypeForwardedTo
(
typeof
(
ReadOnlyCollection<>
))]
153
[
assembly
:
TypeForwardedTo
(
typeof
(
Comparison<>
))]
154
[
assembly
:
TypeForwardedTo
(
typeof
(
DefaultValueAttribute
))]
155
[
assembly
:
TypeForwardedTo
(
typeof
(
EditorBrowsableAttribute
))]
156
[
assembly
:
TypeForwardedTo
(
typeof
(
EditorBrowsableState
))]
157
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyHashAlgorithm
))]
158
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyVersionCompatibility
))]
159
[
assembly
:
TypeForwardedTo
(
typeof
(
ContextBoundObject
))]
160
[
assembly
:
TypeForwardedTo
(
typeof
(
ContextMarshalException
))]
161
[
assembly
:
TypeForwardedTo
(
typeof
(
ContextStaticAttribute
))]
162
[
assembly
:
TypeForwardedTo
(
typeof
(
Convert
))]
163
[
assembly
:
TypeForwardedTo
(
typeof
(
Converter<, >
))]
164
[
assembly
:
TypeForwardedTo
(
typeof
(
DateOnly
))]
165
[
assembly
:
TypeForwardedTo
(
typeof
(
DateTime
))]
166
[
assembly
:
TypeForwardedTo
(
typeof
(
DateTimeKind
))]
167
[
assembly
:
TypeForwardedTo
(
typeof
(
DateTimeOffset
))]
168
[
assembly
:
TypeForwardedTo
(
typeof
(
DayOfWeek
))]
169
[
assembly
:
TypeForwardedTo
(
typeof
(
DBNull
))]
170
[
assembly
:
TypeForwardedTo
(
typeof
(decimal))]
171
[
assembly
:
TypeForwardedTo
(
typeof
(
Delegate
))]
172
[
assembly
:
TypeForwardedTo
(
typeof
(
AllowNullAttribute
))]
173
[
assembly
:
TypeForwardedTo
(
typeof
(
DisallowNullAttribute
))]
174
[
assembly
:
TypeForwardedTo
(
typeof
(
DoesNotReturnAttribute
))]
175
[
assembly
:
TypeForwardedTo
(
typeof
(
DoesNotReturnIfAttribute
))]
176
[
assembly
:
TypeForwardedTo
(
typeof
(
DynamicallyAccessedMembersAttribute
))]
177
[
assembly
:
TypeForwardedTo
(
typeof
(
DynamicallyAccessedMemberTypes
))]
178
[
assembly
:
TypeForwardedTo
(
typeof
(
DynamicDependencyAttribute
))]
179
[
assembly
:
TypeForwardedTo
(
typeof
(
ExcludeFromCodeCoverageAttribute
))]
180
[
assembly
:
TypeForwardedTo
(
typeof
(
MaybeNullAttribute
))]
181
[
assembly
:
TypeForwardedTo
(
typeof
(
MaybeNullWhenAttribute
))]
182
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberNotNullAttribute
))]
183
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberNotNullWhenAttribute
))]
184
[
assembly
:
TypeForwardedTo
(
typeof
(
NotNullAttribute
))]
185
[
assembly
:
TypeForwardedTo
(
typeof
(
NotNullIfNotNullAttribute
))]
186
[
assembly
:
TypeForwardedTo
(
typeof
(
NotNullWhenAttribute
))]
187
[
assembly
:
TypeForwardedTo
(
typeof
(
RequiresAssemblyFilesAttribute
))]
188
[
assembly
:
TypeForwardedTo
(
typeof
(
RequiresUnreferencedCodeAttribute
))]
189
[
assembly
:
TypeForwardedTo
(
typeof
(
SuppressMessageAttribute
))]
190
[
assembly
:
TypeForwardedTo
(
typeof
(
UnconditionalSuppressMessageAttribute
))]
191
[
assembly
:
TypeForwardedTo
(
typeof
(
ConditionalAttribute
))]
192
[
assembly
:
TypeForwardedTo
(
typeof
(
Debug
))]
193
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggableAttribute
))]
194
[
assembly
:
TypeForwardedTo
(
typeof
(
Debugger
))]
195
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggerBrowsableAttribute
))]
196
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggerBrowsableState
))]
197
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggerDisplayAttribute
))]
198
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggerHiddenAttribute
))]
199
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggerNonUserCodeAttribute
))]
200
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggerStepperBoundaryAttribute
))]
201
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggerStepThroughAttribute
))]
202
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggerTypeProxyAttribute
))]
203
[
assembly
:
TypeForwardedTo
(
typeof
(
DebuggerVisualizerAttribute
))]
204
[
assembly
:
TypeForwardedTo
(
typeof
(
StackTraceHiddenAttribute
))]
205
[
assembly
:
TypeForwardedTo
(
typeof
(
Stopwatch
))]
206
[
assembly
:
TypeForwardedTo
(
typeof
(
DivideByZeroException
))]
207
[
assembly
:
TypeForwardedTo
(
typeof
(
double
))]
208
[
assembly
:
TypeForwardedTo
(
typeof
(
DuplicateWaitObjectException
))]
209
[
assembly
:
TypeForwardedTo
(
typeof
(
EntryPointNotFoundException
))]
210
[
assembly
:
TypeForwardedTo
(
typeof
(
Enum
))]
211
[
assembly
:
TypeForwardedTo
(
typeof
(
Environment
))]
212
[
assembly
:
TypeForwardedTo
(
typeof
(
EnvironmentVariableTarget
))]
213
[
assembly
:
TypeForwardedTo
(
typeof
(
EventArgs
))]
214
[
assembly
:
TypeForwardedTo
(
typeof
(EventHandler))]
215
[
assembly
:
TypeForwardedTo
(
typeof
(
EventHandler<>
))]
216
[
assembly
:
TypeForwardedTo
(
typeof
(
Exception
))]
217
[
assembly
:
TypeForwardedTo
(
typeof
(
ExecutionEngineException
))]
218
[
assembly
:
TypeForwardedTo
(
typeof
(
FieldAccessException
))]
219
[
assembly
:
TypeForwardedTo
(
typeof
(
FileStyleUriParser
))]
220
[
assembly
:
TypeForwardedTo
(
typeof
(
FlagsAttribute
))]
221
[
assembly
:
TypeForwardedTo
(
typeof
(
FormatException
))]
222
[
assembly
:
TypeForwardedTo
(
typeof
(
FormattableString
))]
223
[
assembly
:
TypeForwardedTo
(
typeof
(
FtpStyleUriParser
))]
224
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<>
))]
225
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , >
))]
226
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , >
))]
227
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , >
))]
228
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , >
))]
229
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , , >
))]
230
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , , , >
))]
231
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , , , , >
))]
232
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , , , , , >
))]
233
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, >
))]
234
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , >
))]
235
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , >
))]
236
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , >
))]
237
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , >
))]
238
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , >
))]
239
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , >
))]
240
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , >
))]
241
[
assembly
:
TypeForwardedTo
(
typeof
(
GC
))]
242
[
assembly
:
TypeForwardedTo
(
typeof
(
GCCollectionMode
))]
243
[
assembly
:
TypeForwardedTo
(
typeof
(
GCGenerationInfo
))]
244
[
assembly
:
TypeForwardedTo
(
typeof
(
GCKind
))]
245
[
assembly
:
TypeForwardedTo
(
typeof
(
GCMemoryInfo
))]
246
[
assembly
:
TypeForwardedTo
(
typeof
(
GCNotificationStatus
))]
247
[
assembly
:
TypeForwardedTo
(
typeof
(
GenericUriParser
))]
248
[
assembly
:
TypeForwardedTo
(
typeof
(
GenericUriParserOptions
))]
249
[
assembly
:
TypeForwardedTo
(
typeof
(
Calendar
))]
250
[
assembly
:
TypeForwardedTo
(
typeof
(
CalendarAlgorithmType
))]
251
[
assembly
:
TypeForwardedTo
(
typeof
(
CalendarWeekRule
))]
252
[
assembly
:
TypeForwardedTo
(
typeof
(
CharUnicodeInfo
))]
253
[
assembly
:
TypeForwardedTo
(
typeof
(
ChineseLunisolarCalendar
))]
254
[
assembly
:
TypeForwardedTo
(
typeof
(
CompareInfo
))]
255
[
assembly
:
TypeForwardedTo
(
typeof
(
CompareOptions
))]
256
[
assembly
:
TypeForwardedTo
(
typeof
(
CultureInfo
))]
257
[
assembly
:
TypeForwardedTo
(
typeof
(
CultureNotFoundException
))]
258
[
assembly
:
TypeForwardedTo
(
typeof
(
CultureTypes
))]
259
[
assembly
:
TypeForwardedTo
(
typeof
(
DateTimeFormatInfo
))]
260
[
assembly
:
TypeForwardedTo
(
typeof
(
DateTimeStyles
))]
261
[
assembly
:
TypeForwardedTo
(
typeof
(
DaylightTime
))]
262
[
assembly
:
TypeForwardedTo
(
typeof
(
DigitShapes
))]
263
[
assembly
:
TypeForwardedTo
(
typeof
(
EastAsianLunisolarCalendar
))]
264
[
assembly
:
TypeForwardedTo
(
typeof
(
GlobalizationExtensions
))]
265
[
assembly
:
TypeForwardedTo
(
typeof
(
GregorianCalendar
))]
266
[
assembly
:
TypeForwardedTo
(
typeof
(
GregorianCalendarTypes
))]
267
[
assembly
:
TypeForwardedTo
(
typeof
(
HebrewCalendar
))]
268
[
assembly
:
TypeForwardedTo
(
typeof
(
HijriCalendar
))]
269
[
assembly
:
TypeForwardedTo
(
typeof
(
IdnMapping
))]
270
[
assembly
:
TypeForwardedTo
(
typeof
(
ISOWeek
))]
271
[
assembly
:
TypeForwardedTo
(
typeof
(
JapaneseCalendar
))]
272
[
assembly
:
TypeForwardedTo
(
typeof
(
JapaneseLunisolarCalendar
))]
273
[
assembly
:
TypeForwardedTo
(
typeof
(
JulianCalendar
))]
274
[
assembly
:
TypeForwardedTo
(
typeof
(
KoreanCalendar
))]
275
[
assembly
:
TypeForwardedTo
(
typeof
(
KoreanLunisolarCalendar
))]
276
[
assembly
:
TypeForwardedTo
(
typeof
(
NumberFormatInfo
))]
277
[
assembly
:
TypeForwardedTo
(
typeof
(
NumberStyles
))]
278
[
assembly
:
TypeForwardedTo
(
typeof
(
PersianCalendar
))]
279
[
assembly
:
TypeForwardedTo
(
typeof
(
RegionInfo
))]
280
[
assembly
:
TypeForwardedTo
(
typeof
(
SortKey
))]
281
[
assembly
:
TypeForwardedTo
(
typeof
(
SortVersion
))]
282
[
assembly
:
TypeForwardedTo
(
typeof
(
StringInfo
))]
283
[
assembly
:
TypeForwardedTo
(
typeof
(
TaiwanCalendar
))]
284
[
assembly
:
TypeForwardedTo
(
typeof
(
TaiwanLunisolarCalendar
))]
285
[
assembly
:
TypeForwardedTo
(
typeof
(
TextElementEnumerator
))]
286
[
assembly
:
TypeForwardedTo
(
typeof
(
TextInfo
))]
287
[
assembly
:
TypeForwardedTo
(
typeof
(
ThaiBuddhistCalendar
))]
288
[
assembly
:
TypeForwardedTo
(
typeof
(
TimeSpanStyles
))]
289
[
assembly
:
TypeForwardedTo
(
typeof
(
UmAlQuraCalendar
))]
290
[
assembly
:
TypeForwardedTo
(
typeof
(
UnicodeCategory
))]
291
[
assembly
:
TypeForwardedTo
(
typeof
(
GopherStyleUriParser
))]
292
[
assembly
:
TypeForwardedTo
(
typeof
(
Guid
))]
293
[
assembly
:
TypeForwardedTo
(
typeof
(
Half
))]
294
[
assembly
:
TypeForwardedTo
(
typeof
(
HashCode
))]
295
[
assembly
:
TypeForwardedTo
(
typeof
(
HttpStyleUriParser
))]
296
[
assembly
:
TypeForwardedTo
(
typeof
(
IAdditionOperators<, , >
))]
297
[
assembly
:
TypeForwardedTo
(
typeof
(
IAdditiveIdentity<, >
))]
298
[
assembly
:
TypeForwardedTo
(
typeof
(
IAsyncDisposable
))]
299
[
assembly
:
TypeForwardedTo
(
typeof
(
IAsyncResult
))]
300
[
assembly
:
TypeForwardedTo
(
typeof
(
IBinaryFloatingPoint<>
))]
301
[
assembly
:
TypeForwardedTo
(
typeof
(
IBinaryInteger<>
))]
302
[
assembly
:
TypeForwardedTo
(
typeof
(
IBinaryNumber<>
))]
303
[
assembly
:
TypeForwardedTo
(
typeof
(
IBitwiseOperators<, , >
))]
304
[
assembly
:
TypeForwardedTo
(
typeof
(
ICloneable
))]
305
[
assembly
:
TypeForwardedTo
(
typeof
(
IComparable
))]
306
[
assembly
:
TypeForwardedTo
(
typeof
(
IComparable<>
))]
307
[
assembly
:
TypeForwardedTo
(
typeof
(
IComparisonOperators<, >
))]
308
[
assembly
:
TypeForwardedTo
(
typeof
(
IConvertible
))]
309
[
assembly
:
TypeForwardedTo
(
typeof
(
ICustomFormatter
))]
310
[
assembly
:
TypeForwardedTo
(
typeof
(
IDecrementOperators<>
))]
311
[
assembly
:
TypeForwardedTo
(
typeof
(
IDisposable
))]
312
[
assembly
:
TypeForwardedTo
(
typeof
(
IDivisionOperators<, , >
))]
313
[
assembly
:
TypeForwardedTo
(
typeof
(
IEqualityOperators<, >
))]
314
[
assembly
:
TypeForwardedTo
(
typeof
(
IEquatable<>
))]
315
[
assembly
:
TypeForwardedTo
(
typeof
(
IFloatingPoint<>
))]
316
[
assembly
:
TypeForwardedTo
(
typeof
(
IFormatProvider
))]
317
[
assembly
:
TypeForwardedTo
(
typeof
(
IFormattable
))]
318
[
assembly
:
TypeForwardedTo
(
typeof
(
IIncrementOperators<>
))]
319
[
assembly
:
TypeForwardedTo
(
typeof
(
IMinMaxValue<>
))]
320
[
assembly
:
TypeForwardedTo
(
typeof
(
IModulusOperators<, , >
))]
321
[
assembly
:
TypeForwardedTo
(
typeof
(
IMultiplicativeIdentity<, >
))]
322
[
assembly
:
TypeForwardedTo
(
typeof
(
IMultiplyOperators<, , >
))]
323
[
assembly
:
TypeForwardedTo
(
typeof
(
Index
))]
324
[
assembly
:
TypeForwardedTo
(
typeof
(
IndexOutOfRangeException
))]
325
[
assembly
:
TypeForwardedTo
(
typeof
(
InsufficientExecutionStackException
))]
326
[
assembly
:
TypeForwardedTo
(
typeof
(
InsufficientMemoryException
))]
327
[
assembly
:
TypeForwardedTo
(
typeof
(
short
))]
328
[
assembly
:
TypeForwardedTo
(
typeof
(
int
))]
329
[
assembly
:
TypeForwardedTo
(
typeof
(
long
))]
330
[
assembly
:
TypeForwardedTo
(
typeof
(
IntPtr
))]
331
[
assembly
:
TypeForwardedTo
(
typeof
(
INumber<>
))]
332
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidCastException
))]
333
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidOperationException
))]
334
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidProgramException
))]
335
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidTimeZoneException
))]
336
[
assembly
:
TypeForwardedTo
(
typeof
(
BinaryReader
))]
337
[
assembly
:
TypeForwardedTo
(
typeof
(
BinaryWriter
))]
338
[
assembly
:
TypeForwardedTo
(
typeof
(
BufferedStream
))]
339
[
assembly
:
TypeForwardedTo
(
typeof
(
Directory
))]
340
[
assembly
:
TypeForwardedTo
(
typeof
(
DirectoryInfo
))]
341
[
assembly
:
TypeForwardedTo
(
typeof
(
DirectoryNotFoundException
))]
342
[
assembly
:
TypeForwardedTo
(
typeof
(
EndOfStreamException
))]
343
[
assembly
:
TypeForwardedTo
(
typeof
(
FileSystemEntry
))]
344
[
assembly
:
TypeForwardedTo
(
typeof
(
FileSystemEnumerable<>
))]
345
[
assembly
:
TypeForwardedTo
(
typeof
(
FileSystemEnumerator<>
))]
346
[
assembly
:
TypeForwardedTo
(
typeof
(
FileSystemName
))]
347
[
assembly
:
TypeForwardedTo
(
typeof
(
EnumerationOptions
))]
348
[
assembly
:
TypeForwardedTo
(
typeof
(
File
))]
349
[
assembly
:
TypeForwardedTo
(
typeof
(
FileAccess
))]
350
[
assembly
:
TypeForwardedTo
(
typeof
(
FileAttributes
))]
351
[
assembly
:
TypeForwardedTo
(
typeof
(
FileInfo
))]
352
[
assembly
:
TypeForwardedTo
(
typeof
(
FileLoadException
))]
353
[
assembly
:
TypeForwardedTo
(
typeof
(
FileMode
))]
354
[
assembly
:
TypeForwardedTo
(
typeof
(
FileNotFoundException
))]
355
[
assembly
:
TypeForwardedTo
(
typeof
(
FileOptions
))]
356
[
assembly
:
TypeForwardedTo
(
typeof
(
FileShare
))]
357
[
assembly
:
TypeForwardedTo
(
typeof
(
FileStream
))]
358
[
assembly
:
TypeForwardedTo
(
typeof
(
FileStreamOptions
))]
359
[
assembly
:
TypeForwardedTo
(
typeof
(
FileSystemInfo
))]
360
[
assembly
:
TypeForwardedTo
(
typeof
(
HandleInheritability
))]
361
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidDataException
))]
362
[
assembly
:
TypeForwardedTo
(
typeof
(
IOException
))]
363
[
assembly
:
TypeForwardedTo
(
typeof
(
MatchCasing
))]
364
[
assembly
:
TypeForwardedTo
(
typeof
(
MatchType
))]
365
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryStream
))]
366
[
assembly
:
TypeForwardedTo
(
typeof
(
Path
))]
367
[
assembly
:
TypeForwardedTo
(
typeof
(
PathTooLongException
))]
368
[
assembly
:
TypeForwardedTo
(
typeof
(
RandomAccess
))]
369
[
assembly
:
TypeForwardedTo
(
typeof
(
SearchOption
))]
370
[
assembly
:
TypeForwardedTo
(
typeof
(
SeekOrigin
))]
371
[
assembly
:
TypeForwardedTo
(
typeof
(
Stream
))]
372
[
assembly
:
TypeForwardedTo
(
typeof
(
StreamReader
))]
373
[
assembly
:
TypeForwardedTo
(
typeof
(
StreamWriter
))]
374
[
assembly
:
TypeForwardedTo
(
typeof
(
StringReader
))]
375
[
assembly
:
TypeForwardedTo
(
typeof
(
StringWriter
))]
376
[
assembly
:
TypeForwardedTo
(
typeof
(
TextReader
))]
377
[
assembly
:
TypeForwardedTo
(
typeof
(
TextWriter
))]
378
[
assembly
:
TypeForwardedTo
(
typeof
(
UnmanagedMemoryStream
))]
379
[
assembly
:
TypeForwardedTo
(
typeof
(
IObservable<>
))]
380
[
assembly
:
TypeForwardedTo
(
typeof
(
IObserver<>
))]
381
[
assembly
:
TypeForwardedTo
(
typeof
(
IParseable<>
))]
382
[
assembly
:
TypeForwardedTo
(
typeof
(
IProgress<>
))]
383
[
assembly
:
TypeForwardedTo
(
typeof
(
IShiftOperators<, >
))]
384
[
assembly
:
TypeForwardedTo
(
typeof
(
ISignedNumber<>
))]
385
[
assembly
:
TypeForwardedTo
(
typeof
(
ISpanFormattable
))]
386
[
assembly
:
TypeForwardedTo
(
typeof
(
ISpanParseable<>
))]
387
[
assembly
:
TypeForwardedTo
(
typeof
(
ISubtractionOperators<, , >
))]
388
[
assembly
:
TypeForwardedTo
(
typeof
(
IUnaryNegationOperators<, >
))]
389
[
assembly
:
TypeForwardedTo
(
typeof
(
IUnaryPlusOperators<, >
))]
390
[
assembly
:
TypeForwardedTo
(
typeof
(
IUnsignedNumber<>
))]
391
[
assembly
:
TypeForwardedTo
(
typeof
(
Lazy<>
))]
392
[
assembly
:
TypeForwardedTo
(
typeof
(
Lazy<, >
))]
393
[
assembly
:
TypeForwardedTo
(
typeof
(
LdapStyleUriParser
))]
394
[
assembly
:
TypeForwardedTo
(
typeof
(
LoaderOptimization
))]
395
[
assembly
:
TypeForwardedTo
(
typeof
(
LoaderOptimizationAttribute
))]
396
[
assembly
:
TypeForwardedTo
(
typeof
(
MarshalByRefObject
))]
397
[
assembly
:
TypeForwardedTo
(
typeof
(
Math
))]
398
[
assembly
:
TypeForwardedTo
(
typeof
(
MathF
))]
399
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberAccessException
))]
400
[
assembly
:
TypeForwardedTo
(
typeof
(
Memory<>
))]
401
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodAccessException
))]
402
[
assembly
:
TypeForwardedTo
(
typeof
(
MidpointRounding
))]
403
[
assembly
:
TypeForwardedTo
(
typeof
(
MissingFieldException
))]
404
[
assembly
:
TypeForwardedTo
(
typeof
(
MissingMemberException
))]
405
[
assembly
:
TypeForwardedTo
(
typeof
(
MissingMethodException
))]
406
[
assembly
:
TypeForwardedTo
(
typeof
(
ModuleHandle
))]
407
[
assembly
:
TypeForwardedTo
(
typeof
(
MTAThreadAttribute
))]
408
[
assembly
:
TypeForwardedTo
(
typeof
(
MulticastDelegate
))]
409
[
assembly
:
TypeForwardedTo
(
typeof
(
MulticastNotSupportedException
))]
410
[
assembly
:
TypeForwardedTo
(
typeof
(
WebUtility
))]
411
[
assembly
:
TypeForwardedTo
(
typeof
(
NetPipeStyleUriParser
))]
412
[
assembly
:
TypeForwardedTo
(
typeof
(
NetTcpStyleUriParser
))]
413
[
assembly
:
TypeForwardedTo
(
typeof
(
NewsStyleUriParser
))]
414
[
assembly
:
TypeForwardedTo
(
typeof
(
NonSerializedAttribute
))]
415
[
assembly
:
TypeForwardedTo
(
typeof
(
NotFiniteNumberException
))]
416
[
assembly
:
TypeForwardedTo
(
typeof
(
NotImplementedException
))]
417
[
assembly
:
TypeForwardedTo
(
typeof
(
NotSupportedException
))]
418
[
assembly
:
TypeForwardedTo
(
typeof
(
Nullable
))]
419
[
assembly
:
TypeForwardedTo
(
typeof
(
Nullable<>
))]
420
[
assembly
:
TypeForwardedTo
(
typeof
(
NullReferenceException
))]
421
[
assembly
:
TypeForwardedTo
(
typeof
(
BitOperations
))]
422
[
assembly
:
TypeForwardedTo
(
typeof
(
object
))]
423
[
assembly
:
TypeForwardedTo
(
typeof
(
ObjectDisposedException
))]
424
[
assembly
:
TypeForwardedTo
(
typeof
(
ObsoleteAttribute
))]
425
[
assembly
:
TypeForwardedTo
(
typeof
(
OperatingSystem
))]
426
[
assembly
:
TypeForwardedTo
(
typeof
(
OperationCanceledException
))]
427
[
assembly
:
TypeForwardedTo
(
typeof
(
OutOfMemoryException
))]
428
[
assembly
:
TypeForwardedTo
(
typeof
(
OverflowException
))]
429
[
assembly
:
TypeForwardedTo
(
typeof
(
ParamArrayAttribute
))]
430
[
assembly
:
TypeForwardedTo
(
typeof
(
PlatformID
))]
431
[
assembly
:
TypeForwardedTo
(
typeof
(
PlatformNotSupportedException
))]
432
[
assembly
:
TypeForwardedTo
(
typeof
(
Predicate<>
))]
433
[
assembly
:
TypeForwardedTo
(
typeof
(
Progress<>
))]
434
[
assembly
:
TypeForwardedTo
(
typeof
(
Random
))]
435
[
assembly
:
TypeForwardedTo
(
typeof
(
Range
))]
436
[
assembly
:
TypeForwardedTo
(
typeof
(
RankException
))]
437
[
assembly
:
TypeForwardedTo
(
typeof
(
ReadOnlyMemory<>
))]
438
[
assembly
:
TypeForwardedTo
(
typeof
(
ReadOnlySpan<>
))]
439
[
assembly
:
TypeForwardedTo
(
typeof
(
AmbiguousMatchException
))]
440
[
assembly
:
TypeForwardedTo
(
typeof
(
Assembly
))]
441
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyAlgorithmIdAttribute
))]
442
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyCompanyAttribute
))]
443
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyConfigurationAttribute
))]
444
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyContentType
))]
445
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyCopyrightAttribute
))]
446
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyCultureAttribute
))]
447
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyDefaultAliasAttribute
))]
448
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyDelaySignAttribute
))]
449
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyDescriptionAttribute
))]
450
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyFileVersionAttribute
))]
451
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyFlagsAttribute
))]
452
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyInformationalVersionAttribute
))]
453
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyKeyFileAttribute
))]
454
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyKeyNameAttribute
))]
455
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyMetadataAttribute
))]
456
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyName
))]
457
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyNameFlags
))]
458
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyNameProxy
))]
459
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyProductAttribute
))]
460
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblySignatureKeyAttribute
))]
461
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyTitleAttribute
))]
462
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyTrademarkAttribute
))]
463
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyVersionAttribute
))]
464
[
assembly
:
TypeForwardedTo
(
typeof
(
Binder
))]
465
[
assembly
:
TypeForwardedTo
(
typeof
(
BindingFlags
))]
466
[
assembly
:
TypeForwardedTo
(
typeof
(
CallingConventions
))]
467
[
assembly
:
TypeForwardedTo
(
typeof
(
ConstructorInfo
))]
468
[
assembly
:
TypeForwardedTo
(
typeof
(
CustomAttributeData
))]
469
[
assembly
:
TypeForwardedTo
(
typeof
(
CustomAttributeExtensions
))]
470
[
assembly
:
TypeForwardedTo
(
typeof
(
CustomAttributeFormatException
))]
471
[
assembly
:
TypeForwardedTo
(
typeof
(
CustomAttributeNamedArgument
))]
472
[
assembly
:
TypeForwardedTo
(
typeof
(
CustomAttributeTypedArgument
))]
473
[
assembly
:
TypeForwardedTo
(
typeof
(
DefaultMemberAttribute
))]
474
[
assembly
:
TypeForwardedTo
(
typeof
(
EventAttributes
))]
475
[
assembly
:
TypeForwardedTo
(
typeof
(
EventInfo
))]
476
[
assembly
:
TypeForwardedTo
(
typeof
(
ExceptionHandlingClause
))]
477
[
assembly
:
TypeForwardedTo
(
typeof
(
ExceptionHandlingClauseOptions
))]
478
[
assembly
:
TypeForwardedTo
(
typeof
(
FieldAttributes
))]
479
[
assembly
:
TypeForwardedTo
(
typeof
(
FieldInfo
))]
480
[
assembly
:
TypeForwardedTo
(
typeof
(
GenericParameterAttributes
))]
481
[
assembly
:
TypeForwardedTo
(
typeof
(
ICustomAttributeProvider
))]
482
[
assembly
:
TypeForwardedTo
(
typeof
(
ImageFileMachine
))]
483
[
assembly
:
TypeForwardedTo
(
typeof
(
InterfaceMapping
))]
484
[
assembly
:
TypeForwardedTo
(
typeof
(
IntrospectionExtensions
))]
485
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidFilterCriteriaException
))]
486
[
assembly
:
TypeForwardedTo
(
typeof
(
IReflect
))]
487
[
assembly
:
TypeForwardedTo
(
typeof
(
IReflectableType
))]
488
[
assembly
:
TypeForwardedTo
(
typeof
(
LocalVariableInfo
))]
489
[
assembly
:
TypeForwardedTo
(
typeof
(
ManifestResourceInfo
))]
490
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberFilter
))]
491
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberInfo
))]
492
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberTypes
))]
493
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodAttributes
))]
494
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodBase
))]
495
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodBody
))]
496
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodImplAttributes
))]
497
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodInfo
))]
498
[
assembly
:
TypeForwardedTo
(
typeof
(
Missing
))]
499
[
assembly
:
TypeForwardedTo
(
typeof
(
Module
))]
500
[
assembly
:
TypeForwardedTo
(
typeof
(
ModuleResolveEventHandler
))]
501
[
assembly
:
TypeForwardedTo
(
typeof
(
NullabilityInfo
))]
502
[
assembly
:
TypeForwardedTo
(
typeof
(
NullabilityInfoContext
))]
503
[
assembly
:
TypeForwardedTo
(
typeof
(
NullabilityState
))]
504
[
assembly
:
TypeForwardedTo
(
typeof
(
ObfuscateAssemblyAttribute
))]
505
[
assembly
:
TypeForwardedTo
(
typeof
(
ObfuscationAttribute
))]
506
[
assembly
:
TypeForwardedTo
(
typeof
(
ParameterAttributes
))]
507
[
assembly
:
TypeForwardedTo
(
typeof
(
ParameterInfo
))]
508
[
assembly
:
TypeForwardedTo
(
typeof
(
ParameterModifier
))]
509
[
assembly
:
TypeForwardedTo
(
typeof
(
Pointer
))]
510
[
assembly
:
TypeForwardedTo
(
typeof
(
PortableExecutableKinds
))]
511
[
assembly
:
TypeForwardedTo
(
typeof
(
ProcessorArchitecture
))]
512
[
assembly
:
TypeForwardedTo
(
typeof
(
PropertyAttributes
))]
513
[
assembly
:
TypeForwardedTo
(
typeof
(
PropertyInfo
))]
514
[
assembly
:
TypeForwardedTo
(
typeof
(
ReflectionContext
))]
515
[
assembly
:
TypeForwardedTo
(
typeof
(
ReflectionTypeLoadException
))]
516
[
assembly
:
TypeForwardedTo
(
typeof
(
ResourceAttributes
))]
517
[
assembly
:
TypeForwardedTo
(
typeof
(
ResourceLocation
))]
518
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeReflectionExtensions
))]
519
[
assembly
:
TypeForwardedTo
(
typeof
(
StrongNameKeyPair
))]
520
[
assembly
:
TypeForwardedTo
(
typeof
(
TargetException
))]
521
[
assembly
:
TypeForwardedTo
(
typeof
(
TargetInvocationException
))]
522
[
assembly
:
TypeForwardedTo
(
typeof
(
TargetParameterCountException
))]
523
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeAttributes
))]
524
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeDelegator
))]
525
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeFilter
))]
526
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeInfo
))]
527
[
assembly
:
TypeForwardedTo
(
typeof
(
ResolveEventArgs
))]
528
[
assembly
:
TypeForwardedTo
(
typeof
(
ResolveEventHandler
))]
529
[
assembly
:
TypeForwardedTo
(
typeof
(
IResourceReader
))]
530
[
assembly
:
TypeForwardedTo
(
typeof
(
MissingManifestResourceException
))]
531
[
assembly
:
TypeForwardedTo
(
typeof
(
MissingSatelliteAssemblyException
))]
532
[
assembly
:
TypeForwardedTo
(
typeof
(
NeutralResourcesLanguageAttribute
))]
533
[
assembly
:
TypeForwardedTo
(
typeof
(
ResourceManager
))]
534
[
assembly
:
TypeForwardedTo
(
typeof
(
ResourceReader
))]
535
[
assembly
:
TypeForwardedTo
(
typeof
(
ResourceSet
))]
536
[
assembly
:
TypeForwardedTo
(
typeof
(
SatelliteContractVersionAttribute
))]
537
[
assembly
:
TypeForwardedTo
(
typeof
(
UltimateResourceFallbackLocation
))]
538
[
assembly
:
TypeForwardedTo
(
typeof
(
AmbiguousImplementationException
))]
539
[
assembly
:
TypeForwardedTo
(
typeof
(
AssemblyTargetedPatchBandAttribute
))]
540
[
assembly
:
TypeForwardedTo
(
typeof
(
AccessedThroughPropertyAttribute
))]
541
[
assembly
:
TypeForwardedTo
(
typeof
(
AsyncIteratorMethodBuilder
))]
542
[
assembly
:
TypeForwardedTo
(
typeof
(
AsyncIteratorStateMachineAttribute
))]
543
[
assembly
:
TypeForwardedTo
(
typeof
(
AsyncMethodBuilderAttribute
))]
544
[
assembly
:
TypeForwardedTo
(
typeof
(
AsyncStateMachineAttribute
))]
545
[
assembly
:
TypeForwardedTo
(
typeof
(
AsyncTaskMethodBuilder
))]
546
[
assembly
:
TypeForwardedTo
(
typeof
(
AsyncTaskMethodBuilder<>
))]
547
[
assembly
:
TypeForwardedTo
(
typeof
(
AsyncValueTaskMethodBuilder
))]
548
[
assembly
:
TypeForwardedTo
(
typeof
(
AsyncValueTaskMethodBuilder<>
))]
549
[
assembly
:
TypeForwardedTo
(
typeof
(
AsyncVoidMethodBuilder
))]
550
[
assembly
:
TypeForwardedTo
(
typeof
(
CallConvCdecl
))]
551
[
assembly
:
TypeForwardedTo
(
typeof
(
CallConvFastcall
))]
552
[
assembly
:
TypeForwardedTo
(
typeof
(
CallConvMemberFunction
))]
553
[
assembly
:
TypeForwardedTo
(
typeof
(
CallConvStdcall
))]
554
[
assembly
:
TypeForwardedTo
(
typeof
(
CallConvSuppressGCTransition
))]
555
[
assembly
:
TypeForwardedTo
(
typeof
(
CallConvThiscall
))]
556
[
assembly
:
TypeForwardedTo
(
typeof
(
CallerArgumentExpressionAttribute
))]
557
[
assembly
:
TypeForwardedTo
(
typeof
(
CallerFilePathAttribute
))]
558
[
assembly
:
TypeForwardedTo
(
typeof
(
CallerLineNumberAttribute
))]
559
[
assembly
:
TypeForwardedTo
(
typeof
(
CallerMemberNameAttribute
))]
560
[
assembly
:
TypeForwardedTo
(
typeof
(
CompilationRelaxations
))]
561
[
assembly
:
TypeForwardedTo
(
typeof
(
CompilationRelaxationsAttribute
))]
562
[
assembly
:
TypeForwardedTo
(
typeof
(
CompilerGeneratedAttribute
))]
563
[
assembly
:
TypeForwardedTo
(
typeof
(
CompilerGlobalScopeAttribute
))]
564
[
assembly
:
TypeForwardedTo
(
typeof
(
ConditionalWeakTable<, >
))]
565
[
assembly
:
TypeForwardedTo
(
typeof
(
ConfiguredAsyncDisposable
))]
566
[
assembly
:
TypeForwardedTo
(
typeof
(
ConfiguredCancelableAsyncEnumerable<>
))]
567
[
assembly
:
TypeForwardedTo
(
typeof
(
ConfiguredTaskAwaitable
))]
568
[
assembly
:
TypeForwardedTo
(
typeof
(
ConfiguredTaskAwaitable<>
))]
569
[
assembly
:
TypeForwardedTo
(
typeof
(
ConfiguredValueTaskAwaitable
))]
570
[
assembly
:
TypeForwardedTo
(
typeof
(
ConfiguredValueTaskAwaitable<>
))]
571
[
assembly
:
TypeForwardedTo
(
typeof
(
CustomConstantAttribute
))]
572
[
assembly
:
TypeForwardedTo
(
typeof
(
DateTimeConstantAttribute
))]
573
[
assembly
:
TypeForwardedTo
(
typeof
(
DecimalConstantAttribute
))]
574
[
assembly
:
TypeForwardedTo
(
typeof
(
DefaultDependencyAttribute
))]
575
[
assembly
:
TypeForwardedTo
(
typeof
(
DefaultInterpolatedStringHandler
))]
576
[
assembly
:
TypeForwardedTo
(
typeof
(
DependencyAttribute
))]
577
[
assembly
:
TypeForwardedTo
(
typeof
(
DisablePrivateReflectionAttribute
))]
578
[
assembly
:
TypeForwardedTo
(
typeof
(
DiscardableAttribute
))]
579
[
assembly
:
TypeForwardedTo
(
typeof
(
EnumeratorCancellationAttribute
))]
580
[
assembly
:
TypeForwardedTo
(
typeof
(
ExtensionAttribute
))]
581
[
assembly
:
TypeForwardedTo
(
typeof
(
FixedAddressValueTypeAttribute
))]
582
[
assembly
:
TypeForwardedTo
(
typeof
(
FixedBufferAttribute
))]
583
[
assembly
:
TypeForwardedTo
(
typeof
(
FormattableStringFactory
))]
584
[
assembly
:
TypeForwardedTo
(
typeof
(
IAsyncStateMachine
))]
585
[
assembly
:
TypeForwardedTo
(
typeof
(
ICriticalNotifyCompletion
))]
586
[
assembly
:
TypeForwardedTo
(
typeof
(
IndexerNameAttribute
))]
587
[
assembly
:
TypeForwardedTo
(
typeof
(
INotifyCompletion
))]
588
[
assembly
:
TypeForwardedTo
(
typeof
(
InternalsVisibleToAttribute
))]
589
[
assembly
:
TypeForwardedTo
(
typeof
(
InterpolatedStringHandlerArgumentAttribute
))]
590
[
assembly
:
TypeForwardedTo
(
typeof
(
InterpolatedStringHandlerAttribute
))]
591
[
assembly
:
TypeForwardedTo
(
typeof
(
IsByRefLikeAttribute
))]
592
[
assembly
:
TypeForwardedTo
(
typeof
(
IsConst
))]
593
[
assembly
:
TypeForwardedTo
(
typeof
(
IsExternalInit
))]
594
[
assembly
:
TypeForwardedTo
(
typeof
(
IsReadOnlyAttribute
))]
595
[
assembly
:
TypeForwardedTo
(
typeof
(
IStrongBox
))]
596
[
assembly
:
TypeForwardedTo
(
typeof
(
IsVolatile
))]
597
[
assembly
:
TypeForwardedTo
(
typeof
(
IteratorStateMachineAttribute
))]
598
[
assembly
:
TypeForwardedTo
(
typeof
(
ITuple
))]
599
[
assembly
:
TypeForwardedTo
(
typeof
(
LoadHint
))]
600
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodCodeType
))]
601
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodImplAttribute
))]
602
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodImplOptions
))]
603
[
assembly
:
TypeForwardedTo
(
typeof
(
ModuleInitializerAttribute
))]
604
[
assembly
:
TypeForwardedTo
(
typeof
(
PoolingAsyncValueTaskMethodBuilder
))]
605
[
assembly
:
TypeForwardedTo
(
typeof
(
PoolingAsyncValueTaskMethodBuilder<>
))]
606
[
assembly
:
TypeForwardedTo
(
typeof
(
PreserveBaseOverridesAttribute
))]
607
[
assembly
:
TypeForwardedTo
(
typeof
(
ReferenceAssemblyAttribute
))]
608
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeCompatibilityAttribute
))]
609
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeFeature
))]
610
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeHelpers
))]
611
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeWrappedException
))]
612
[
assembly
:
TypeForwardedTo
(
typeof
(
SkipLocalsInitAttribute
))]
613
[
assembly
:
TypeForwardedTo
(
typeof
(
SpecialNameAttribute
))]
614
[
assembly
:
TypeForwardedTo
(
typeof
(
StateMachineAttribute
))]
615
[
assembly
:
TypeForwardedTo
(
typeof
(
StringFreezingAttribute
))]
616
[
assembly
:
TypeForwardedTo
(
typeof
(
StrongBox<>
))]
617
[
assembly
:
TypeForwardedTo
(
typeof
(
SuppressIldasmAttribute
))]
618
[
assembly
:
TypeForwardedTo
(
typeof
(
SwitchExpressionException
))]
619
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskAwaiter
))]
620
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskAwaiter<>
))]
621
[
assembly
:
TypeForwardedTo
(
typeof
(
TupleElementNamesAttribute
))]
622
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeForwardedFromAttribute
))]
623
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeForwardedToAttribute
))]
624
[
assembly
:
TypeForwardedTo
(
typeof
(
UnsafeValueTypeAttribute
))]
625
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTaskAwaiter
))]
626
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTaskAwaiter<>
))]
627
[
assembly
:
TypeForwardedTo
(
typeof
(
YieldAwaitable
))]
628
[
assembly
:
TypeForwardedTo
(
typeof
(
Cer
))]
629
[
assembly
:
TypeForwardedTo
(
typeof
(
Consistency
))]
630
[
assembly
:
TypeForwardedTo
(
typeof
(
CriticalFinalizerObject
))]
631
[
assembly
:
TypeForwardedTo
(
typeof
(
PrePrepareMethodAttribute
))]
632
[
assembly
:
TypeForwardedTo
(
typeof
(
ReliabilityContractAttribute
))]
633
[
assembly
:
TypeForwardedTo
(
typeof
(
DependentHandle
))]
634
[
assembly
:
TypeForwardedTo
(
typeof
(
ExceptionDispatchInfo
))]
635
[
assembly
:
TypeForwardedTo
(
typeof
(
FirstChanceExceptionEventArgs
))]
636
[
assembly
:
TypeForwardedTo
(
typeof
(
HandleProcessCorruptedStateExceptionsAttribute
))]
637
[
assembly
:
TypeForwardedTo
(
typeof
(
GCLargeObjectHeapCompactionMode
))]
638
[
assembly
:
TypeForwardedTo
(
typeof
(
GCLatencyMode
))]
639
[
assembly
:
TypeForwardedTo
(
typeof
(
GCSettings
))]
640
[
assembly
:
TypeForwardedTo
(
typeof
(
CharSet
))]
641
[
assembly
:
TypeForwardedTo
(
typeof
(
ComVisibleAttribute
))]
642
[
assembly
:
TypeForwardedTo
(
typeof
(
CriticalHandle
))]
643
[
assembly
:
TypeForwardedTo
(
typeof
(
ExternalException
))]
644
[
assembly
:
TypeForwardedTo
(
typeof
(
FieldOffsetAttribute
))]
645
[
assembly
:
TypeForwardedTo
(
typeof
(
GCHandle
))]
646
[
assembly
:
TypeForwardedTo
(
typeof
(
GCHandleType
))]
647
[
assembly
:
TypeForwardedTo
(
typeof
(
InAttribute
))]
648
[
assembly
:
TypeForwardedTo
(
typeof
(
LayoutKind
))]
649
[
assembly
:
TypeForwardedTo
(
typeof
(
OutAttribute
))]
650
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeBuffer
))]
651
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeHandle
))]
652
[
assembly
:
TypeForwardedTo
(
typeof
(
StructLayoutAttribute
))]
653
[
assembly
:
TypeForwardedTo
(
typeof
(
SuppressGCTransitionAttribute
))]
654
[
assembly
:
TypeForwardedTo
(
typeof
(
JitInfo
))]
655
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryFailPoint
))]
656
[
assembly
:
TypeForwardedTo
(
typeof
(
ProfileOptimization
))]
657
[
assembly
:
TypeForwardedTo
(
typeof
(
ObjectHandle
))]
658
[
assembly
:
TypeForwardedTo
(
typeof
(
IDeserializationCallback
))]
659
[
assembly
:
TypeForwardedTo
(
typeof
(
IFormatterConverter
))]
660
[
assembly
:
TypeForwardedTo
(
typeof
(
IObjectReference
))]
661
[
assembly
:
TypeForwardedTo
(
typeof
(
ISafeSerializationData
))]
662
[
assembly
:
TypeForwardedTo
(
typeof
(
ISerializable
))]
663
[
assembly
:
TypeForwardedTo
(
typeof
(
OnDeserializedAttribute
))]
664
[
assembly
:
TypeForwardedTo
(
typeof
(
OnDeserializingAttribute
))]
665
[
assembly
:
TypeForwardedTo
(
typeof
(
OnSerializedAttribute
))]
666
[
assembly
:
TypeForwardedTo
(
typeof
(
OnSerializingAttribute
))]
667
[
assembly
:
TypeForwardedTo
(
typeof
(
OptionalFieldAttribute
))]
668
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeSerializationEventArgs
))]
669
[
assembly
:
TypeForwardedTo
(
typeof
(
SerializationEntry
))]
670
[
assembly
:
TypeForwardedTo
(
typeof
(
SerializationException
))]
671
[
assembly
:
TypeForwardedTo
(
typeof
(
SerializationInfo
))]
672
[
assembly
:
TypeForwardedTo
(
typeof
(
SerializationInfoEnumerator
))]
673
[
assembly
:
TypeForwardedTo
(
typeof
(
StreamingContext
))]
674
[
assembly
:
TypeForwardedTo
(
typeof
(
StreamingContextStates
))]
675
[
assembly
:
TypeForwardedTo
(
typeof
(
TargetedPatchingOptOutAttribute
))]
676
[
assembly
:
TypeForwardedTo
(
typeof
(
ComponentGuaranteesAttribute
))]
677
[
assembly
:
TypeForwardedTo
(
typeof
(
ComponentGuaranteesOptions
))]
678
[
assembly
:
TypeForwardedTo
(
typeof
(
FrameworkName
))]
679
[
assembly
:
TypeForwardedTo
(
typeof
(
OSPlatformAttribute
))]
680
[
assembly
:
TypeForwardedTo
(
typeof
(
RequiresPreviewFeaturesAttribute
))]
681
[
assembly
:
TypeForwardedTo
(
typeof
(
ResourceConsumptionAttribute
))]
682
[
assembly
:
TypeForwardedTo
(
typeof
(
ResourceExposureAttribute
))]
683
[
assembly
:
TypeForwardedTo
(
typeof
(
ResourceScope
))]
684
[
assembly
:
TypeForwardedTo
(
typeof
(
SupportedOSPlatformAttribute
))]
685
[
assembly
:
TypeForwardedTo
(
typeof
(
SupportedOSPlatformGuardAttribute
))]
686
[
assembly
:
TypeForwardedTo
(
typeof
(
TargetFrameworkAttribute
))]
687
[
assembly
:
TypeForwardedTo
(
typeof
(
TargetPlatformAttribute
))]
688
[
assembly
:
TypeForwardedTo
(
typeof
(
UnsupportedOSPlatformAttribute
))]
689
[
assembly
:
TypeForwardedTo
(
typeof
(
UnsupportedOSPlatformGuardAttribute
))]
690
[
assembly
:
TypeForwardedTo
(
typeof
(
VersioningHelper
))]
691
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeArgumentHandle
))]
692
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeFieldHandle
))]
693
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeMethodHandle
))]
694
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeTypeHandle
))]
695
[
assembly
:
TypeForwardedTo
(
typeof
(sbyte))]
696
[
assembly
:
TypeForwardedTo
(
typeof
(
AllowPartiallyTrustedCallersAttribute
))]
697
[
assembly
:
TypeForwardedTo
(
typeof
(
CryptographicException
))]
698
[
assembly
:
TypeForwardedTo
(
typeof
(
IPermission
))]
699
[
assembly
:
TypeForwardedTo
(
typeof
(
ISecurityEncodable
))]
700
[
assembly
:
TypeForwardedTo
(
typeof
(
IStackWalk
))]
701
[
assembly
:
TypeForwardedTo
(
typeof
(
PartialTrustVisibilityLevel
))]
702
[
assembly
:
TypeForwardedTo
(
typeof
(
CodeAccessSecurityAttribute
))]
703
[
assembly
:
TypeForwardedTo
(
typeof
(
PermissionState
))]
704
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityAction
))]
705
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityAttribute
))]
706
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityPermissionAttribute
))]
707
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityPermissionFlag
))]
708
[
assembly
:
TypeForwardedTo
(
typeof
(
PermissionSet
))]
709
[
assembly
:
TypeForwardedTo
(
typeof
(
IIdentity
))]
710
[
assembly
:
TypeForwardedTo
(
typeof
(
IPrincipal
))]
711
[
assembly
:
TypeForwardedTo
(
typeof
(
PrincipalPolicy
))]
712
[
assembly
:
TypeForwardedTo
(
typeof
(
TokenImpersonationLevel
))]
713
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityCriticalAttribute
))]
714
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityCriticalScope
))]
715
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityElement
))]
716
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityException
))]
717
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityRulesAttribute
))]
718
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityRuleSet
))]
719
[
assembly
:
TypeForwardedTo
(
typeof
(
SecuritySafeCriticalAttribute
))]
720
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityTransparentAttribute
))]
721
[
assembly
:
TypeForwardedTo
(
typeof
(
SecurityTreatAsSafeAttribute
))]
722
[
assembly
:
TypeForwardedTo
(
typeof
(
SuppressUnmanagedCodeSecurityAttribute
))]
723
[
assembly
:
TypeForwardedTo
(
typeof
(
UnverifiableCodeAttribute
))]
724
[
assembly
:
TypeForwardedTo
(
typeof
(
VerificationException
))]
725
[
assembly
:
TypeForwardedTo
(
typeof
(
SerializableAttribute
))]
726
[
assembly
:
TypeForwardedTo
(
typeof
(
float
))]
727
[
assembly
:
TypeForwardedTo
(
typeof
(
Span<>
))]
728
[
assembly
:
TypeForwardedTo
(
typeof
(
StackOverflowException
))]
729
[
assembly
:
TypeForwardedTo
(
typeof
(
STAThreadAttribute
))]
730
[
assembly
:
TypeForwardedTo
(
typeof
(
string
))]
731
[
assembly
:
TypeForwardedTo
(
typeof
(
StringComparer
))]
732
[
assembly
:
TypeForwardedTo
(
typeof
(
StringComparison
))]
733
[
assembly
:
TypeForwardedTo
(
typeof
(
StringNormalizationExtensions
))]
734
[
assembly
:
TypeForwardedTo
(
typeof
(
StringSplitOptions
))]
735
[
assembly
:
TypeForwardedTo
(
typeof
(
SystemException
))]
736
[
assembly
:
TypeForwardedTo
(
typeof
(
Decoder
))]
737
[
assembly
:
TypeForwardedTo
(
typeof
(
DecoderExceptionFallback
))]
738
[
assembly
:
TypeForwardedTo
(
typeof
(
DecoderExceptionFallbackBuffer
))]
739
[
assembly
:
TypeForwardedTo
(
typeof
(
DecoderFallback
))]
740
[
assembly
:
TypeForwardedTo
(
typeof
(
DecoderFallbackBuffer
))]
741
[
assembly
:
TypeForwardedTo
(
typeof
(
DecoderFallbackException
))]
742
[
assembly
:
TypeForwardedTo
(
typeof
(
DecoderReplacementFallback
))]
743
[
assembly
:
TypeForwardedTo
(
typeof
(
DecoderReplacementFallbackBuffer
))]
744
[
assembly
:
TypeForwardedTo
(
typeof
(
Encoder
))]
745
[
assembly
:
TypeForwardedTo
(
typeof
(
EncoderExceptionFallback
))]
746
[
assembly
:
TypeForwardedTo
(
typeof
(
EncoderExceptionFallbackBuffer
))]
747
[
assembly
:
TypeForwardedTo
(
typeof
(
EncoderFallback
))]
748
[
assembly
:
TypeForwardedTo
(
typeof
(
EncoderFallbackBuffer
))]
749
[
assembly
:
TypeForwardedTo
(
typeof
(
EncoderFallbackException
))]
750
[
assembly
:
TypeForwardedTo
(
typeof
(
EncoderReplacementFallback
))]
751
[
assembly
:
TypeForwardedTo
(
typeof
(
EncoderReplacementFallbackBuffer
))]
752
[
assembly
:
TypeForwardedTo
(
typeof
(
Encoding
))]
753
[
assembly
:
TypeForwardedTo
(
typeof
(
EncodingInfo
))]
754
[
assembly
:
TypeForwardedTo
(
typeof
(
EncodingProvider
))]
755
[
assembly
:
TypeForwardedTo
(
typeof
(
NormalizationForm
))]
756
[
assembly
:
TypeForwardedTo
(
typeof
(
Rune
))]
757
[
assembly
:
TypeForwardedTo
(
typeof
(
StringBuilder
))]
758
[
assembly
:
TypeForwardedTo
(
typeof
(
StringRuneEnumerator
))]
759
[
assembly
:
TypeForwardedTo
(
typeof
(
Utf8
))]
760
[
assembly
:
TypeForwardedTo
(
typeof
(
CancellationToken
))]
761
[
assembly
:
TypeForwardedTo
(
typeof
(
CancellationTokenRegistration
))]
762
[
assembly
:
TypeForwardedTo
(
typeof
(
CancellationTokenSource
))]
763
[
assembly
:
TypeForwardedTo
(
typeof
(
LazyThreadSafetyMode
))]
764
[
assembly
:
TypeForwardedTo
(
typeof
(
PeriodicTimer
))]
765
[
assembly
:
TypeForwardedTo
(
typeof
(
ConcurrentExclusiveSchedulerPair
))]
766
[
assembly
:
TypeForwardedTo
(
typeof
(
IValueTaskSource
))]
767
[
assembly
:
TypeForwardedTo
(
typeof
(
IValueTaskSource<>
))]
768
[
assembly
:
TypeForwardedTo
(
typeof
(
ManualResetValueTaskSourceCore<>
))]
769
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTaskSourceOnCompletedFlags
))]
770
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTaskSourceStatus
))]
771
[
assembly
:
TypeForwardedTo
(
typeof
(
Task
))]
772
[
assembly
:
TypeForwardedTo
(
typeof
(
Task<>
))]
773
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskAsyncEnumerableExtensions
))]
774
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskCanceledException
))]
775
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskCompletionSource
))]
776
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskCompletionSource<>
))]
777
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskContinuationOptions
))]
778
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskCreationOptions
))]
779
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskExtensions
))]
780
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskFactory
))]
781
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskFactory<>
))]
782
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskScheduler
))]
783
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskSchedulerException
))]
784
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskStatus
))]
785
[
assembly
:
TypeForwardedTo
(
typeof
(
UnobservedTaskExceptionEventArgs
))]
786
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTask
))]
787
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTask<>
))]
788
[
assembly
:
TypeForwardedTo
(
typeof
(
Timeout
))]
789
[
assembly
:
TypeForwardedTo
(
typeof
(
Timer
))]
790
[
assembly
:
TypeForwardedTo
(
typeof
(
TimerCallback
))]
791
[
assembly
:
TypeForwardedTo
(
typeof
(
WaitHandle
))]
792
[
assembly
:
TypeForwardedTo
(
typeof
(
WaitHandleExtensions
))]
793
[
assembly
:
TypeForwardedTo
(
typeof
(
ThreadStaticAttribute
))]
794
[
assembly
:
TypeForwardedTo
(
typeof
(
TimeOnly
))]
795
[
assembly
:
TypeForwardedTo
(
typeof
(
TimeoutException
))]
796
[
assembly
:
TypeForwardedTo
(
typeof
(
TimeSpan
))]
797
[
assembly
:
TypeForwardedTo
(
typeof
(
TimeZone
))]
798
[
assembly
:
TypeForwardedTo
(
typeof
(
TimeZoneInfo
))]
799
[
assembly
:
TypeForwardedTo
(
typeof
(
TimeZoneNotFoundException
))]
800
[
assembly
:
TypeForwardedTo
(
typeof
(
Tuple
))]
801
[
assembly
:
TypeForwardedTo
(
typeof
(
Tuple<>
))]
802
[
assembly
:
TypeForwardedTo
(
typeof
(
Tuple<, >
))]
803
[
assembly
:
TypeForwardedTo
(
typeof
(
Tuple<, , >
))]
804
[
assembly
:
TypeForwardedTo
(
typeof
(
Tuple<, , , >
))]
805
[
assembly
:
TypeForwardedTo
(
typeof
(
Tuple<, , , , >
))]
806
[
assembly
:
TypeForwardedTo
(
typeof
(
Tuple<, , , , , >
))]
807
[
assembly
:
TypeForwardedTo
(
typeof
(
Tuple<, , , , , , >
))]
808
[
assembly
:
TypeForwardedTo
(
typeof
(
Tuple<, , , , , , , >
))]
809
[
assembly
:
TypeForwardedTo
(
typeof
(
TupleExtensions
))]
810
[
assembly
:
TypeForwardedTo
(
typeof
(
Type
))]
811
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeAccessException
))]
812
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeCode
))]
813
[
assembly
:
TypeForwardedTo
(
typeof
(
TypedReference
))]
814
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeInitializationException
))]
815
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeLoadException
))]
816
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeUnloadedException
))]
817
[
assembly
:
TypeForwardedTo
(
typeof
(ushort))]
818
[
assembly
:
TypeForwardedTo
(
typeof
(uint))]
819
[
assembly
:
TypeForwardedTo
(
typeof
(ulong))]
820
[
assembly
:
TypeForwardedTo
(
typeof
(
UIntPtr
))]
821
[
assembly
:
TypeForwardedTo
(
typeof
(
UnauthorizedAccessException
))]
822
[
assembly
:
TypeForwardedTo
(
typeof
(
UnhandledExceptionEventArgs
))]
823
[
assembly
:
TypeForwardedTo
(
typeof
(
UnhandledExceptionEventHandler
))]
824
[
assembly
:
TypeForwardedTo
(
typeof
(
Uri
))]
825
[
assembly
:
TypeForwardedTo
(
typeof
(
UriBuilder
))]
826
[
assembly
:
TypeForwardedTo
(
typeof
(
UriComponents
))]
827
[
assembly
:
TypeForwardedTo
(
typeof
(
UriCreationOptions
))]
828
[
assembly
:
TypeForwardedTo
(
typeof
(
UriFormat
))]
829
[
assembly
:
TypeForwardedTo
(
typeof
(
UriFormatException
))]
830
[
assembly
:
TypeForwardedTo
(
typeof
(
UriHostNameType
))]
831
[
assembly
:
TypeForwardedTo
(
typeof
(
UriKind
))]
832
[
assembly
:
TypeForwardedTo
(
typeof
(
UriParser
))]
833
[
assembly
:
TypeForwardedTo
(
typeof
(
UriPartial
))]
834
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTuple
))]
835
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTuple<>
))]
836
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTuple<, >
))]
837
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTuple<, , >
))]
838
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTuple<, , , >
))]
839
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTuple<, , , , >
))]
840
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTuple<, , , , , >
))]
841
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTuple<, , , , , , >
))]
842
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueTuple<, , , , , , , >
))]
843
[
assembly
:
TypeForwardedTo
(
typeof
(
ValueType
))]
844
[
assembly
:
TypeForwardedTo
(
typeof
(
Version
))]
845
[
assembly
:
TypeForwardedTo
(
typeof
(
void
))]
846
[
assembly
:
TypeForwardedTo
(
typeof
(
WeakReference
))]
847
[
assembly
:
TypeForwardedTo
(
typeof
(
WeakReference<>
))]
848
[
module
:
SkipLocalsInit
]
Microsoft.Win32.SafeHandles.CriticalHandleMinusOneIsInvalid
Definition
CriticalHandleMinusOneIsInvalid.cs:7
Microsoft.Win32.SafeHandles.CriticalHandleZeroOrMinusOneIsInvalid
Definition
CriticalHandleZeroOrMinusOneIsInvalid.cs:7
Microsoft.Win32.SafeHandles.SafeFileHandle
Definition
SafeFileHandle.cs:15
Microsoft.Win32.SafeHandles.SafeHandleMinusOneIsInvalid
Definition
SafeHandleMinusOneIsInvalid.cs:7
Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Definition
SafeHandleZeroOrMinusOneIsInvalid.cs:7
Microsoft.Win32.SafeHandles.SafeWaitHandle
Definition
SafeWaitHandle.cs:6
System.AccessViolationException
Definition
AccessViolationException.cs:9
System.Activator
Definition
Activator.cs:14
System.AggregateException
Definition
AggregateException.cs:16
System.AppContext
Definition
AppContext.cs:14
System.AppDomainSetup
Definition
AppDomainSetup.cs:4
System.AppDomainUnloadedException
Definition
AppDomainUnloadedException.cs:9
System.AppDomain
Definition
AppDomain.cs:17
System.ApplicationException
Definition
ApplicationException.cs:9
System.ApplicationId
Definition
ApplicationId.cs:7
System.ArgumentException
Definition
ArgumentException.cs:9
System.ArgumentNullException
Definition
ArgumentNullException.cs:10
System.ArgumentOutOfRangeException
Definition
ArgumentOutOfRangeException.cs:9
System.ArithmeticException
Definition
ArithmeticException.cs:9
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
System.Array
Definition
Array.cs:16
System.AssemblyLoadEventArgs
Definition
AssemblyLoadEventArgs.cs:6
System.AttributeUsageAttribute
Definition
AttributeUsageAttribute.cs:5
System.Attribute
Definition
Attribute.cs:12
System.BadImageFormatException
Definition
BadImageFormatException.cs:10
System.BitConverter
Definition
BitConverter.cs:10
System.Buffer
Definition
Buffer.cs:8
System.CLSCompliantAttribute
Definition
CLSCompliantAttribute.cs:5
System.CannotUnloadAppDomainException
Definition
CannotUnloadAppDomainException.cs:9
System.CharEnumerator
Definition
CharEnumerator.cs:7
System.CodeDom.Compiler.GeneratedCodeAttribute
Definition
GeneratedCodeAttribute.cs:5
System.CodeDom.Compiler.IndentedTextWriter
Definition
IndentedTextWriter.cs:11
System.Collections.ArrayList
Definition
ArrayList.cs:11
System.Collections.Generic.Comparer
Definition
Comparer.cs:9
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.KeyNotFoundException
Definition
KeyNotFoundException.cs:9
System.Collections.Generic.KeyValuePair
Definition
KeyValuePair.cs:31
System.Collections.Hashtable
Definition
Hashtable.cs:13
System.ComponentModel.DefaultValueAttribute
Definition
DefaultValueAttribute.cs:10
System.ComponentModel.EditorBrowsableAttribute
Definition
EditorBrowsableAttribute.cs:7
System.ContextBoundObject
Definition
ContextBoundObject.cs:4
System.ContextMarshalException
Definition
ContextMarshalException.cs:9
System.ContextStaticAttribute
Definition
ContextStaticAttribute.cs:5
System.Convert
Definition
Convert.cs:10
System.DBNull
Definition
DBNull.cs:7
System.Delegate
Definition
Delegate.cs:12
System.Diagnostics.CodeAnalysis.AllowNullAttribute
Definition
AllowNullAttribute.cs:5
System.Diagnostics.CodeAnalysis.DisallowNullAttribute
Definition
DisallowNullAttribute.cs:5
System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute
Definition
DoesNotReturnAttribute.cs:5
System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute
Definition
DoesNotReturnIfAttribute.cs:5
System.Diagnostics.CodeAnalysis.DynamicDependencyAttribute
Definition
DynamicDependencyAttribute.cs:5
System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute
Definition
DynamicallyAccessedMembersAttribute.cs:5
System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute
Definition
ExcludeFromCodeCoverageAttribute.cs:5
System.Diagnostics.CodeAnalysis.MaybeNullAttribute
Definition
MaybeNullAttribute.cs:5
System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute
Definition
MaybeNullWhenAttribute.cs:5
System.Diagnostics.CodeAnalysis.MemberNotNullAttribute
Definition
MemberNotNullAttribute.cs:5
System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute
Definition
MemberNotNullWhenAttribute.cs:5
System.Diagnostics.CodeAnalysis.NotNullAttribute
Definition
NotNullAttribute.cs:5
System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute
Definition
NotNullIfNotNullAttribute.cs:5
System.Diagnostics.CodeAnalysis.NotNullWhenAttribute
Definition
NotNullWhenAttribute.cs:5
System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute
Definition
RequiresAssemblyFilesAttribute.cs:5
System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
Definition
RequiresUnreferencedCodeAttribute.cs:5
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute
Definition
SuppressMessageAttribute.cs:6
System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute
Definition
UnconditionalSuppressMessageAttribute.cs:5
System.Diagnostics.ConditionalAttribute
Definition
ConditionalAttribute.cs:5
System.Diagnostics.Debug
Definition
Debug.cs:11
System.Diagnostics.DebuggableAttribute
Definition
DebuggableAttribute.cs:5
System.Diagnostics.DebuggerBrowsableAttribute
Definition
DebuggerBrowsableAttribute.cs:5
System.Diagnostics.DebuggerDisplayAttribute
Definition
DebuggerDisplayAttribute.cs:5
System.Diagnostics.DebuggerHiddenAttribute
Definition
DebuggerHiddenAttribute.cs:5
System.Diagnostics.DebuggerNonUserCodeAttribute
Definition
DebuggerNonUserCodeAttribute.cs:5
System.Diagnostics.DebuggerStepThroughAttribute
Definition
DebuggerStepThroughAttribute.cs:5
System.Diagnostics.DebuggerStepperBoundaryAttribute
Definition
DebuggerStepperBoundaryAttribute.cs:5
System.Diagnostics.DebuggerTypeProxyAttribute
Definition
DebuggerTypeProxyAttribute.cs:7
System.Diagnostics.DebuggerVisualizerAttribute
Definition
DebuggerVisualizerAttribute.cs:7
System.Diagnostics.Debugger
Definition
Debugger.cs:7
System.Diagnostics.StackTraceHiddenAttribute
Definition
StackTraceHiddenAttribute.cs:5
System.Diagnostics.Stopwatch
Definition
Stopwatch.cs:6
System.DivideByZeroException
Definition
DivideByZeroException.cs:9
System.DuplicateWaitObjectException
Definition
DuplicateWaitObjectException.cs:9
System.EntryPointNotFoundException
Definition
EntryPointNotFoundException.cs:9
System.Enum
Definition
Enum.cs:14
System.Environment
Definition
Environment.cs:15
System.EventArgs
Definition
EventArgs.cs:8
System.Exception
Definition
Exception.cs:15
System.ExecutionEngineException
Definition
ExecutionEngineException.cs:10
System.FieldAccessException
Definition
FieldAccessException.cs:9
System.FileStyleUriParser
Definition
FileStyleUriParser.cs:4
System.FlagsAttribute
Definition
FlagsAttribute.cs:5
System.FormatException
Definition
FormatException.cs:9
System.FormattableString
Definition
FormattableString.cs:6
System.FtpStyleUriParser
Definition
FtpStyleUriParser.cs:4
System.GC
Definition
GC.cs:8
System.GenericUriParser
Definition
GenericUriParser.cs:4
System.Globalization.Calendar
Definition
Calendar.cs:4
System.Globalization.CharUnicodeInfo
Definition
CharUnicodeInfo.cs:10
System.Globalization.ChineseLunisolarCalendar
Definition
ChineseLunisolarCalendar.cs:4
System.Globalization.CompareInfo
Definition
CompareInfo.cs:17
System.Globalization.CultureInfo
Definition
CultureInfo.cs:8
System.Globalization.CultureNotFoundException
Definition
CultureNotFoundException.cs:9
System.Globalization.DateTimeFormatInfo
Definition
DateTimeFormatInfo.cs:8
System.Globalization.DaylightTime
Definition
DaylightTime.cs:4
System.Globalization.EastAsianLunisolarCalendar
Definition
EastAsianLunisolarCalendar.cs:4
System.Globalization.GlobalizationExtensions
Definition
GlobalizationExtensions.cs:4
System.Globalization.GregorianCalendar
Definition
GregorianCalendar.cs:4
System.Globalization.HebrewCalendar
Definition
HebrewCalendar.cs:4
System.Globalization.HijriCalendar
Definition
HijriCalendar.cs:6
System.Globalization.ISOWeek
Definition
ISOWeek.cs:4
System.Globalization.IdnMapping
Definition
IdnMapping.cs:9
System.Globalization.JapaneseCalendar
Definition
JapaneseCalendar.cs:9
System.Globalization.JapaneseLunisolarCalendar
Definition
JapaneseLunisolarCalendar.cs:4
System.Globalization.JulianCalendar
Definition
JulianCalendar.cs:4
System.Globalization.KoreanCalendar
Definition
KoreanCalendar.cs:4
System.Globalization.KoreanLunisolarCalendar
Definition
KoreanLunisolarCalendar.cs:4
System.Globalization.NumberFormatInfo
Definition
NumberFormatInfo.cs:4
System.Globalization.PersianCalendar
Definition
PersianCalendar.cs:4
System.Globalization.RegionInfo
Definition
RegionInfo.cs:6
System.Globalization.SortKey
Definition
SortKey.cs:6
System.Globalization.SortVersion
Definition
SortVersion.cs:9
System.Globalization.StringInfo
Definition
StringInfo.cs:8
System.Globalization.TaiwanCalendar
Definition
TaiwanCalendar.cs:4
System.Globalization.TaiwanLunisolarCalendar
Definition
TaiwanLunisolarCalendar.cs:4
System.Globalization.TextElementEnumerator
Definition
TextElementEnumerator.cs:7
System.Globalization.TextInfo
Definition
TextInfo.cs:12
System.Globalization.ThaiBuddhistCalendar
Definition
ThaiBuddhistCalendar.cs:4
System.Globalization.UmAlQuraCalendar
Definition
UmAlQuraCalendar.cs:4
System.GopherStyleUriParser
Definition
GopherStyleUriParser.cs:4
System.HttpStyleUriParser
Definition
HttpStyleUriParser.cs:4
System.IO.BinaryReader
Definition
BinaryReader.cs:8
System.IO.BinaryWriter
Definition
BinaryWriter.cs:10
System.IO.BufferedStream
Definition
BufferedStream.cs:7
System.IO.DirectoryInfo
Definition
DirectoryInfo.cs:7
System.IO.DirectoryNotFoundException
Definition
DirectoryNotFoundException.cs:9
System.IO.Directory
Definition
Directory.cs:8
System.IO.EndOfStreamException
Definition
EndOfStreamException.cs:9
System.IO.EnumerationOptions
Definition
EnumerationOptions.cs:4
System.IO.Enumeration.FileSystemName
Definition
FileSystemName.cs:6
System.IO.FileInfo
Definition
FileInfo.cs:7
System.IO.FileLoadException
Definition
FileLoadException.cs:10
System.IO.FileNotFoundException
Definition
FileNotFoundException.cs:9
System.IO.FileStreamOptions
Definition
FileStreamOptions.cs:4
System.IO.FileStream
Definition
FileStream.cs:11
System.IO.FileSystemInfo
Definition
FileSystemInfo.cs:7
System.IO.File
Definition
File.cs:15
System.IO.IOException
Definition
IOException.cs:9
System.IO.InvalidDataException
Definition
InvalidDataException.cs:9
System.IO.MemoryStream
Definition
MemoryStream.cs:9
System.IO.PathTooLongException
Definition
PathTooLongException.cs:9
System.IO.Path
Definition
Path.cs:8
System.IO.RandomAccess
Definition
RandomAccess.cs:14
System.IO.StreamReader
Definition
StreamReader.cs:9
System.IO.StreamWriter
Definition
StreamWriter.cs:11
System.IO.Stream
Definition
Stream.cs:11
System.IO.StringReader
Definition
StringReader.cs:7
System.IO.StringWriter
Definition
StringWriter.cs:9
System.IO.TextReader
Definition
TextReader.cs:11
System.IO.TextWriter
Definition
TextWriter.cs:13
System.IO.UnmanagedMemoryStream
Definition
UnmanagedMemoryStream.cs:8
System.IndexOutOfRangeException
Definition
IndexOutOfRangeException.cs:9
System.InsufficientExecutionStackException
Definition
InsufficientExecutionStackException.cs:9
System.InsufficientMemoryException
Definition
InsufficientMemoryException.cs:9
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.InvalidOperationException
Definition
InvalidOperationException.cs:9
System.InvalidProgramException
Definition
InvalidProgramException.cs:9
System.InvalidTimeZoneException
Definition
InvalidTimeZoneException.cs:9
System.LdapStyleUriParser
Definition
LdapStyleUriParser.cs:4
System.LoaderOptimizationAttribute
Definition
LoaderOptimizationAttribute.cs:5
System.MTAThreadAttribute
Definition
MTAThreadAttribute.cs:5
System.MarshalByRefObject
Definition
MarshalByRefObject.cs:8
System.MathF
Definition
MathF.cs:10
System.Math
Definition
Math.cs:13
System.MemberAccessException
Definition
MemberAccessException.cs:9
System.MethodAccessException
Definition
MethodAccessException.cs:9
System.MissingFieldException
Definition
MissingFieldException.cs:9
System.MissingMemberException
Definition
MissingMemberException.cs:9
System.MissingMethodException
Definition
MissingMethodException.cs:9
System.MulticastDelegate
Definition
MulticastDelegate.cs:16
System.MulticastNotSupportedException
Definition
MulticastNotSupportedException.cs:9
System.NetPipeStyleUriParser
Definition
NetPipeStyleUriParser.cs:4
System.NetTcpStyleUriParser
Definition
NetTcpStyleUriParser.cs:4
System.Net.TaskExtensions
Definition
TaskExtensions.cs:7
System.Net.WebUtility
Definition
WebUtility.cs:12
System.NewsStyleUriParser
Definition
NewsStyleUriParser.cs:4
System.NonSerializedAttribute
Definition
NonSerializedAttribute.cs:5
System.NotFiniteNumberException
Definition
NotFiniteNumberException.cs:9
System.NotImplementedException
Definition
NotImplementedException.cs:9
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.NullReferenceException
Definition
NullReferenceException.cs:9
System.Numerics.BitOperations
Definition
BitOperations.cs:10
System.ObjectDisposedException
Definition
ObjectDisposedException.cs:9
System.ObsoleteAttribute
Definition
ObsoleteAttribute.cs:5
System.OperatingSystem
Definition
OperatingSystem.cs:8
System.OperationCanceledException
Definition
OperationCanceledException.cs:10
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.OverflowException
Definition
OverflowException.cs:9
System.ParamArrayAttribute
Definition
ParamArrayAttribute.cs:5
System.PlatformNotSupportedException
Definition
PlatformNotSupportedException.cs:9
System.Random
Definition
Random.cs:9
System.RankException
Definition
RankException.cs:9
System.Reflection.AmbiguousMatchException
Definition
AmbiguousMatchException.cs:9
System.Reflection.AssemblyAlgorithmIdAttribute
Definition
AssemblyAlgorithmIdAttribute.cs:7
System.Reflection.AssemblyCompanyAttribute
Definition
AssemblyCompanyAttribute.cs:5
System.Reflection.AssemblyConfigurationAttribute
Definition
AssemblyConfigurationAttribute.cs:5
System.Reflection.AssemblyCopyrightAttribute
Definition
AssemblyCopyrightAttribute.cs:5
System.Reflection.AssemblyCultureAttribute
Definition
AssemblyCultureAttribute.cs:5
System.Reflection.AssemblyDefaultAliasAttribute
Definition
AssemblyDefaultAliasAttribute.cs:5
System.Reflection.AssemblyDelaySignAttribute
Definition
AssemblyDelaySignAttribute.cs:5
System.Reflection.AssemblyDescriptionAttribute
Definition
AssemblyDescriptionAttribute.cs:5
System.Reflection.AssemblyFileVersionAttribute
Definition
AssemblyFileVersionAttribute.cs:5
System.Reflection.AssemblyFlagsAttribute
Definition
AssemblyFlagsAttribute.cs:5
System.Reflection.AssemblyInformationalVersionAttribute
Definition
AssemblyInformationalVersionAttribute.cs:5
System.Reflection.AssemblyKeyFileAttribute
Definition
AssemblyKeyFileAttribute.cs:5
System.Reflection.AssemblyKeyNameAttribute
Definition
AssemblyKeyNameAttribute.cs:5
System.Reflection.AssemblyMetadataAttribute
Definition
AssemblyMetadataAttribute.cs:5
System.Reflection.AssemblyNameProxy
Definition
AssemblyNameProxy.cs:4
System.Reflection.AssemblyName
Definition
AssemblyName.cs:12
System.Reflection.AssemblyProductAttribute
Definition
AssemblyProductAttribute.cs:5
System.Reflection.AssemblySignatureKeyAttribute
Definition
AssemblySignatureKeyAttribute.cs:5
System.Reflection.AssemblyTitleAttribute
Definition
AssemblyTitleAttribute.cs:5
System.Reflection.AssemblyTrademarkAttribute
Definition
AssemblyTrademarkAttribute.cs:5
System.Reflection.AssemblyVersionAttribute
Definition
AssemblyVersionAttribute.cs:5
System.Reflection.Assembly
Definition
Assembly.cs:16
System.Reflection.Binder
Definition
Binder.cs:6
System.Reflection.ConstructorInfo
Definition
ConstructorInfo.cs:8
System.Reflection.CustomAttributeData
Definition
CustomAttributeData.cs:7
System.Reflection.CustomAttributeExtensions
Definition
CustomAttributeExtensions.cs:6
System.Reflection.CustomAttributeFormatException
Definition
CustomAttributeFormatException.cs:9
System.Reflection.DefaultMemberAttribute
Definition
DefaultMemberAttribute.cs:5
System.Reflection.EventInfo
Definition
EventInfo.cs:7
System.Reflection.ExceptionHandlingClause
Definition
ExceptionHandlingClause.cs:4
System.Reflection.FieldInfo
Definition
FieldInfo.cs:8
System.Reflection.IntrospectionExtensions
Definition
IntrospectionExtensions.cs:4
System.Reflection.InvalidFilterCriteriaException
Definition
InvalidFilterCriteriaException.cs:9
System.Reflection.LocalVariableInfo
Definition
LocalVariableInfo.cs:4
System.Reflection.ManifestResourceInfo
Definition
ManifestResourceInfo.cs:4
System.Reflection.MemberInfo
Definition
MemberInfo.cs:7
System.Reflection.MethodBase
Definition
MethodBase.cs:12
System.Reflection.MethodBody
Definition
MethodBody.cs:6
System.Reflection.MethodInfo
Definition
MethodInfo.cs:7
System.Reflection.Missing
Definition
Missing.cs:6
System.Reflection.Module
Definition
Module.cs:9
System.Reflection.NullabilityInfoContext
Definition
NullabilityInfoContext.cs:8
System.Reflection.NullabilityInfo
Definition
NullabilityInfo.cs:4
System.Reflection.ObfuscateAssemblyAttribute
Definition
ObfuscateAssemblyAttribute.cs:5
System.Reflection.ObfuscationAttribute
Definition
ObfuscationAttribute.cs:5
System.Reflection.ParameterInfo
Definition
ParameterInfo.cs:7
System.Reflection.Pointer
Definition
Pointer.cs:8
System.Reflection.PropertyInfo
Definition
PropertyInfo.cs:8
System.Reflection.ReflectionContext
Definition
ReflectionContext.cs:4
System.Reflection.ReflectionTypeLoadException
Definition
ReflectionTypeLoadException.cs:10
System.Reflection.RuntimeReflectionExtensions
Definition
RuntimeReflectionExtensions.cs:7
System.Reflection.StrongNameKeyPair
Definition
StrongNameKeyPair.cs:8
System.Reflection.TargetException
Definition
TargetException.cs:9
System.Reflection.TargetInvocationException
Definition
TargetInvocationException.cs:9
System.Reflection.TargetParameterCountException
Definition
TargetParameterCountException.cs:9
System.Reflection.TypeDelegator
Definition
TypeDelegator.cs:7
System.Reflection.TypeInfo
Definition
TypeInfo.cs:7
System.ResolveEventArgs
Definition
ResolveEventArgs.cs:6
System.Resources.MissingManifestResourceException
Definition
MissingManifestResourceException.cs:9
System.Resources.MissingSatelliteAssemblyException
Definition
MissingSatelliteAssemblyException.cs:9
System.Resources.NeutralResourcesLanguageAttribute
Definition
NeutralResourcesLanguageAttribute.cs:5
System.Resources.ResourceManager
Definition
ResourceManager.cs:10
System.Resources.ResourceReader
Definition
ResourceReader.cs:13
System.Resources.ResourceSet
Definition
ResourceSet.cs:8
System.Resources.SatelliteContractVersionAttribute
Definition
SatelliteContractVersionAttribute.cs:5
System.Runtime.AmbiguousImplementationException
Definition
AmbiguousImplementationException.cs:9
System.Runtime.AssemblyTargetedPatchBandAttribute
Definition
AssemblyTargetedPatchBandAttribute.cs:5
System.Runtime.CompilerServices.AccessedThroughPropertyAttribute
Definition
AccessedThroughPropertyAttribute.cs:5
System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute
Definition
AsyncIteratorStateMachineAttribute.cs:5
System.Runtime.CompilerServices.AsyncMethodBuilderAttribute
Definition
AsyncMethodBuilderAttribute.cs:5
System.Runtime.CompilerServices.AsyncStateMachineAttribute
Definition
AsyncStateMachineAttribute.cs:5
System.Runtime.CompilerServices.CallConvCdecl
Definition
CallConvCdecl.cs:4
System.Runtime.CompilerServices.CallConvFastcall
Definition
CallConvFastcall.cs:4
System.Runtime.CompilerServices.CallConvMemberFunction
Definition
CallConvMemberFunction.cs:4
System.Runtime.CompilerServices.CallConvStdcall
Definition
CallConvStdcall.cs:4
System.Runtime.CompilerServices.CallConvSuppressGCTransition
Definition
CallConvSuppressGCTransition.cs:4
System.Runtime.CompilerServices.CallConvThiscall
Definition
CallConvThiscall.cs:4
System.Runtime.CompilerServices.CallerArgumentExpressionAttribute
Definition
CallerArgumentExpressionAttribute.cs:5
System.Runtime.CompilerServices.CallerFilePathAttribute
Definition
CallerFilePathAttribute.cs:5
System.Runtime.CompilerServices.CallerLineNumberAttribute
Definition
CallerLineNumberAttribute.cs:5
System.Runtime.CompilerServices.CallerMemberNameAttribute
Definition
CallerMemberNameAttribute.cs:5
System.Runtime.CompilerServices.CompilationRelaxationsAttribute
Definition
CompilationRelaxationsAttribute.cs:5
System.Runtime.CompilerServices.CompilerGeneratedAttribute
Definition
CompilerGeneratedAttribute.cs:5
System.Runtime.CompilerServices.CompilerGlobalScopeAttribute
Definition
CompilerGlobalScopeAttribute.cs:5
System.Runtime.CompilerServices.CustomConstantAttribute
Definition
CustomConstantAttribute.cs:5
System.Runtime.CompilerServices.DateTimeConstantAttribute
Definition
DateTimeConstantAttribute.cs:5
System.Runtime.CompilerServices.DecimalConstantAttribute
Definition
DecimalConstantAttribute.cs:5
System.Runtime.CompilerServices.DefaultDependencyAttribute
Definition
DefaultDependencyAttribute.cs:5
System.Runtime.CompilerServices.DependencyAttribute
Definition
DependencyAttribute.cs:5
System.Runtime.CompilerServices.DisablePrivateReflectionAttribute
Definition
DisablePrivateReflectionAttribute.cs:6
System.Runtime.CompilerServices.DiscardableAttribute
Definition
DiscardableAttribute.cs:5
System.Runtime.CompilerServices.EnumeratorCancellationAttribute
Definition
EnumeratorCancellationAttribute.cs:5
System.Runtime.CompilerServices.ExtensionAttribute
Definition
ExtensionAttribute.cs:5
System.Runtime.CompilerServices.FixedAddressValueTypeAttribute
Definition
FixedAddressValueTypeAttribute.cs:5
System.Runtime.CompilerServices.FixedBufferAttribute
Definition
FixedBufferAttribute.cs:5
System.Runtime.CompilerServices.FormattableStringFactory
Definition
FormattableStringFactory.cs:4
System.Runtime.CompilerServices.IndexerNameAttribute
Definition
IndexerNameAttribute.cs:5
System.Runtime.CompilerServices.InternalsVisibleToAttribute
Definition
InternalsVisibleToAttribute.cs:5
System.Runtime.CompilerServices.InterpolatedStringHandlerArgumentAttribute
Definition
InterpolatedStringHandlerArgumentAttribute.cs:5
System.Runtime.CompilerServices.InterpolatedStringHandlerAttribute
Definition
InterpolatedStringHandlerAttribute.cs:5
System.Runtime.CompilerServices.IsConst
Definition
IsConst.cs:4
System.Runtime.CompilerServices.IsExternalInit
Definition
IsExternalInit.cs:7
System.Runtime.CompilerServices.IsVolatile
Definition
IsVolatile.cs:4
System.Runtime.CompilerServices.IteratorStateMachineAttribute
Definition
IteratorStateMachineAttribute.cs:5
System.Runtime.CompilerServices.MethodImplAttribute
Definition
MethodImplAttribute.cs:5
System.Runtime.CompilerServices.ModuleInitializerAttribute
Definition
ModuleInitializerAttribute.cs:5
System.Runtime.CompilerServices.PreserveBaseOverridesAttribute
Definition
PreserveBaseOverridesAttribute.cs:5
System.Runtime.CompilerServices.ReferenceAssemblyAttribute
Definition
ReferenceAssemblyAttribute.cs:5
System.Runtime.CompilerServices.RuntimeCompatibilityAttribute
Definition
RuntimeCompatibilityAttribute.cs:5
System.Runtime.CompilerServices.RuntimeFeature
Definition
RuntimeFeature.cs:6
System.Runtime.CompilerServices.RuntimeHelpers
Definition
RuntimeHelpers.cs:12
System.Runtime.CompilerServices.RuntimeWrappedException
Definition
RuntimeWrappedException.cs:8
System.Runtime.CompilerServices.SkipLocalsInitAttribute
Definition
SkipLocalsInitAttribute.cs:5
System.Runtime.CompilerServices.SpecialNameAttribute
Definition
SpecialNameAttribute.cs:5
System.Runtime.CompilerServices.StateMachineAttribute
Definition
StateMachineAttribute.cs:5
System.Runtime.CompilerServices.StringFreezingAttribute
Definition
StringFreezingAttribute.cs:5
System.Runtime.CompilerServices.SuppressIldasmAttribute
Definition
SuppressIldasmAttribute.cs:6
System.Runtime.CompilerServices.SwitchExpressionException
Definition
SwitchExpressionException.cs:8
System.Runtime.CompilerServices.TupleElementNamesAttribute
Definition
TupleElementNamesAttribute.cs:8
System.Runtime.CompilerServices.TypeForwardedFromAttribute
Definition
TypeForwardedFromAttribute.cs:5
System.Runtime.CompilerServices.TypeForwardedToAttribute
Definition
TypeForwardedToAttribute.cs:5
System.Runtime.CompilerServices.UnsafeValueTypeAttribute
Definition
UnsafeValueTypeAttribute.cs:5
System.Runtime.ConstrainedExecution.CriticalFinalizerObject
Definition
CriticalFinalizerObject.cs:4
System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute
Definition
PrePrepareMethodAttribute.cs:6
System.Runtime.ConstrainedExecution.ReliabilityContractAttribute
Definition
ReliabilityContractAttribute.cs:6
System.Runtime.ExceptionServices.ExceptionDispatchInfo
Definition
ExceptionDispatchInfo.cs:7
System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs
Definition
FirstChanceExceptionEventArgs.cs:4
System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute
Definition
HandleProcessCorruptedStateExceptionsAttribute.cs:6
System.Runtime.GCSettings
Definition
GCSettings.cs:6
System.Runtime.InteropServices.ComVisibleAttribute
Definition
ComVisibleAttribute.cs:5
System.Runtime.InteropServices.CriticalHandle
Definition
CriticalHandle.cs:6
System.Runtime.InteropServices.ExternalException
Definition
ExternalException.cs:9
System.Runtime.InteropServices.FieldOffsetAttribute
Definition
FieldOffsetAttribute.cs:5
System.Runtime.InteropServices.InAttribute
Definition
InAttribute.cs:5
System.Runtime.InteropServices.OutAttribute
Definition
OutAttribute.cs:5
System.Runtime.InteropServices.SafeBuffer
Definition
SafeBuffer.cs:8
System.Runtime.InteropServices.SafeHandle
Definition
SafeHandle.cs:7
System.Runtime.InteropServices.StructLayoutAttribute
Definition
StructLayoutAttribute.cs:5
System.Runtime.InteropServices.SuppressGCTransitionAttribute
Definition
SuppressGCTransitionAttribute.cs:5
System.Runtime.JitInfo
Definition
JitInfo.cs:6
System.Runtime.MemoryFailPoint
Definition
MemoryFailPoint.cs:8
System.Runtime.ProfileOptimization
Definition
ProfileOptimization.cs:6
System.Runtime.Remoting.ObjectHandle
Definition
ObjectHandle.cs:4
System.Runtime.Serialization.OnDeserializedAttribute
Definition
OnDeserializedAttribute.cs:5
System.Runtime.Serialization.OnDeserializingAttribute
Definition
OnDeserializingAttribute.cs:5
System.Runtime.Serialization.OnSerializedAttribute
Definition
OnSerializedAttribute.cs:5
System.Runtime.Serialization.OnSerializingAttribute
Definition
OnSerializingAttribute.cs:5
System.Runtime.Serialization.OptionalFieldAttribute
Definition
OptionalFieldAttribute.cs:5
System.Runtime.Serialization.SafeSerializationEventArgs
Definition
SafeSerializationEventArgs.cs:4
System.Runtime.Serialization.SerializationException
Definition
SerializationException.cs:8
System.Runtime.Serialization.SerializationInfoEnumerator
Definition
SerializationInfoEnumerator.cs:6
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.Runtime.TargetedPatchingOptOutAttribute
Definition
TargetedPatchingOptOutAttribute.cs:5
System.Runtime.Versioning.ComponentGuaranteesAttribute
Definition
ComponentGuaranteesAttribute.cs:5
System.Runtime.Versioning.FrameworkName
Definition
FrameworkName.cs:6
System.Runtime.Versioning.OSPlatformAttribute
Definition
OSPlatformAttribute.cs:4
System.Runtime.Versioning.RequiresPreviewFeaturesAttribute
Definition
RequiresPreviewFeaturesAttribute.cs:5
System.Runtime.Versioning.ResourceConsumptionAttribute
Definition
ResourceConsumptionAttribute.cs:8
System.Runtime.Versioning.ResourceExposureAttribute
Definition
ResourceExposureAttribute.cs:8
System.Runtime.Versioning.SupportedOSPlatformAttribute
Definition
SupportedOSPlatformAttribute.cs:5
System.Runtime.Versioning.SupportedOSPlatformGuardAttribute
Definition
SupportedOSPlatformGuardAttribute.cs:5
System.Runtime.Versioning.TargetFrameworkAttribute
Definition
TargetFrameworkAttribute.cs:5
System.Runtime.Versioning.TargetPlatformAttribute
Definition
TargetPlatformAttribute.cs:5
System.Runtime.Versioning.UnsupportedOSPlatformAttribute
Definition
UnsupportedOSPlatformAttribute.cs:5
System.Runtime.Versioning.UnsupportedOSPlatformGuardAttribute
Definition
UnsupportedOSPlatformGuardAttribute.cs:5
System.Runtime.Versioning.VersioningHelper
Definition
VersioningHelper.cs:6
System.STAThreadAttribute
Definition
STAThreadAttribute.cs:5
System.Security.AllowPartiallyTrustedCallersAttribute
Definition
AllowPartiallyTrustedCallersAttribute.cs:5
System.Security.Cryptography.CryptographicException
Definition
CryptographicException.cs:9
System.Security.PermissionSet
Definition
PermissionSet.cs:9
System.Security.Permissions.CodeAccessSecurityAttribute
Definition
CodeAccessSecurityAttribute.cs:6
System.Security.Permissions.SecurityAttribute
Definition
SecurityAttribute.cs:6
System.Security.Permissions.SecurityPermissionAttribute
Definition
SecurityPermissionAttribute.cs:6
System.Security.SecurityCriticalAttribute
Definition
SecurityCriticalAttribute.cs:5
System.Security.SecurityElement
Definition
SecurityElement.cs:8
System.Security.SecurityException
Definition
SecurityException.cs:10
System.Security.SecurityRulesAttribute
Definition
SecurityRulesAttribute.cs:5
System.Security.SecuritySafeCriticalAttribute
Definition
SecuritySafeCriticalAttribute.cs:5
System.Security.SecurityTransparentAttribute
Definition
SecurityTransparentAttribute.cs:5
System.Security.SecurityTreatAsSafeAttribute
Definition
SecurityTreatAsSafeAttribute.cs:6
System.Security.SuppressUnmanagedCodeSecurityAttribute
Definition
SuppressUnmanagedCodeSecurityAttribute.cs:5
System.Security.UnverifiableCodeAttribute
Definition
UnverifiableCodeAttribute.cs:5
System.Security.VerificationException
Definition
VerificationException.cs:9
System.SerializableAttribute
Definition
SerializableAttribute.cs:5
System.StackOverflowException
Definition
StackOverflowException.cs:9
System.StringComparer
Definition
StringComparer.cs:12
System.StringNormalizationExtensions
Definition
StringNormalizationExtensions.cs:6
System.SystemException
Definition
SystemException.cs:9
System.Text.DecoderExceptionFallbackBuffer
Definition
DecoderExceptionFallbackBuffer.cs:6
System.Text.DecoderExceptionFallback
Definition
DecoderExceptionFallback.cs:6
System.Text.DecoderFallbackBuffer
Definition
DecoderFallbackBuffer.cs:6
System.Text.DecoderFallbackException
Definition
DecoderFallbackException.cs:9
System.Text.DecoderFallback
Definition
DecoderFallback.cs:4
System.Text.DecoderReplacementFallbackBuffer
Definition
DecoderReplacementFallbackBuffer.cs:4
System.Text.DecoderReplacementFallback
Definition
DecoderReplacementFallback.cs:6
System.Text.Decoder
Definition
Decoder.cs:6
System.Text.EncoderExceptionFallbackBuffer
Definition
EncoderExceptionFallbackBuffer.cs:4
System.Text.EncoderExceptionFallback
Definition
EncoderExceptionFallback.cs:6
System.Text.EncoderFallbackBuffer
Definition
EncoderFallbackBuffer.cs:7
System.Text.EncoderFallbackException
Definition
EncoderFallbackException.cs:9
System.Text.EncoderFallback
Definition
EncoderFallback.cs:4
System.Text.EncoderReplacementFallbackBuffer
Definition
EncoderReplacementFallbackBuffer.cs:4
System.Text.EncoderReplacementFallback
Definition
EncoderReplacementFallback.cs:6
System.Text.Encoder
Definition
Encoder.cs:6
System.Text.EncodingInfo
Definition
EncodingInfo.cs:6
System.Text.EncodingProvider
Definition
EncodingProvider.cs:7
System.Text.Encoding
Definition
Encoding.cs:15
System.Text.StringBuilder
Definition
StringBuilder.cs:14
System.Text.Unicode.Utf8
Definition
Utf8.cs:8
System.ThreadStaticAttribute
Definition
ThreadStaticAttribute.cs:5
System.Threading.CancellationTokenSource
Definition
CancellationTokenSource.cs:8
System.Threading.PeriodicTimer
Definition
PeriodicTimer.cs:8
System.Threading.Tasks.ConcurrentExclusiveSchedulerPair
Definition
ConcurrentExclusiveSchedulerPair.cs:9
System.Threading.Tasks.TaskAsyncEnumerableExtensions
Definition
TaskAsyncEnumerableExtensions.cs:7
System.Threading.Tasks.TaskCanceledException
Definition
TaskCanceledException.cs:9
System.Threading.Tasks.TaskCompletionSource
Definition
TaskCompletionSource.cs:135
System.Threading.Tasks.TaskFactory
Definition
TaskFactory.cs:6
System.Threading.Tasks.TaskSchedulerException
Definition
TaskSchedulerException.cs:9
System.Threading.Tasks.TaskScheduler
Definition
TaskScheduler.cs:10
System.Threading.Tasks.Task
Definition
Task.cs:14
System.Threading.Tasks.UnobservedTaskExceptionEventArgs
Definition
UnobservedTaskExceptionEventArgs.cs:4
System.Threading.Timeout
Definition
Timeout.cs:4
System.Threading.Timer
Definition
Timer.cs:11
System.Threading.WaitHandleExtensions
Definition
WaitHandleExtensions.cs:6
System.Threading.WaitHandle
Definition
WaitHandle.cs:9
System.TimeZoneInfo
Definition
TimeZoneInfo.cs:17
System.TimeZoneNotFoundException
Definition
TimeZoneNotFoundException.cs:9
System.TimeZone
Definition
TimeZone.cs:8
System.TimeoutException
Definition
TimeoutException.cs:9
System.TupleExtensions
Definition
TupleExtensions.cs:7
System.Tuple
Definition
Tuple.cs:1134
System.TypeAccessException
Definition
TypeAccessException.cs:9
System.TypeInitializationException
Definition
TypeInitializationException.cs:9
System.TypeLoadException
Definition
TypeLoadException.cs:10
System.TypeUnloadedException
Definition
TypeUnloadedException.cs:9
System.Type
Definition
Type.cs:14
System.UnauthorizedAccessException
Definition
UnauthorizedAccessException.cs:9
System.UnhandledExceptionEventArgs
Definition
UnhandledExceptionEventArgs.cs:4
System.UriBuilder
Definition
UriBuilder.cs:7
System.UriFormatException
Definition
UriFormatException.cs:9
System.UriParser
Definition
UriParser.cs:8
System.Uri
Definition
Uri.cs:16
System.ValueType
Definition
ValueType.cs:10
System.Version
Definition
Version.cs:10
System.WeakReference
Definition
WeakReference.cs:77
System.Buffers.IPinnable
Definition
IPinnable.cs:4
System.Collections.Generic.ICollection
Definition
ICollection.cs:4
System.Collections.Generic.IComparer
Definition
IComparer.cs:4
System.Collections.Generic.IDictionary
Definition
IDictionary.cs:6
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:4
System.Collections.Generic.IEnumerator
Definition
IEnumerator.cs:4
System.Collections.Generic.IEqualityComparer
Definition
IEqualityComparer.cs:6
System.Collections.Generic.IList
Definition
IList.cs:4
System.Collections.IDictionaryEnumerator
Definition
IDictionaryEnumerator.cs:4
System.Collections.IHashCodeProvider
Definition
IHashCodeProvider.cs:8
System.Collections.IStructuralComparable
Definition
IStructuralComparable.cs:4
System.Collections.IStructuralEquatable
Definition
IStructuralEquatable.cs:4
System.IAsyncDisposable
Definition
IAsyncDisposable.cs:6
System.IAsyncResult
Definition
IAsyncResult.cs:6
System.ICloneable
Definition
ICloneable.cs:4
System.IComparable
Definition
IComparable.cs:8
System.IConvertible
Definition
IConvertible.cs:5
System.ICustomFormatter
Definition
ICustomFormatter.cs:4
System.IDisposable
Definition
IDisposable.cs:4
System.IFormatProvider
Definition
IFormatProvider.cs:4
System.IFormattable
Definition
IFormattable.cs:4
System.ISpanFormattable
Definition
ISpanFormattable.cs:4
System.Reflection.ICustomAttributeProvider
Definition
ICustomAttributeProvider.cs:4
System.Reflection.IReflect
Definition
IReflect.cs:7
System.Reflection.IReflectableType
Definition
IReflectableType.cs:4
System.Resources.IResourceReader
Definition
IResourceReader.cs:6
System.Runtime.CompilerServices.IAsyncStateMachine
Definition
IAsyncStateMachine.cs:4
System.Runtime.CompilerServices.ICriticalNotifyCompletion
Definition
ICriticalNotifyCompletion.cs:4
System.Runtime.CompilerServices.INotifyCompletion
Definition
INotifyCompletion.cs:4
System.Runtime.CompilerServices.IStrongBox
Definition
IStrongBox.cs:4
System.Runtime.CompilerServices.ITuple
Definition
ITuple.cs:4
System.Runtime.Serialization.IDeserializationCallback
Definition
IDeserializationCallback.cs:4
System.Runtime.Serialization.IFormatterConverter
Definition
IFormatterConverter.cs:5
System.Runtime.Serialization.IObjectReference
Definition
IObjectReference.cs:4
System.Runtime.Serialization.ISafeSerializationData
Definition
ISafeSerializationData.cs:4
System.Runtime.Serialization.ISerializable
Definition
ISerializable.cs:4
System.Security.IPermission
Definition
IPermission.cs:5
System.Security.ISecurityEncodable
Definition
ISecurityEncodable.cs:4
System.Security.IStackWalk
Definition
IStackWalk.cs:5
System.Security.Principal.IIdentity
Definition
IIdentity.cs:4
System.Security.Principal.IPrincipal
Definition
IPrincipal.cs:4
System.Threading.Tasks.Sources.IValueTaskSource
Definition
IValueTaskSource.cs:12
Microsoft.Win32.SafeHandles
Definition
SafeProcessHandle.cs:3
System.Buffers.OperationStatus
OperationStatus
Definition
OperationStatus.cs:4
System.Buffers
Definition
Base64.cs:7
System.CodeDom.Compiler
Definition
GeneratedCodeAttribute.cs:1
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Collections.ObjectModel
Definition
EventArgsCache.cs:4
System.Collections
Definition
BlockingCollection.cs:8
System.ComponentModel.EditorBrowsableState
EditorBrowsableState
Definition
EditorBrowsableState.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
System.Configuration.Assemblies.AssemblyVersionCompatibility
AssemblyVersionCompatibility
Definition
AssemblyVersionCompatibility.cs:4
System.Configuration.Assemblies.AssemblyHashAlgorithm
AssemblyHashAlgorithm
Definition
AssemblyHashAlgorithm.cs:4
System.Configuration.Assemblies
Definition
AssemblyHashAlgorithm.cs:1
System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes
DynamicallyAccessedMemberTypes
Definition
DynamicallyAccessedMemberTypes.cs:5
System.Diagnostics.CodeAnalysis
Definition
AllowNullAttribute.cs:1
System.Diagnostics.DebuggerBrowsableState
DebuggerBrowsableState
Definition
DebuggerBrowsableState.cs:4
System.Diagnostics
Definition
AggregationManager.cs:6
System.Globalization.CalendarAlgorithmType
CalendarAlgorithmType
Definition
CalendarAlgorithmType.cs:4
System.Globalization.NumberStyles
NumberStyles
Definition
NumberStyles.cs:5
System.Globalization.DigitShapes
DigitShapes
Definition
DigitShapes.cs:4
System.Globalization.TimeSpanStyles
TimeSpanStyles
Definition
TimeSpanStyles.cs:5
System.Globalization.CultureTypes
CultureTypes
Definition
CultureTypes.cs:5
System.Globalization.UnicodeCategory
UnicodeCategory
Definition
UnicodeCategory.cs:4
System.Globalization.GregorianCalendarTypes
GregorianCalendarTypes
Definition
GregorianCalendarTypes.cs:4
System.Globalization.DateTimeStyles
DateTimeStyles
Definition
DateTimeStyles.cs:5
System.Globalization.CompareOptions
CompareOptions
Definition
CompareOptions.cs:5
System.Globalization.CalendarWeekRule
CalendarWeekRule
Definition
CalendarWeekRule.cs:4
System.Globalization
Definition
Calendar.cs:1
System.IO.Enumeration
Definition
FileSystemEntry.cs:1
System.IO.FileOptions
FileOptions
Definition
FileOptions.cs:5
System.IO.MatchCasing
MatchCasing
Definition
MatchCasing.cs:4
System.IO.FileAccess
FileAccess
Definition
FileAccess.cs:5
System.IO.FileShare
FileShare
Definition
FileShare.cs:5
System.IO.SearchOption
SearchOption
Definition
SearchOption.cs:4
System.IO.FileMode
FileMode
Definition
FileMode.cs:4
System.IO.MatchType
MatchType
Definition
MatchType.cs:4
System.IO.HandleInheritability
HandleInheritability
Definition
HandleInheritability.cs:4
System.IO.FileAttributes
FileAttributes
Definition
FileAttributes.cs:5
System.IO.SeekOrigin
SeekOrigin
Definition
SeekOrigin.cs:4
System.IO
Definition
ConsoleStream.cs:3
System.Net
Definition
HttpClientJsonExtensions.cs:8
System.Numerics
Definition
BitOperations.cs:7
System.Reflection.BindingFlags
BindingFlags
Definition
BindingFlags.cs:5
System.Reflection.CallingConventions
CallingConventions
Definition
CallingConventions.cs:5
System.Reflection.ProcessorArchitecture
ProcessorArchitecture
Definition
ProcessorArchitecture.cs:4
System.Reflection.ResourceAttributes
ResourceAttributes
Definition
ResourceAttributes.cs:5
System.Reflection.GenericParameterAttributes
GenericParameterAttributes
Definition
GenericParameterAttributes.cs:5
System.Reflection.TypeFilter
delegate bool TypeFilter(Type m, object? filterCriteria)
System.Reflection.PropertyAttributes
PropertyAttributes
Definition
PropertyAttributes.cs:5
System.Reflection.PortableExecutableKinds
PortableExecutableKinds
Definition
PortableExecutableKinds.cs:5
System.Reflection.FieldAttributes
FieldAttributes
Definition
FieldAttributes.cs:5
System.Reflection.NullabilityState
NullabilityState
Definition
NullabilityState.cs:4
System.Reflection.MethodImplAttributes
MethodImplAttributes
Definition
MethodImplAttributes.cs:4
System.Reflection.ExceptionHandlingClauseOptions
ExceptionHandlingClauseOptions
Definition
ExceptionHandlingClauseOptions.cs:5
System.Reflection.ParameterAttributes
ParameterAttributes
Definition
ParameterAttributes.cs:5
System.Reflection.MemberTypes
MemberTypes
Definition
MemberTypes.cs:5
System.Reflection.MemberFilter
delegate bool MemberFilter(MemberInfo m, object? filterCriteria)
System.Reflection.ModuleResolveEventHandler
delegate Module ModuleResolveEventHandler(object sender, ResolveEventArgs e)
System.Reflection.TypeAttributes
TypeAttributes
Definition
TypeAttributes.cs:5
System.Reflection.MethodAttributes
MethodAttributes
Definition
MethodAttributes.cs:5
System.Reflection.ImageFileMachine
ImageFileMachine
Definition
ImageFileMachine.cs:4
System.Reflection.EventAttributes
EventAttributes
Definition
EventAttributes.cs:5
System.Reflection.AssemblyContentType
AssemblyContentType
Definition
AssemblyContentType.cs:4
System.Reflection.AssemblyNameFlags
AssemblyNameFlags
Definition
AssemblyNameFlags.cs:5
System.Reflection.ResourceLocation
ResourceLocation
Definition
ResourceLocation.cs:5
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Resources.UltimateResourceFallbackLocation
UltimateResourceFallbackLocation
Definition
UltimateResourceFallbackLocation.cs:4
System.Resources
Definition
FastResourceComparer.cs:5
System.Runtime.CompilerServices.LoadHint
LoadHint
Definition
LoadHint.cs:4
System.Runtime.CompilerServices.CompilationRelaxations
CompilationRelaxations
Definition
CompilationRelaxations.cs:5
System.Runtime.CompilerServices.MethodCodeType
MethodCodeType
Definition
MethodCodeType.cs:4
System.Runtime.CompilerServices.MethodImplOptions
MethodImplOptions
Definition
MethodImplOptions.cs:5
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.ConstrainedExecution.Consistency
Consistency
Definition
Consistency.cs:5
System.Runtime.ConstrainedExecution.Cer
Cer
Definition
Cer.cs:5
System.Runtime.ConstrainedExecution
Definition
Cer.cs:1
System.Runtime.ExceptionServices
Definition
ExceptionDispatchInfo.cs:4
System.Runtime.InteropServices.DllImportSearchPath
DllImportSearchPath
Definition
DllImportSearchPath.cs:5
System.Runtime.InteropServices.CharSet
CharSet
Definition
CharSet.cs:4
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.Runtime.InteropServices.GCHandleType
GCHandleType
Definition
GCHandleType.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Runtime.Remoting
Definition
ObjectHandle.cs:1
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization.StreamingContextStates
StreamingContextStates
Definition
StreamingContextStates.cs:5
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.Runtime.Versioning.ResourceScope
ResourceScope
Definition
ResourceScope.cs:5
System.Runtime.Versioning.ComponentGuaranteesOptions
ComponentGuaranteesOptions
Definition
ComponentGuaranteesOptions.cs:5
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.Runtime.GCLatencyMode
GCLatencyMode
Definition
GCLatencyMode.cs:4
System.Runtime.GCLargeObjectHeapCompactionMode
GCLargeObjectHeapCompactionMode
Definition
GCLargeObjectHeapCompactionMode.cs:4
System.Runtime
Definition
NullablePublicOnlyAttribute.cs:3
System.Security.Cryptography
Definition
CryptoPool.cs:3
System.Security.Permissions.SecurityPermissionFlag
SecurityPermissionFlag
Definition
SecurityPermissionFlag.cs:6
System.Security.Permissions.SecurityAction
SecurityAction
Definition
SecurityAction.cs:5
System.Security.Permissions.PermissionState
PermissionState
Definition
PermissionState.cs:5
System.Security.Permissions
Definition
CodeAccessSecurityAttribute.cs:1
System.Security.Principal.PrincipalPolicy
PrincipalPolicy
Definition
PrincipalPolicy.cs:4
System.Security.Principal.TokenImpersonationLevel
TokenImpersonationLevel
Definition
TokenImpersonationLevel.cs:4
System.Security.Principal
Definition
IIdentity.cs:1
System.Security.SecurityCriticalScope
SecurityCriticalScope
Definition
SecurityCriticalScope.cs:5
System.Security.PartialTrustVisibilityLevel
PartialTrustVisibilityLevel
Definition
PartialTrustVisibilityLevel.cs:4
System.Security.SecurityRuleSet
SecurityRuleSet
Definition
SecurityRuleSet.cs:4
System.Security
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.Text.Unicode
Definition
GraphemeClusterBreakType.cs:1
System.Text.NormalizationForm
NormalizationForm
Definition
NormalizationForm.cs:6
System.Text
Definition
ConsoleEncoding.cs:1
System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags
ValueTaskSourceOnCompletedFlags
Definition
ValueTaskSourceOnCompletedFlags.cs:5
System.Threading.Tasks.Sources.ValueTaskSourceStatus
ValueTaskSourceStatus
Definition
ValueTaskSourceStatus.cs:4
System.Threading.Tasks.Sources
Definition
IValueTaskSource.cs:1
System.Threading.Tasks.TaskCreationOptions
TaskCreationOptions
Definition
TaskCreationOptions.cs:5
System.Threading.Tasks.TaskStatus
TaskStatus
Definition
TaskStatus.cs:4
System.Threading.Tasks.TaskContinuationOptions
TaskContinuationOptions
Definition
TaskContinuationOptions.cs:5
System.Threading.Tasks
Definition
TaskToApm.cs:3
System.Threading.TimerCallback
delegate void TimerCallback(object? state)
System.Threading.LazyThreadSafetyMode
LazyThreadSafetyMode
Definition
LazyThreadSafetyMode.cs:4
System.Threading
Definition
TaskToApm.cs:3
System.GCCollectionMode
GCCollectionMode
Definition
GCCollectionMode.cs:4
System.ResolveEventHandler
delegate? Assembly ResolveEventHandler(object? sender, ResolveEventArgs args)
System.LoaderOptimization
LoaderOptimization
Definition
LoaderOptimization.cs:4
System.EnvironmentVariableTarget
EnvironmentVariableTarget
Definition
EnvironmentVariableTarget.cs:4
System.DateTimeKind
DateTimeKind
Definition
DateTimeKind.cs:4
System.TypeCode
TypeCode
Definition
TypeCode.cs:4
System.GCNotificationStatus
GCNotificationStatus
Definition
GCNotificationStatus.cs:4
System.UriKind
UriKind
Definition
UriKind.cs:4
System.DayOfWeek
DayOfWeek
Definition
DayOfWeek.cs:4
System.Base64FormattingOptions
Base64FormattingOptions
Definition
Base64FormattingOptions.cs:5
System.GenericUriParserOptions
GenericUriParserOptions
Definition
GenericUriParserOptions.cs:5
System.StringComparison
StringComparison
Definition
StringComparison.cs:4
System.UnhandledExceptionEventHandler
delegate void UnhandledExceptionEventHandler(object sender, UnhandledExceptionEventArgs e)
System.GCKind
GCKind
Definition
GCKind.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
System.PlatformID
PlatformID
Definition
PlatformID.cs:6
System.MidpointRounding
MidpointRounding
Definition
MidpointRounding.cs:4
System.AssemblyLoadEventHandler
delegate void AssemblyLoadEventHandler(object? sender, AssemblyLoadEventArgs args)
System.StringSplitOptions
StringSplitOptions
Definition
StringSplitOptions.cs:5
System.UriHostNameType
UriHostNameType
Definition
UriHostNameType.cs:4
System.UriPartial
UriPartial
Definition
UriPartial.cs:4
System.UriFormat
UriFormat
Definition
UriFormat.cs:4
System.UriComponents
UriComponents
Definition
UriComponents.cs:5
System
Definition
BlockingCollection.cs:8
System.ArgIterator
Definition
ArgIterator.cs:6
System.Buffers.MemoryHandle
Definition
MemoryHandle.cs:6
System.Collections.DictionaryEntry
Definition
DictionaryEntry.cs:9
System.DateOnly
Definition
DateOnly.cs:8
System.DateTimeOffset
Definition
DateTimeOffset.cs:14
System.DateTime
Definition
DateTime.cs:15
System.GCGenerationInfo
Definition
GCGenerationInfo.cs:4
System.GCMemoryInfo
Definition
GCMemoryInfo.cs:4
System.Guid
Definition
Guid.cs:15
System.Half
Definition
Half.cs:10
System.HashCode
Definition
HashCode.cs:11
System.IO.Enumeration.FileSystemEntry
Definition
FileSystemEntry.cs:4
System.Index
Definition
Index.cs:7
System.IntPtr
Definition
IntPtr.cs:14
System.ModuleHandle
Definition
ModuleHandle.cs:11
System.Nullable
Definition
Nullable.cs:11
System.Range
Definition
Range.cs:7
System.Reflection.CustomAttributeNamedArgument
Definition
CustomAttributeNamedArgument.cs:4
System.Reflection.CustomAttributeTypedArgument
Definition
CustomAttributeTypedArgument.cs:7
System.Reflection.InterfaceMapping
Definition
InterfaceMapping.cs:4
System.Reflection.ParameterModifier
Definition
ParameterModifier.cs:4
System.RuntimeArgumentHandle
Definition
RuntimeArgumentHandle.cs:4
System.RuntimeFieldHandle
Definition
RuntimeFieldHandle.cs:10
System.RuntimeMethodHandle
Definition
RuntimeMethodHandle.cs:13
System.RuntimeTypeHandle
Definition
RuntimeTypeHandle.cs:14
System.Runtime.CompilerServices.AsyncIteratorMethodBuilder
Definition
AsyncIteratorMethodBuilder.cs:8
System.Runtime.CompilerServices.AsyncTaskMethodBuilder
Definition
AsyncTaskMethodBuilder.cs:81
System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder
Definition
AsyncValueTaskMethodBuilder.cs:74
System.Runtime.CompilerServices.AsyncVoidMethodBuilder
Definition
AsyncVoidMethodBuilder.cs:8
System.Runtime.CompilerServices.ConfiguredAsyncDisposable
Definition
ConfiguredAsyncDisposable.cs:7
System.Runtime.CompilerServices.ConfiguredTaskAwaitable
Definition
ConfiguredTaskAwaitable.cs:52
System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable
Definition
ConfiguredValueTaskAwaitable.cs:106
System.Runtime.CompilerServices.DefaultInterpolatedStringHandler
Definition
DefaultInterpolatedStringHandler.cs:10
System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder
Definition
PoolingAsyncValueTaskMethodBuilder.cs:78
System.Runtime.CompilerServices.TaskAwaiter
Definition
TaskAwaiter.cs:150
System.Runtime.CompilerServices.ValueTaskAwaiter
Definition
ValueTaskAwaiter.cs:97
System.Runtime.CompilerServices.YieldAwaitable
Definition
YieldAwaitable.cs:10
System.Runtime.DependentHandle
Definition
DependentHandle.cs:7
System.Runtime.InteropServices.GCHandle
Definition
GCHandle.cs:9
System.Runtime.Serialization.SerializationEntry
Definition
SerializationEntry.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
System.Text.Rune
Definition
Rune.cs:12
System.Text.StringRuneEnumerator
Definition
StringRuneEnumerator.cs:7
System.Threading.CancellationTokenRegistration
Definition
CancellationTokenRegistration.cs:7
System.Threading.CancellationToken
Definition
CancellationToken.cs:8
System.Threading.Tasks.ValueTask
Definition
ValueTask.cs:321
System.TimeOnly
Definition
TimeOnly.cs:8
System.TimeSpan
Definition
TimeSpan.cs:10
System.TypedReference
Definition
TypedReference.cs:11
System.UIntPtr
Definition
UIntPtr.cs:15
System.UriCreationOptions
Definition
UriCreationOptions.cs:4
System.ValueTuple
Definition
ValueTuple.cs:1190
source
System.Runtime
Properties
AssemblyInfo.cs
Generated by
1.10.0