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.Collections.Generic
;
3
using
System.Diagnostics
;
4
using
System.Diagnostics.Eventing.Reader;
5
using
System.Diagnostics.PerformanceData;
6
using
System.Dynamic
;
7
using
System.IO
;
8
using
System.IO.MemoryMappedFiles
;
9
using
System.IO.Pipes
;
10
using
System.Linq
;
11
using
System.Linq.Expressions
;
12
using
System.Reflection
;
13
using
System.Runtime.CompilerServices
;
14
using
System.Runtime.InteropServices
;
15
using
System.Runtime.Versioning
;
16
using
System.Security
;
17
using
System.Security.Cryptography
;
18
using
System.Security.Cryptography.X509Certificates
;
19
using
System.Security.Permissions
;
20
using
System.Threading
;
21
using
System.Threading.Tasks
;
22
using
Microsoft.Win32.SafeHandles
;
23
24
[
assembly
:
CLSCompliant
(
true
)]
25
[
assembly
:
AssemblyDefaultAlias
(
"System.Core"
)]
26
[
assembly
:
AssemblyMetadata
(
".NETFrameworkAssembly"
,
""
)]
27
[
assembly
:
AssemblyMetadata
(
"Serviceable"
,
"True"
)]
28
[
assembly
:
AssemblyMetadata
(
"PreferInbox"
,
"True"
)]
29
[
assembly
:
AssemblyMetadata
(
"IsTrimmable"
,
"True"
)]
30
[
assembly
:
AssemblyCompany
(
"Microsoft Corporation"
)]
31
[
assembly
:
AssemblyCopyright
(
"© Microsoft Corporation. All rights reserved."
)]
32
[
assembly
:
AssemblyDescription
(
"System.Core"
)]
33
[
assembly
:
AssemblyFileVersion
(
"6.0.21.52210"
)]
34
[
assembly
:
AssemblyInformationalVersion
(
"6.0.0+4822e3c3aa77eb82b2fb33c9321f923cf11ddde6"
)]
35
[
assembly
:
AssemblyProduct
(
"Microsoft® .NET"
)]
36
[
assembly
:
AssemblyTitle
(
"System.Core"
)]
37
[
assembly
:
AssemblyMetadata
(
"RepositoryUrl"
,
"https://github.com/dotnet/runtime"
)]
38
[
assembly
:
AssemblyVersion
(
"4.0.0.0"
)]
39
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeMemoryMappedFileHandle
))]
40
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeMemoryMappedViewHandle
))]
41
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeNCryptHandle
))]
42
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeNCryptKeyHandle
))]
43
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeNCryptProviderHandle
))]
44
[
assembly
:
TypeForwardedTo
(
typeof
(
SafeNCryptSecretHandle
))]
45
[
assembly
:
TypeForwardedTo
(
typeof
(
SafePipeHandle
))]
46
[
assembly
:
TypeForwardedTo
(
typeof
(Action))]
47
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , >
))]
48
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , >
))]
49
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , >
))]
50
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , , >
))]
51
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , , , >
))]
52
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , , , , >
))]
53
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , , , , , , , , >
))]
54
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, >
))]
55
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , >
))]
56
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , >
))]
57
[
assembly
:
TypeForwardedTo
(
typeof
(
Action<, , , , , , , , >
))]
58
[
assembly
:
TypeForwardedTo
(
typeof
(
HashSet<>
))]
59
[
assembly
:
TypeForwardedTo
(
typeof
(
EventBookmark
))]
60
[
assembly
:
TypeForwardedTo
(
typeof
(
EventKeyword
))]
61
[
assembly
:
TypeForwardedTo
(
typeof
(EventLevel))]
62
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogConfiguration
))]
63
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogException
))]
64
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogInformation
))]
65
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogInvalidDataException
))]
66
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogIsolation
))]
67
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogLink
))]
68
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogMode
))]
69
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogNotFoundException
))]
70
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogPropertySelector
))]
71
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogProviderDisabledException
))]
72
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogQuery
))]
73
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogReader
))]
74
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogReadingException
))]
75
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogRecord
))]
76
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogSession
))]
77
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogStatus
))]
78
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogType
))]
79
[
assembly
:
TypeForwardedTo
(
typeof
(
EventLogWatcher
))]
80
[
assembly
:
TypeForwardedTo
(
typeof
(EventMetadata))]
81
[
assembly
:
TypeForwardedTo
(
typeof
(EventOpcode))]
82
[
assembly
:
TypeForwardedTo
(
typeof
(
EventProperty
))]
83
[
assembly
:
TypeForwardedTo
(
typeof
(
EventRecord
))]
84
[
assembly
:
TypeForwardedTo
(
typeof
(
EventRecordWrittenEventArgs
))]
85
[
assembly
:
TypeForwardedTo
(
typeof
(EventTask))]
86
[
assembly
:
TypeForwardedTo
(
typeof
(
PathType
))]
87
[
assembly
:
TypeForwardedTo
(
typeof
(ProviderMetadata))]
88
[
assembly
:
TypeForwardedTo
(
typeof
(
SessionAuthentication
))]
89
[
assembly
:
TypeForwardedTo
(
typeof
(
StandardEventKeywords
))]
90
[
assembly
:
TypeForwardedTo
(
typeof
(
StandardEventLevel
))]
91
[
assembly
:
TypeForwardedTo
(
typeof
(
StandardEventOpcode
))]
92
[
assembly
:
TypeForwardedTo
(
typeof
(
StandardEventTask
))]
93
[
assembly
:
TypeForwardedTo
(
typeof
(
CounterData
))]
94
[
assembly
:
TypeForwardedTo
(
typeof
(
CounterSet
))]
95
[
assembly
:
TypeForwardedTo
(
typeof
(
CounterSetInstance
))]
96
[
assembly
:
TypeForwardedTo
(
typeof
(
CounterSetInstanceCounterDataSet
))]
97
[
assembly
:
TypeForwardedTo
(
typeof
(
CounterSetInstanceType
))]
98
[
assembly
:
TypeForwardedTo
(
typeof
(CounterType))]
99
[
assembly
:
TypeForwardedTo
(
typeof
(
BinaryOperationBinder
))]
100
[
assembly
:
TypeForwardedTo
(
typeof
(
BindingRestrictions
))]
101
[
assembly
:
TypeForwardedTo
(
typeof
(
CallInfo
))]
102
[
assembly
:
TypeForwardedTo
(
typeof
(
ConvertBinder
))]
103
[
assembly
:
TypeForwardedTo
(
typeof
(
CreateInstanceBinder
))]
104
[
assembly
:
TypeForwardedTo
(
typeof
(
DeleteIndexBinder
))]
105
[
assembly
:
TypeForwardedTo
(
typeof
(
DeleteMemberBinder
))]
106
[
assembly
:
TypeForwardedTo
(
typeof
(
DynamicMetaObject
))]
107
[
assembly
:
TypeForwardedTo
(
typeof
(
DynamicMetaObjectBinder
))]
108
[
assembly
:
TypeForwardedTo
(
typeof
(
DynamicObject
))]
109
[
assembly
:
TypeForwardedTo
(
typeof
(
ExpandoObject
))]
110
[
assembly
:
TypeForwardedTo
(
typeof
(
GetIndexBinder
))]
111
[
assembly
:
TypeForwardedTo
(
typeof
(
GetMemberBinder
))]
112
[
assembly
:
TypeForwardedTo
(
typeof
(
IDynamicMetaObjectProvider
))]
113
[
assembly
:
TypeForwardedTo
(
typeof
(
IInvokeOnGetBinder
))]
114
[
assembly
:
TypeForwardedTo
(
typeof
(
InvokeBinder
))]
115
[
assembly
:
TypeForwardedTo
(
typeof
(
InvokeMemberBinder
))]
116
[
assembly
:
TypeForwardedTo
(
typeof
(
SetIndexBinder
))]
117
[
assembly
:
TypeForwardedTo
(
typeof
(
SetMemberBinder
))]
118
[
assembly
:
TypeForwardedTo
(
typeof
(
UnaryOperationBinder
))]
119
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<>
))]
120
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , >
))]
121
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , >
))]
122
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , >
))]
123
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , >
))]
124
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , , >
))]
125
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , , , >
))]
126
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , , , , >
))]
127
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , , , , , , , , , , , , , >
))]
128
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, >
))]
129
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , >
))]
130
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , >
))]
131
[
assembly
:
TypeForwardedTo
(
typeof
(
Func<, , , , >
))]
132
[
assembly
:
TypeForwardedTo
(
typeof
(
InvalidTimeZoneException
))]
133
[
assembly
:
TypeForwardedTo
(
typeof
(
HandleInheritability
))]
134
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryMappedFile
))]
135
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryMappedFileAccess
))]
136
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryMappedFileOptions
))]
137
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryMappedFileRights
))]
138
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryMappedViewAccessor
))]
139
[
assembly
:
TypeForwardedTo
(
typeof
(
MemoryMappedViewStream
))]
140
[
assembly
:
TypeForwardedTo
(
typeof
(
AnonymousPipeClientStream
))]
141
[
assembly
:
TypeForwardedTo
(
typeof
(
AnonymousPipeServerStream
))]
142
[
assembly
:
TypeForwardedTo
(
typeof
(
NamedPipeClientStream
))]
143
[
assembly
:
TypeForwardedTo
(
typeof
(
NamedPipeServerStream
))]
144
[
assembly
:
TypeForwardedTo
(
typeof
(
PipeAccessRights
))]
145
[
assembly
:
TypeForwardedTo
(
typeof
(
PipeAccessRule
))]
146
[
assembly
:
TypeForwardedTo
(
typeof
(
PipeAuditRule
))]
147
[
assembly
:
TypeForwardedTo
(
typeof
(
PipeDirection
))]
148
[
assembly
:
TypeForwardedTo
(
typeof
(
PipeOptions
))]
149
[
assembly
:
TypeForwardedTo
(
typeof
(
PipeSecurity
))]
150
[
assembly
:
TypeForwardedTo
(
typeof
(
PipeStream
))]
151
[
assembly
:
TypeForwardedTo
(
typeof
(PipeStreamImpersonationWorker))]
152
[
assembly
:
TypeForwardedTo
(
typeof
(
PipeTransmissionMode
))]
153
[
assembly
:
TypeForwardedTo
(
typeof
(
Lazy<>
))]
154
[
assembly
:
TypeForwardedTo
(
typeof
(
Enumerable
))]
155
[
assembly
:
TypeForwardedTo
(
typeof
(
EnumerableExecutor
))]
156
[
assembly
:
TypeForwardedTo
(
typeof
(
EnumerableExecutor<>
))]
157
[
assembly
:
TypeForwardedTo
(
typeof
(
EnumerableQuery
))]
158
[
assembly
:
TypeForwardedTo
(
typeof
(
EnumerableQuery<>
))]
159
[
assembly
:
TypeForwardedTo
(
typeof
(
BinaryExpression
))]
160
[
assembly
:
TypeForwardedTo
(
typeof
(
BlockExpression
))]
161
[
assembly
:
TypeForwardedTo
(
typeof
(
CatchBlock
))]
162
[
assembly
:
TypeForwardedTo
(
typeof
(
ConditionalExpression
))]
163
[
assembly
:
TypeForwardedTo
(
typeof
(
ConstantExpression
))]
164
[
assembly
:
TypeForwardedTo
(
typeof
(
DebugInfoExpression
))]
165
[
assembly
:
TypeForwardedTo
(
typeof
(
DefaultExpression
))]
166
[
assembly
:
TypeForwardedTo
(
typeof
(
DynamicExpression
))]
167
[
assembly
:
TypeForwardedTo
(
typeof
(
DynamicExpressionVisitor
))]
168
[
assembly
:
TypeForwardedTo
(
typeof
(
ElementInit
))]
169
[
assembly
:
TypeForwardedTo
(
typeof
(
Expression
))]
170
[
assembly
:
TypeForwardedTo
(
typeof
(
Expression<>
))]
171
[
assembly
:
TypeForwardedTo
(
typeof
(
ExpressionType
))]
172
[
assembly
:
TypeForwardedTo
(
typeof
(
ExpressionVisitor
))]
173
[
assembly
:
TypeForwardedTo
(
typeof
(
GotoExpression
))]
174
[
assembly
:
TypeForwardedTo
(
typeof
(
GotoExpressionKind
))]
175
[
assembly
:
TypeForwardedTo
(
typeof
(
IArgumentProvider
))]
176
[
assembly
:
TypeForwardedTo
(
typeof
(
IDynamicExpression
))]
177
[
assembly
:
TypeForwardedTo
(
typeof
(
IndexExpression
))]
178
[
assembly
:
TypeForwardedTo
(
typeof
(
InvocationExpression
))]
179
[
assembly
:
TypeForwardedTo
(
typeof
(
LabelExpression
))]
180
[
assembly
:
TypeForwardedTo
(
typeof
(
LabelTarget
))]
181
[
assembly
:
TypeForwardedTo
(
typeof
(
LambdaExpression
))]
182
[
assembly
:
TypeForwardedTo
(
typeof
(
ListInitExpression
))]
183
[
assembly
:
TypeForwardedTo
(
typeof
(
LoopExpression
))]
184
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberAssignment
))]
185
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberBinding
))]
186
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberBindingType
))]
187
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberExpression
))]
188
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberInitExpression
))]
189
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberListBinding
))]
190
[
assembly
:
TypeForwardedTo
(
typeof
(
MemberMemberBinding
))]
191
[
assembly
:
TypeForwardedTo
(
typeof
(
MethodCallExpression
))]
192
[
assembly
:
TypeForwardedTo
(
typeof
(
NewArrayExpression
))]
193
[
assembly
:
TypeForwardedTo
(
typeof
(
NewExpression
))]
194
[
assembly
:
TypeForwardedTo
(
typeof
(
ParameterExpression
))]
195
[
assembly
:
TypeForwardedTo
(
typeof
(
RuntimeVariablesExpression
))]
196
[
assembly
:
TypeForwardedTo
(
typeof
(
SwitchCase
))]
197
[
assembly
:
TypeForwardedTo
(
typeof
(
SwitchExpression
))]
198
[
assembly
:
TypeForwardedTo
(
typeof
(
SymbolDocumentInfo
))]
199
[
assembly
:
TypeForwardedTo
(
typeof
(
TryExpression
))]
200
[
assembly
:
TypeForwardedTo
(
typeof
(
TypeBinaryExpression
))]
201
[
assembly
:
TypeForwardedTo
(
typeof
(
UnaryExpression
))]
202
[
assembly
:
TypeForwardedTo
(
typeof
(
IGrouping<, >
))]
203
[
assembly
:
TypeForwardedTo
(
typeof
(
ILookup<, >
))]
204
[
assembly
:
TypeForwardedTo
(
typeof
(
IOrderedEnumerable<>
))]
205
[
assembly
:
TypeForwardedTo
(
typeof
(
IOrderedQueryable
))]
206
[
assembly
:
TypeForwardedTo
(
typeof
(
IOrderedQueryable<>
))]
207
[
assembly
:
TypeForwardedTo
(
typeof
(
IQueryable
))]
208
[
assembly
:
TypeForwardedTo
(
typeof
(
IQueryable<>
))]
209
[
assembly
:
TypeForwardedTo
(
typeof
(
IQueryProvider
))]
210
[
assembly
:
TypeForwardedTo
(
typeof
(
Lookup<, >
))]
211
[
assembly
:
TypeForwardedTo
(
typeof
(
OrderedParallelQuery<>
))]
212
[
assembly
:
TypeForwardedTo
(
typeof
(
ParallelEnumerable
))]
213
[
assembly
:
TypeForwardedTo
(
typeof
(
ParallelExecutionMode
))]
214
[
assembly
:
TypeForwardedTo
(
typeof
(
ParallelMergeOptions
))]
215
[
assembly
:
TypeForwardedTo
(
typeof
(
ParallelQuery
))]
216
[
assembly
:
TypeForwardedTo
(
typeof
(
ParallelQuery<>
))]
217
[
assembly
:
TypeForwardedTo
(
typeof
(
Queryable
))]
218
[
assembly
:
TypeForwardedTo
(
typeof
(
CallSite
))]
219
[
assembly
:
TypeForwardedTo
(
typeof
(
CallSite<>
))]
220
[
assembly
:
TypeForwardedTo
(
typeof
(
CallSiteBinder
))]
221
[
assembly
:
TypeForwardedTo
(
typeof
(
CallSiteHelpers
))]
222
[
assembly
:
TypeForwardedTo
(
typeof
(
DebugInfoGenerator
))]
223
[
assembly
:
TypeForwardedTo
(
typeof
(
DynamicAttribute
))]
224
[
assembly
:
TypeForwardedTo
(
typeof
(
ExtensionAttribute
))]
225
[
assembly
:
TypeForwardedTo
(
typeof
(
IRuntimeVariables
))]
226
[
assembly
:
TypeForwardedTo
(
typeof
(
IStrongBox
))]
227
[
assembly
:
TypeForwardedTo
(
typeof
(
ReadOnlyCollectionBuilder<>
))]
228
[
assembly
:
TypeForwardedTo
(
typeof
(
RuleCache<>
))]
229
[
assembly
:
TypeForwardedTo
(
typeof
(
StrongBox<>
))]
230
[
assembly
:
TypeForwardedTo
(
typeof
(
ComAwareEventInfo
))]
231
[
assembly
:
TypeForwardedTo
(
typeof
(
Aes
))]
232
[
assembly
:
TypeForwardedTo
(
typeof
(
AesCng
))]
233
[
assembly
:
TypeForwardedTo
(
typeof
(
AesCryptoServiceProvider
))]
234
[
assembly
:
TypeForwardedTo
(
typeof
(
AesManaged
))]
235
[
assembly
:
TypeForwardedTo
(
typeof
(
CngAlgorithm
))]
236
[
assembly
:
TypeForwardedTo
(
typeof
(
CngAlgorithmGroup
))]
237
[
assembly
:
TypeForwardedTo
(
typeof
(
CngExportPolicies
))]
238
[
assembly
:
TypeForwardedTo
(
typeof
(
CngKey
))]
239
[
assembly
:
TypeForwardedTo
(
typeof
(
CngKeyBlobFormat
))]
240
[
assembly
:
TypeForwardedTo
(
typeof
(
CngKeyCreationOptions
))]
241
[
assembly
:
TypeForwardedTo
(
typeof
(
CngKeyCreationParameters
))]
242
[
assembly
:
TypeForwardedTo
(
typeof
(
CngKeyHandleOpenOptions
))]
243
[
assembly
:
TypeForwardedTo
(
typeof
(
CngKeyOpenOptions
))]
244
[
assembly
:
TypeForwardedTo
(
typeof
(
CngKeyUsages
))]
245
[
assembly
:
TypeForwardedTo
(
typeof
(
CngProperty
))]
246
[
assembly
:
TypeForwardedTo
(
typeof
(
CngPropertyCollection
))]
247
[
assembly
:
TypeForwardedTo
(
typeof
(
CngPropertyOptions
))]
248
[
assembly
:
TypeForwardedTo
(
typeof
(
CngProvider
))]
249
[
assembly
:
TypeForwardedTo
(
typeof
(
CngUIPolicy
))]
250
[
assembly
:
TypeForwardedTo
(
typeof
(
CngUIProtectionLevels
))]
251
[
assembly
:
TypeForwardedTo
(
typeof
(
DSACng
))]
252
[
assembly
:
TypeForwardedTo
(
typeof
(
ECCurve
))]
253
[
assembly
:
TypeForwardedTo
(
typeof
(
ECDiffieHellman
))]
254
[
assembly
:
TypeForwardedTo
(
typeof
(
ECDiffieHellmanCng
))]
255
[
assembly
:
TypeForwardedTo
(
typeof
(
ECDiffieHellmanCngPublicKey
))]
256
[
assembly
:
TypeForwardedTo
(
typeof
(
ECDiffieHellmanKeyDerivationFunction
))]
257
[
assembly
:
TypeForwardedTo
(
typeof
(
ECDiffieHellmanPublicKey
))]
258
[
assembly
:
TypeForwardedTo
(
typeof
(
ECDsa
))]
259
[
assembly
:
TypeForwardedTo
(
typeof
(
ECDsaCng
))]
260
[
assembly
:
TypeForwardedTo
(
typeof
(
ECKeyXmlFormat
))]
261
[
assembly
:
TypeForwardedTo
(
typeof
(
ECParameters
))]
262
[
assembly
:
TypeForwardedTo
(
typeof
(
ECPoint
))]
263
[
assembly
:
TypeForwardedTo
(
typeof
(
IncrementalHash
))]
264
[
assembly
:
TypeForwardedTo
(
typeof
(
RSACng
))]
265
[
assembly
:
TypeForwardedTo
(
typeof
(
SHA256CryptoServiceProvider
))]
266
[
assembly
:
TypeForwardedTo
(
typeof
(
SHA384CryptoServiceProvider
))]
267
[
assembly
:
TypeForwardedTo
(
typeof
(
SHA512CryptoServiceProvider
))]
268
[
assembly
:
TypeForwardedTo
(
typeof
(
TripleDESCng
))]
269
[
assembly
:
TypeForwardedTo
(
typeof
(
CertificateRequest
))]
270
[
assembly
:
TypeForwardedTo
(
typeof
(
DSACertificateExtensions
))]
271
[
assembly
:
TypeForwardedTo
(
typeof
(
ECDsaCertificateExtensions
))]
272
[
assembly
:
TypeForwardedTo
(
typeof
(
RSACertificateExtensions
))]
273
[
assembly
:
TypeForwardedTo
(
typeof
(
SubjectAlternativeNameBuilder
))]
274
[
assembly
:
TypeForwardedTo
(
typeof
(
X509SignatureGenerator
))]
275
[
assembly
:
TypeForwardedTo
(
typeof
(
LazyThreadSafetyMode
))]
276
[
assembly
:
TypeForwardedTo
(
typeof
(
LockRecursionException
))]
277
[
assembly
:
TypeForwardedTo
(
typeof
(
LockRecursionPolicy
))]
278
[
assembly
:
TypeForwardedTo
(
typeof
(
ReaderWriterLockSlim
))]
279
[
assembly
:
TypeForwardedTo
(
typeof
(
TaskExtensions
))]
280
[
assembly
:
TypeForwardedTo
(
typeof
(
TimeZoneInfo
))]
281
[
assembly
:
TypeForwardedTo
(
typeof
(
TimeZoneNotFoundException
))]
282
[
module
:
SkipLocalsInit
]
Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle
Definition
SafeMemoryMappedFileHandle.cs:4
Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle
Definition
SafeMemoryMappedViewHandle.cs:7
Microsoft.Win32.SafeHandles.SafeNCryptHandle
Definition
SafeNCryptHandle.cs:7
Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle
Definition
SafeNCryptKeyHandle.cs:4
Microsoft.Win32.SafeHandles.SafeNCryptProviderHandle
Definition
SafeNCryptProviderHandle.cs:4
Microsoft.Win32.SafeHandles.SafeNCryptSecretHandle
Definition
SafeNCryptSecretHandle.cs:4
Microsoft.Win32.SafeHandles.SafePipeHandle
Definition
SafePipeHandle.cs:6
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Dynamic.BinaryOperationBinder
Definition
BinaryOperationBinder.cs:7
System.Dynamic.BindingRestrictions
Definition
BindingRestrictions.cs:13
System.Dynamic.CallInfo
Definition
CallInfo.cs:10
System.Dynamic.ConvertBinder
Definition
ConvertBinder.cs:6
System.Dynamic.CreateInstanceBinder
Definition
CreateInstanceBinder.cs:6
System.Dynamic.DeleteIndexBinder
Definition
DeleteIndexBinder.cs:6
System.Dynamic.DeleteMemberBinder
Definition
DeleteMemberBinder.cs:6
System.Dynamic.DynamicMetaObjectBinder
Definition
DynamicMetaObjectBinder.cs:10
System.Dynamic.DynamicMetaObject
Definition
DynamicMetaObject.cs:8
System.Dynamic.DynamicObject
Definition
DynamicObject.cs:12
System.Dynamic.ExpandoObject
Definition
ExpandoObject.cs:13
System.Dynamic.GetIndexBinder
Definition
GetIndexBinder.cs:6
System.Dynamic.GetMemberBinder
Definition
GetMemberBinder.cs:6
System.Dynamic.InvokeBinder
Definition
InvokeBinder.cs:6
System.Dynamic.InvokeMemberBinder
Definition
InvokeMemberBinder.cs:6
System.Dynamic.SetIndexBinder
Definition
SetIndexBinder.cs:6
System.Dynamic.SetMemberBinder
Definition
SetMemberBinder.cs:6
System.Dynamic.UnaryOperationBinder
Definition
UnaryOperationBinder.cs:7
System.IO.MemoryMappedFiles.MemoryMappedFile
Definition
MemoryMappedFile.cs:9
System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
Definition
MemoryMappedViewAccessor.cs:6
System.IO.MemoryMappedFiles.MemoryMappedViewStream
Definition
MemoryMappedViewStream.cs:6
System.IO.Pipes.AnonymousPipeClientStream
Definition
AnonymousPipeClientStream.cs:6
System.IO.Pipes.AnonymousPipeServerStream
Definition
AnonymousPipeServerStream.cs:7
System.IO.Pipes.NamedPipeClientStream
Definition
NamedPipeClientStream.cs:12
System.IO.Pipes.NamedPipeServerStream
Definition
NamedPipeServerStream.cs:12
System.IO.Pipes.PipeAccessRule
Definition
PipeAccessRule.cs:7
System.IO.Pipes.PipeAuditRule
Definition
PipeAuditRule.cs:7
System.IO.Pipes.PipeSecurity
Definition
PipeSecurity.cs:9
System.IO.Pipes.PipeStream
Definition
PipeStream.cs:14
System.InvalidTimeZoneException
Definition
InvalidTimeZoneException.cs:9
System.Linq.EnumerableExecutor
Definition
EnumerableExecutor.cs:23
System.Linq.EnumerableQuery
Definition
EnumerableQuery.cs:33
System.Linq.Enumerable
Definition
Enumerable.cs:9
System.Linq.Expressions.BinaryExpression
Definition
BinaryExpression.cs:12
System.Linq.Expressions.BlockExpression
Definition
BlockExpression.cs:12
System.Linq.Expressions.CatchBlock
Definition
CatchBlock.cs:7
System.Linq.Expressions.ConditionalExpression
Definition
ConditionalExpression.cs:7
System.Linq.Expressions.ConstantExpression
Definition
ConstantExpression.cs:7
System.Linq.Expressions.DebugInfoExpression
Definition
DebugInfoExpression.cs:9
System.Linq.Expressions.DefaultExpression
Definition
DefaultExpression.cs:7
System.Linq.Expressions.DynamicExpressionVisitor
Definition
DynamicExpressionVisitor.cs:6
System.Linq.Expressions.DynamicExpression
Definition
DynamicExpression.cs:10
System.Linq.Expressions.ElementInit
Definition
ElementInit.cs:8
System.Linq.Expressions.ExpressionVisitor
Definition
ExpressionVisitor.cs:9
System.Linq.Expressions.Expression
Definition
Expression.cs:5484
System.Linq.Expressions.GotoExpression
Definition
GotoExpression.cs:7
System.Linq.Expressions.IndexExpression
Definition
IndexExpression.cs:11
System.Linq.Expressions.InvocationExpression
Definition
InvocationExpression.cs:11
System.Linq.Expressions.LabelExpression
Definition
LabelExpression.cs:7
System.Linq.Expressions.LabelTarget
Definition
LabelTarget.cs:4
System.Linq.Expressions.LambdaExpression
Definition
LambdaExpression.cs:14
System.Linq.Expressions.ListInitExpression
Definition
ListInitExpression.cs:10
System.Linq.Expressions.LoopExpression
Definition
LoopExpression.cs:7
System.Linq.Expressions.MemberAssignment
Definition
MemberAssignment.cs:6
System.Linq.Expressions.MemberBinding
Definition
MemberBinding.cs:6
System.Linq.Expressions.MemberExpression
Definition
MemberExpression.cs:10
System.Linq.Expressions.MemberInitExpression
Definition
MemberInitExpression.cs:10
System.Linq.Expressions.MemberListBinding
Definition
MemberListBinding.cs:9
System.Linq.Expressions.MemberMemberBinding
Definition
MemberMemberBinding.cs:9
System.Linq.Expressions.MethodCallExpression
Definition
MethodCallExpression.cs:12
System.Linq.Expressions.NewArrayExpression
Definition
NewArrayExpression.cs:10
System.Linq.Expressions.NewExpression
Definition
NewExpression.cs:12
System.Linq.Expressions.ParameterExpression
Definition
ParameterExpression.cs:8
System.Linq.Expressions.RuntimeVariablesExpression
Definition
RuntimeVariablesExpression.cs:11
System.Linq.Expressions.SwitchCase
Definition
SwitchCase.cs:10
System.Linq.Expressions.SwitchExpression
Definition
SwitchExpression.cs:11
System.Linq.Expressions.SymbolDocumentInfo
Definition
SymbolDocumentInfo.cs:6
System.Linq.Expressions.TryExpression
Definition
TryExpression.cs:10
System.Linq.Expressions.TypeBinaryExpression
Definition
TypeBinaryExpression.cs:9
System.Linq.Expressions.UnaryExpression
Definition
UnaryExpression.cs:10
System.Linq.ParallelEnumerable
Definition
ParallelEnumerable.cs:10
System.Linq.ParallelQuery
Definition
ParallelQuery.cs:43
System.Linq.Queryable
Definition
Queryable.cs:9
System.Runtime.CompilerServices.CallSiteBinder
Definition
CallSiteBinder.cs:11
System.Runtime.CompilerServices.CallSiteHelpers
Definition
CallSiteHelpers.cs:7
System.Runtime.CompilerServices.CallSite
Definition
CallSite.cs:54
System.Runtime.CompilerServices.DebugInfoGenerator
Definition
DebugInfoGenerator.cs:6
System.Runtime.CompilerServices.DynamicAttribute
Definition
DynamicAttribute.cs:7
System.Runtime.CompilerServices.ExtensionAttribute
Definition
ExtensionAttribute.cs:5
System.Runtime.InteropServices.ComAwareEventInfo
Definition
ComAwareEventInfo.cs:9
System.Security.Cryptography.AesCng
Definition
AesCng.cs:7
System.Security.Cryptography.AesCryptoServiceProvider
Definition
AesCryptoServiceProvider.cs:8
System.Security.Cryptography.AesManaged
Definition
AesManaged.cs:10
System.Security.Cryptography.Aes
Definition
Aes.cs:9
System.Security.Cryptography.CngAlgorithmGroup
Definition
CngAlgorithmGroup.cs:6
System.Security.Cryptography.CngAlgorithm
Definition
CngAlgorithm.cs:6
System.Security.Cryptography.CngKeyBlobFormat
Definition
CngKeyBlobFormat.cs:6
System.Security.Cryptography.CngKeyCreationParameters
Definition
CngKeyCreationParameters.cs:4
System.Security.Cryptography.CngKey
Definition
CngKey.cs:10
System.Security.Cryptography.CngPropertyCollection
Definition
CngPropertyCollection.cs:6
System.Security.Cryptography.CngProvider
Definition
CngProvider.cs:6
System.Security.Cryptography.CngUIPolicy
Definition
CngUIPolicy.cs:4
System.Security.Cryptography.DSACng
Definition
DSACng.cs:9
System.Security.Cryptography.ECDiffieHellmanCngPublicKey
Definition
ECDiffieHellmanCngPublicKey.cs:4
System.Security.Cryptography.ECDiffieHellmanCng
Definition
ECDiffieHellmanCng.cs:7
System.Security.Cryptography.ECDiffieHellmanPublicKey
Definition
ECDiffieHellmanPublicKey.cs:6
System.Security.Cryptography.ECDiffieHellman
Definition
ECDiffieHellman.cs:10
System.Security.Cryptography.ECDsaCng
Definition
ECDsaCng.cs:8
System.Security.Cryptography.ECDsa
Definition
ECDsa.cs:12
System.Security.Cryptography.IncrementalHash
Definition
IncrementalHash.cs:7
System.Security.Cryptography.RSACng
Definition
RSACng.cs:11
System.Security.Cryptography.SHA256CryptoServiceProvider
Definition
SHA256CryptoServiceProvider.cs:8
System.Security.Cryptography.SHA384CryptoServiceProvider
Definition
SHA384CryptoServiceProvider.cs:8
System.Security.Cryptography.SHA512CryptoServiceProvider
Definition
SHA512CryptoServiceProvider.cs:8
System.Security.Cryptography.TripleDESCng
Definition
TripleDESCng.cs:7
System.Security.Cryptography.X509Certificates.CertificateRequest
Definition
CertificateRequest.cs:11
System.Security.Cryptography.X509Certificates.DSACertificateExtensions
Definition
DSACertificateExtensions.cs:10
System.Security.Cryptography.X509Certificates.ECDsaCertificateExtensions
Definition
ECDsaCertificateExtensions.cs:7
System.Security.Cryptography.X509Certificates.RSACertificateExtensions
Definition
RSACertificateExtensions.cs:7
System.Security.Cryptography.X509Certificates.SubjectAlternativeNameBuilder
Definition
SubjectAlternativeNameBuilder.cs:11
System.Security.Cryptography.X509Certificates.X509SignatureGenerator
Definition
X509SignatureGenerator.cs:4
System.Threading.LockRecursionException
Definition
LockRecursionException.cs:9
System.Threading.ReaderWriterLockSlim
Definition
ReaderWriterLockSlim.cs:7
System.Threading.Tasks.TaskExtensions
Definition
TaskExtensions.cs:4
System.TimeZoneInfo
Definition
TimeZoneInfo.cs:17
System.TimeZoneNotFoundException
Definition
TimeZoneNotFoundException.cs:9
System.Dynamic.IDynamicMetaObjectProvider
Definition
IDynamicMetaObjectProvider.cs:6
System.Dynamic.IInvokeOnGetBinder
Definition
IInvokeOnGetBinder.cs:4
System.Linq.Expressions.IArgumentProvider
Definition
IArgumentProvider.cs:4
System.Linq.Expressions.IDynamicExpression
Definition
IDynamicExpression.cs:4
System.Linq.IOrderedQueryable
Definition
IOrderedQueryable.cs:10
System.Linq.IQueryProvider
Definition
IQueryProvider.cs:6
System.Linq.IQueryable
Definition
IQueryable.cs:16
System.Runtime.CompilerServices.IRuntimeVariables
Definition
IRuntimeVariables.cs:4
System.Runtime.CompilerServices.IStrongBox
Definition
IStrongBox.cs:4
Microsoft.Win32.SafeHandles
Definition
SafeProcessHandle.cs:3
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Diagnostics
Definition
AggregationManager.cs:6
System.Dynamic
Definition
CacheDict.cs:4
System.IO.MemoryMappedFiles.MemoryMappedFileOptions
MemoryMappedFileOptions
Definition
MemoryMappedFileOptions.cs:5
System.IO.MemoryMappedFiles.MemoryMappedFileAccess
MemoryMappedFileAccess
Definition
MemoryMappedFileAccess.cs:4
System.IO.MemoryMappedFiles.MemoryMappedFileRights
MemoryMappedFileRights
Definition
MemoryMappedFileRights.cs:5
System.IO.MemoryMappedFiles
Definition
MemoryMappedFile.cs:6
System.IO.Pipes.PipeAccessRights
PipeAccessRights
Definition
PipeAccessRights.cs:5
System.IO.Pipes.PipeDirection
PipeDirection
Definition
PipeDirection.cs:4
System.IO.Pipes.PipeTransmissionMode
PipeTransmissionMode
Definition
PipeTransmissionMode.cs:6
System.IO.Pipes.PipeOptions
PipeOptions
Definition
PipeOptions.cs:5
System.IO.Pipes
Definition
AnonymousPipeClientStream.cs:3
System.IO.HandleInheritability
HandleInheritability
Definition
HandleInheritability.cs:4
System.IO
Definition
ConsoleStream.cs:3
System.Linq.Expressions.MemberBindingType
MemberBindingType
Definition
MemberBindingType.cs:4
System.Linq.Expressions.ExpressionType
ExpressionType
Definition
ExpressionType.cs:4
System.Linq.Expressions.GotoExpressionKind
GotoExpressionKind
Definition
GotoExpressionKind.cs:4
System.Linq.Expressions
Definition
AnalyzedTree.cs:3
System.Linq.ParallelExecutionMode
ParallelExecutionMode
Definition
ParallelExecutionMode.cs:4
System.Linq.ParallelMergeOptions
ParallelMergeOptions
Definition
ParallelMergeOptions.cs:4
System.Linq
Definition
ImmutableArrayExtensions.cs:4
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Runtime.Versioning
Definition
NonVersionableAttribute.cs:1
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
System.Security.Cryptography.CngKeyHandleOpenOptions
CngKeyHandleOpenOptions
Definition
CngKeyHandleOpenOptions.cs:5
System.Security.Cryptography.ECKeyXmlFormat
ECKeyXmlFormat
Definition
ECKeyXmlFormat.cs:4
System.Security.Cryptography.CngExportPolicies
CngExportPolicies
Definition
CngExportPolicies.cs:5
System.Security.Cryptography.ECDiffieHellmanKeyDerivationFunction
ECDiffieHellmanKeyDerivationFunction
Definition
ECDiffieHellmanKeyDerivationFunction.cs:4
System.Security.Cryptography.CngKeyCreationOptions
CngKeyCreationOptions
Definition
CngKeyCreationOptions.cs:5
System.Security.Cryptography.CngKeyUsages
CngKeyUsages
Definition
CngKeyUsages.cs:5
System.Security.Cryptography.CngPropertyOptions
CngPropertyOptions
Definition
CngPropertyOptions.cs:5
System.Security.Cryptography.CngKeyOpenOptions
CngKeyOpenOptions
Definition
CngKeyOpenOptions.cs:5
System.Security.Cryptography.CngUIProtectionLevels
CngUIProtectionLevels
Definition
CngUIProtectionLevels.cs:5
System.Security.Cryptography
Definition
CryptoPool.cs:3
System.Security.Permissions
Definition
CodeAccessSecurityAttribute.cs:1
System.Security
Definition
ExtendedProtectionPolicyTypeConverter.cs:8
System.Threading.Tasks
Definition
TaskToApm.cs:3
System.Threading.LockRecursionPolicy
LockRecursionPolicy
Definition
LockRecursionPolicy.cs:4
System.Threading.LazyThreadSafetyMode
LazyThreadSafetyMode
Definition
LazyThreadSafetyMode.cs:4
System.Threading
Definition
TaskToApm.cs:3
System
Definition
BlockingCollection.cs:8
System.Security.Cryptography.CngProperty
Definition
CngProperty.cs:7
System.Security.Cryptography.ECCurve
Definition
ECCurve.cs:9
System.Security.Cryptography.ECParameters
Definition
ECParameters.cs:7
System.Security.Cryptography.ECPoint
Definition
ECPoint.cs:4
source
System.Core
Properties
AssemblyInfo.cs
Generated by
1.10.0