Welcome to mirror list, hosted at ThFree Co, Russian Federation.

corefx.common.sources « System.Data « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5124d9641efb6a5191a235aa83f5204a91271f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
Assembly/AssemblyInfo.cs
../../build/common/Consts.cs
../../build/common/Locale.cs
../../build/common/MonoTODOAttribute.cs
../../build/common/AssemblyRef.cs
../../build/common/SR.cs

#
# corefx doesn't fully cover our API yet, these files fill the gaps:
#
corefx/ThisAssembly.cs
System.Data.SqlClient/SqlCredential.cs
System.Data.SqlClient/SQLDebugging.cs
corefx/Odbc/AdapterUtil.cs
corefx/Odbc/Res.cs
corefx/DbConnection.cs
corefx/DbConnectionOptions.cs
corefx/DiagnosticListener.cs
corefx/SqlClientFactory.cs
corefx/SqlCommand.cs
corefx/SqlException.cs
corefx/SqlConnection.cs
corefx/SqlConnectionStringBuilder.cs
corefx/SqlParameterCollection.cs
corefx/TdsEnums.cs
corefx/SR.cs
corefx/SqlDependencyUtils.cs
../referencesource/System.Data/System/Data/Sql/SqlDataSourceEnumerator.cs
../referencesource/System.Data/System/Data/CodeGen/StrongTypingException.cs
../referencesource/System.Data/System/Data/OleDb/PropertyAttributes.cs
../referencesource/System.Data/System/Data/Common/DBDataPermissionAttribute.cs
../referencesource/System.Data/System/Data/DataSet.cs
../referencesource/System.Data/Microsoft/SqlServer/Server/SqlTriggerContext.cs
../referencesource/System.Data/System/Data/Sql/IBinarySerialize.cs
../referencesource/System.Data/System/Data/Sql/invalidudtexception.cs
../referencesource/System.Data/System/Data/Sql/SqlDataSourceEnumerator.cs
../referencesource/System.Data/System/Data/Sql/SqlFacetAttribute.cs
../referencesource/System.Data/System/Data/Sql/SqlFunctionAttribute.cs
../referencesource/System.Data/System/Data/Sql/SqlGenericUtil.cs
../referencesource/System.Data/System/Data/Sql/SqlMethodAttribute.cs
../referencesource/System.Data/System/Data/Sql/SqlProcedureAttribute.cs
../referencesource/System.Data/System/Data/Sql/SqlTriggerAttribute.cs
../referencesource/System.Data/System/Data/Sql/SqlUserDefinedAggregateAttribute.cs
../referencesource/System.Data/System/Data/Sql/SqlUserDefinedTypeAttribute.cs
../referencesource/System.Data/System/Data/Sql/TriggerAction.cs
../referencesource/System.Data/System/Data/Common/DBDataPermission.cs
../referencesource/System.Data/System/Data/Common/DBDataPermissionAttribute.cs
../referencesource/System.Data/System/Data/SqlClient/SqlClientPermission.cs
../referencesource/System.Data/System/Data/Sql/SqlDataSourceEnumerator.cs
../referencesource/System.Data/System/Data/OleDb/OleDbType.cs

#
# corefx uses these files but we don't need them:
#
#../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbDataReaderExtensions.Facade.cs
#../../../external/corefx/src/System.Data.SqlClient/src/System.Data.SqlClient.TypeForwards.cs
#../../../external/corefx/src/System.Data.Common/src/System.Data.Common.TypeForwards.cs
#../../../external/corefx/src/System.Data.SqlClient/src/System/Data/DataException.cs
#../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParser.RegisterEncoding.cs
#../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbConnectionStringCommon.cs
#../../../external/corefx/src/System.Data.Common/src/System/Data/Common/FieldNameLookup.cs
#../../../external/corefx/src/System.Data.SqlClient/src/System/Data/DataException.cs

#
# System.Data.Common
#
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbConnectionOptions.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbColumn.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/IDbColumnSchemaGenerator.cs
../../../external/corefx/src/System.Data.Common/src/System/HResults.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/TreeIterator.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/XmlBoundElement.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/XmlDataDocument.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/XmlDataImplementation.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/XPathNodePointer.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/BaseTreeIterator.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/DataDocumentXPathNavigator.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/DataPointer.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/DataSetMappper.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/IXmlDataVirtualNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Xml/RegionIterator.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/updatestatus.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/XDRSchema.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/XmlDataLoader.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/XMLDiffLoader.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/XmlKeywords.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/XmlReadMode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/xmlsaver.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/XMLSchema.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/XmlToDatasetMap.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/XmlWriteMode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/AcceptRejectRule.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/AggregateType.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/BaseCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/CatalogLocation.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ColumnTypeConverter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/CommandBehavior.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/CommandType.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ConflictOptions.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ConnectionState.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Constraint.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ConstraintCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ConstraintConverter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ConstraintEnumerator.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataColumn.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataColumnChangeEvent.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataColumnChangeEventHandler.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataColumnCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataColumnPropertyDescriptor.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataError.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataException.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataKey.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRelation.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRelationCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRelationPropertyDescriptor.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRow.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRowAction.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRowChangeEvent.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRowChangeEventHandler.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRowCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRowCreatedEventHandler.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRowState.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRowVersion.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataRowView.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataSerializationFormat.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataSet.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataSetDateTime.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataSysAttribute.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTable.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTableClearEvent.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTableClearEventHandler.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTableCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTableNewRowEvent.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTableNewRowEventHandler.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTablePropertyDescriptor.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTableReader.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTableReaderListener.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataTableTypeConverter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataView.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataViewListener.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataViewManager.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataViewManagerListItemTypeDescriptor.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataViewRowState.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataViewSetting.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DataViewSettingCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DBConcurrencyException.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DbType.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/DefaultValueTypeConverter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/FillErrorEventArgs.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/FillErrorEventHandler.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ForeignKeyConstraint.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IColumnMapping.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IColumnMappingCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDataAdapter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDataParameter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDataParameterCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDataReader.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDataRecord.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDbCommand.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDbConnection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDbDataAdapter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDbDataParameter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IDbTransaction.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/IsolationLevel.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ITableMapping.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ITableMappingCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/KeyRestrictionBehavior.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/LoadOption.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/MappingType.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/MergeFailedEvent.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/MergeFailedEventHandler.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Merger.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/MissingMappingAction.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/MissingSchemaAction.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ParameterDirection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/PrimaryKeyTypeConverter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/PropertyCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Range.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/RbTree.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/RecordManager.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/StatementCompletedEventArgs.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/StatementCompletedEventHandler.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/RelatedView.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/RelationshipConverter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Rule.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SchemaSerializationMode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SchemaType.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Select.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Selection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SimpleType.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SqlDbType.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/StateChangeEvent.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/StateChangeEventHandler.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/StatementType.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/StrongTypingException.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/UniqueConstraint.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/UpdateRowSource.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/UInt64Storage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/AdapterSwitches.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/AdapterUtil.Common.cs
../../../external/corefx/src/Common/src/System/Data/Common/AdapterUtil.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/BigIntegerStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/BooleanStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/ByteStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/CharStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DataAdapter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DataColumnMapping.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DataColumnMappingCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DataCommonEventSource.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DataRecordInternal.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DataStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DataTableMapping.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DataTableMappingCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DateTimeOffsetStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DateTimeStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbCommand.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DBCommandBuilder.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbConnection.cs
../../../external/corefx/src/Common/src/System/Data/Common/DbConnectionPoolKey.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbConnectionStringBuilder.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbConnectionStringBuilderDescriptor.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbDataAdapter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbDataReader.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbDataReaderExtensions.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbDataRecord.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbDataSourceEnumerator.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbEnumerator.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbException.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbMetaDataCollectionNames.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbMetaDataColumnNames.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbParameter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbParameterCollection.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbProviderFactory.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbProviderFactory.CreatePermission.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbProviderSpecificTypePropertyAttribute.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DBSchemaRow.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DBSchemaTable.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DbTransaction.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DecimalStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/DoubleStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/Groupbybehavior.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/identifiercase.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/Int16Storage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/Int32Storage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/Int64Storage.cs
../../../external/corefx/src/Common/src/System/Data/Common/MultipartIdentifier.cs
../../../external/corefx/src/Common/src/System/Data/Common/NameValuePair.cs
../../../external/corefx/src/Common/src/System/Data/Common/DbConnectionOptions.Common.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/ObjectStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/RowUpdatedEventArgs.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/RowUpdatingEventArgs.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SByteStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SchemaTableColumn.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SchemaTableOptionalColumn.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SingleStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLConvert.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SqlUDTStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/StringStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SupportedJoinOperators.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/TimeSpanStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/UInt16Storage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/UInt32Storage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLCharsStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLDateTimeStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLDecimalStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLDoubleStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLGuidStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLInt16Storage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLInt32Storage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLInt64Storage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLMoneyStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLSingleStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLStringStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLBinaryStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQlBooleanStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLBytesStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Common/SQLTypes/SQLByteStorage.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/DataExpression.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/ExpressionNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/ExpressionParser.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/FilterException.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/FunctionNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/IFilter.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/LookupNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/NameNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/Operators.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/UnaryNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/ZeroOpNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/AggregateNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/BinaryNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/Filter/ConstNode.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLChars.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SqlCharStream.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLDateTime.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLDecimal.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLDouble.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLGuid.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLInt16.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLInt32.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLInt64.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLMoney.cs
../../../external/corefx/src/Common/src/System/Data/Common/SQLResource.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLSingle.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLString.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLUtility.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SqlXml.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/INullable.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLBinary.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLBoolean.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLByte.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/SQLTypes/SQLBytes.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ProviderBase/DataReaderContainer.cs
../../../external/corefx/src/System.Data.Common/src/System/Data/ProviderBase/SchemaMapping.cs

#
# System.Data.SqlClient:
#
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/ITypedGetters.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/ITypedGettersV3.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/ITypedSetters.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/ITypedSettersV3.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/ExtendedClrTypeCode.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/MemoryRecordBuffer.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/MetadataUtilsSmi.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiEventSink.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiEventSink_Default.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiGettersStream.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiMetaData.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiMetaDataProperty.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiRecordBuffer.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiSettersStream.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiTypedGetterSetter.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiXetterAccessMap.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SmiXetterTypeCode.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SqlDataRecord.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/SqlRecordBuffer.cs
../../../external/corefx/src/System.Data.SqlClient/src/Microsoft/SqlServer/Server/ValueUtilsSmi.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/OperationAbortedException.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDbColumn.cs
../../../external/corefx/src/Common/src/System/Data/Common/AdapterUtil.cs
../../../external/corefx/src/Common/src/System/Data/Common/DbConnectionPoolKey.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/Common/ActivityCorrelator.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/Common/DbConnectionStringCommon.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/Common/AdapterUtil.SqlClient.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/Common/DbConnectionOptions.cs
../../../external/corefx/src/Common/src/System/Data/Common/FieldNameLookup.cs
../../../external/corefx/src/Common/src/System/Data/Common/BasicFieldNameLookup.cs
../../../external/corefx/src/Common/src/System/Data/Common/MultipartIdentifier.cs
../../../external/corefx/src/Common/src/System/Data/Common/NameValuePair.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionClosed.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionFactory.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionInternal.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionPool.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionPoolGroup.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionPoolGroupProviderInfo.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionPoolIdentity.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionPoolOptions.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbConnectionPoolProviderInfo.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbReferenceCollection.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/DbMetaDataFactory.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/TimeoutTimer.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/Sql/SqlNorm.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/Sql/SqlMetaData.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/Sql/SqlNotificationRequest.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/Sql/SqlSer.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDelegatedTransaction.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlClientMetaDataCollectionNames.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/ApplicationIntent.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/LocalDBAPI.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/ParameterPeekAheadValue.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/RowsCopiedEventArgs.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/RowsCopiedEventHandler.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SortOrder.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlBuffer.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlBulkCopy.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlBulkCopyColumnMapping.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlBulkCopyColumnMappingCollection.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlBulkCopyOptions.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCachedBuffer.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlClientDiagnosticListenerExtensions.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlClientFactory.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommand.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommandBuilder.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnection.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlCommandSet.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnectionFactory.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnectionHelper.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnectionPoolGroupProviderInfo.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnectionPoolKey.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnectionPoolProviderInfo.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnectionString.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnectionStringBuilder.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlConnectionTimeoutErrorInternal.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDataAdapter.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDataReader.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlEnums.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlError.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/sqlmetadatafactory.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlErrorCollection.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlException.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlInfoMessageEvent.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlInfoMessageEventHandler.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlInternalConnection.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlInternalConnectionTds.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/sqlinternaltransaction.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameter.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterCollection.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterCollectionHelper.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlParameterHelper.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlReferenceCollection.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlRowUpdatedEvent.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlRowUpdatedEventHandler.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlRowUpdatingEvent.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlRowUpdatingEventHandler.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlSequentialStream.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlSequentialTextReader.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlStatistics.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlStream.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlTransaction.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlUtil.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsEnums.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParameterSetter.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParser.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserHelperClasses.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserSessionPool.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserStateObject.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserStaticMethods.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsRecordBufferSetter.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsValueSetter.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlNotificationType.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlNotificationSource.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlNotificationInfo.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlNotificationEventArgs.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDependencyListener.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDependencyUtils.cs
#../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDependencyUtils.AppDomain.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlDependency.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/OnChangedEventHandler.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlTypes/SqlTypeWorkarounds.cs
../../../external/corefx/src/Common/src/System/Data/Common/SQLResource.cs
../../../external/corefx/src/Common/src/System/NotImplemented.cs
../../../external/corefx/src/Common/src/System/Threading/Tasks/TaskToApm.cs
../../../external/corefx/src/System.Data.SqlClient/src/Interop/SNINativeMethodWrapper.Common.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNIError.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNIHandle.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNILoadHandle.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNIMarsConnection.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNIMarsHandle.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNIMarsQueuedPacket.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNINpHandle.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNIPacket.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNIProxy.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNITcpHandle.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SslOverTdsStream.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SNICommon.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SspiClientContextStatus.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/SSRP.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/TdsParserStateObjectManaged.cs
../../../external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SqlUdtInfo.cs

../../../external/corefx/src/Common/src/System/Net/ContextFlagsPal.cs
../../../external/corefx/src/Common/src/System/Net/SecurityStatusPal.cs
../../../external/corefx/src/Common/src/System/Net/Security/SecurityBufferType.cs
../../../external/corefx/src/Common/src/System/Net/Security/SecurityBuffer.cs
../../../external/corefx/src/Common/src/System/Net/DebugSafeHandle.cs
../../../external/corefx/src/Common/src/System/Net/DebugCriticalHandleMinusOneIsInvalid.cs
../../../external/corefx/src/Common/src/System/Net/Logging/NetEventSource.Common.cs
../../../external/corefx/src/Common/src/System/Net/Logging/DebugThreadTracking.cs
../../../external/corefx/src/Common/src/System/Net/InternalException.cs
../../../external/corefx/src/Common/src/System/Net/NegotiationInfoClass.cs
../../../external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/DBConnectionString.cs
../../../external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/NameValuePermission.cs
../../../external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/SafeNativeMethods.cs
../../../external/corefx/src/System.Data.Odbc/src/Common/System/Data/ProviderBase/DbBuffer.cs