@tsonic/efcore-npgsql 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
- package/Npgsql/bindings.json +3099 -41
- package/Npgsql/internal/index.d.ts +142 -22
- package/Npgsql.BackendMessages/bindings.json +7 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +884 -15
- package/Npgsql.Internal/internal/index.d.ts +43 -9
- package/Npgsql.Internal.Postgres/bindings.json +81 -0
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +30 -0
- package/Npgsql.PostgresTypes/bindings.json +144 -12
- package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
- package/Npgsql.Replication/bindings.json +166 -11
- package/Npgsql.Replication/internal/index.d.ts +6 -5
- package/Npgsql.Replication.Internal/bindings.json +26 -1
- package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
- package/Npgsql.Replication.PgOutput/bindings.json +160 -6
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
- package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
- package/Npgsql.Schema/bindings.json +87 -54
- package/Npgsql.Schema/internal/index.d.ts +33 -27
- package/Npgsql.TypeMapping/bindings.json +17 -0
- package/Npgsql.Util/bindings.json +4 -0
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +871 -4
- package/NpgsqlTypes/internal/index.d.ts +3 -1
- package/package.json +1 -1
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Npgsql.Internal.DataFormat",
|
|
30
53
|
"declaringAssemblyName": "Npgsql"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Npgsql.Internal.DataFormat",
|
|
41
65
|
"declaringAssemblyName": "Npgsql"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Npgsql.Internal.DataFormat",
|
|
52
77
|
"declaringAssemblyName": "Npgsql"
|
|
53
78
|
}
|
|
@@ -66,6 +91,28 @@
|
|
|
66
91
|
"isSealed": true,
|
|
67
92
|
"isStatic": false,
|
|
68
93
|
"arity": 0,
|
|
94
|
+
"baseType": {
|
|
95
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
96
|
+
"clrName": "System.Enum"
|
|
97
|
+
},
|
|
98
|
+
"interfaces": [
|
|
99
|
+
{
|
|
100
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
101
|
+
"clrName": "System.IComparable"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
105
|
+
"clrName": "System.ISpanFormattable"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
109
|
+
"clrName": "System.IFormattable"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
113
|
+
"clrName": "System.IConvertible"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
69
116
|
"methods": [],
|
|
70
117
|
"properties": [],
|
|
71
118
|
"fields": [
|
|
@@ -77,6 +124,7 @@
|
|
|
77
124
|
"isStatic": false,
|
|
78
125
|
"isReadOnly": false,
|
|
79
126
|
"isLiteral": false,
|
|
127
|
+
"visibility": "Public",
|
|
80
128
|
"declaringClrType": "Npgsql.Internal.MatchRequirement",
|
|
81
129
|
"declaringAssemblyName": "Npgsql"
|
|
82
130
|
},
|
|
@@ -88,6 +136,7 @@
|
|
|
88
136
|
"isStatic": true,
|
|
89
137
|
"isReadOnly": false,
|
|
90
138
|
"isLiteral": true,
|
|
139
|
+
"visibility": "Public",
|
|
91
140
|
"declaringClrType": "Npgsql.Internal.MatchRequirement",
|
|
92
141
|
"declaringAssemblyName": "Npgsql"
|
|
93
142
|
},
|
|
@@ -99,6 +148,7 @@
|
|
|
99
148
|
"isStatic": true,
|
|
100
149
|
"isReadOnly": false,
|
|
101
150
|
"isLiteral": true,
|
|
151
|
+
"visibility": "Public",
|
|
102
152
|
"declaringClrType": "Npgsql.Internal.MatchRequirement",
|
|
103
153
|
"declaringAssemblyName": "Npgsql"
|
|
104
154
|
},
|
|
@@ -110,6 +160,7 @@
|
|
|
110
160
|
"isStatic": true,
|
|
111
161
|
"isReadOnly": false,
|
|
112
162
|
"isLiteral": true,
|
|
163
|
+
"visibility": "Public",
|
|
113
164
|
"declaringClrType": "Npgsql.Internal.MatchRequirement",
|
|
114
165
|
"declaringAssemblyName": "Npgsql"
|
|
115
166
|
}
|
|
@@ -128,6 +179,28 @@
|
|
|
128
179
|
"isSealed": true,
|
|
129
180
|
"isStatic": false,
|
|
130
181
|
"arity": 0,
|
|
182
|
+
"baseType": {
|
|
183
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
184
|
+
"clrName": "System.Enum"
|
|
185
|
+
},
|
|
186
|
+
"interfaces": [
|
|
187
|
+
{
|
|
188
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
189
|
+
"clrName": "System.IComparable"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
193
|
+
"clrName": "System.ISpanFormattable"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
197
|
+
"clrName": "System.IFormattable"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
201
|
+
"clrName": "System.IConvertible"
|
|
202
|
+
}
|
|
203
|
+
],
|
|
131
204
|
"methods": [],
|
|
132
205
|
"properties": [],
|
|
133
206
|
"fields": [
|
|
@@ -139,6 +212,7 @@
|
|
|
139
212
|
"isStatic": false,
|
|
140
213
|
"isReadOnly": false,
|
|
141
214
|
"isLiteral": false,
|
|
215
|
+
"visibility": "Public",
|
|
142
216
|
"declaringClrType": "Npgsql.Internal.SizeKind",
|
|
143
217
|
"declaringAssemblyName": "Npgsql"
|
|
144
218
|
},
|
|
@@ -150,6 +224,7 @@
|
|
|
150
224
|
"isStatic": true,
|
|
151
225
|
"isReadOnly": false,
|
|
152
226
|
"isLiteral": true,
|
|
227
|
+
"visibility": "Public",
|
|
153
228
|
"declaringClrType": "Npgsql.Internal.SizeKind",
|
|
154
229
|
"declaringAssemblyName": "Npgsql"
|
|
155
230
|
},
|
|
@@ -161,6 +236,7 @@
|
|
|
161
236
|
"isStatic": true,
|
|
162
237
|
"isReadOnly": false,
|
|
163
238
|
"isLiteral": true,
|
|
239
|
+
"visibility": "Public",
|
|
164
240
|
"declaringClrType": "Npgsql.Internal.SizeKind",
|
|
165
241
|
"declaringAssemblyName": "Npgsql"
|
|
166
242
|
},
|
|
@@ -172,6 +248,7 @@
|
|
|
172
248
|
"isStatic": true,
|
|
173
249
|
"isReadOnly": false,
|
|
174
250
|
"isLiteral": true,
|
|
251
|
+
"visibility": "Public",
|
|
175
252
|
"declaringClrType": "Npgsql.Internal.SizeKind",
|
|
176
253
|
"declaringAssemblyName": "Npgsql"
|
|
177
254
|
}
|
|
@@ -190,6 +267,20 @@
|
|
|
190
267
|
"isSealed": true,
|
|
191
268
|
"isStatic": false,
|
|
192
269
|
"arity": 0,
|
|
270
|
+
"baseType": {
|
|
271
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
272
|
+
"clrName": "System.MulticastDelegate"
|
|
273
|
+
},
|
|
274
|
+
"interfaces": [
|
|
275
|
+
{
|
|
276
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
277
|
+
"clrName": "System.ICloneable"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
281
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
193
284
|
"methods": [
|
|
194
285
|
{
|
|
195
286
|
"stableId": "Npgsql:Npgsql.Internal.TypeInfoFactory::Invoke(Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.TypeInfoMapping,System.Boolean):Npgsql.Internal.PgTypeInfo",
|
|
@@ -206,6 +297,7 @@
|
|
|
206
297
|
"isVirtual": true,
|
|
207
298
|
"isOverride": false,
|
|
208
299
|
"isSealed": false,
|
|
300
|
+
"visibility": "Public",
|
|
209
301
|
"declaringClrType": "Npgsql.Internal.TypeInfoFactory",
|
|
210
302
|
"declaringAssemblyName": "Npgsql",
|
|
211
303
|
"isExtensionMethod": false
|
|
@@ -225,6 +317,7 @@
|
|
|
225
317
|
"isVirtual": true,
|
|
226
318
|
"isOverride": false,
|
|
227
319
|
"isSealed": false,
|
|
320
|
+
"visibility": "Public",
|
|
228
321
|
"declaringClrType": "Npgsql.Internal.TypeInfoFactory",
|
|
229
322
|
"declaringAssemblyName": "Npgsql",
|
|
230
323
|
"isExtensionMethod": false
|
|
@@ -244,6 +337,7 @@
|
|
|
244
337
|
"isVirtual": true,
|
|
245
338
|
"isOverride": false,
|
|
246
339
|
"isSealed": false,
|
|
340
|
+
"visibility": "Public",
|
|
247
341
|
"declaringClrType": "Npgsql.Internal.TypeInfoFactory",
|
|
248
342
|
"declaringAssemblyName": "Npgsql",
|
|
249
343
|
"isExtensionMethod": false
|
|
@@ -260,6 +354,7 @@
|
|
|
260
354
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
261
355
|
"isStatic": false,
|
|
262
356
|
"parameterCount": 2,
|
|
357
|
+
"visibility": "Public",
|
|
263
358
|
"declaringClrType": "Npgsql.Internal.TypeInfoFactory",
|
|
264
359
|
"declaringAssemblyName": "Npgsql"
|
|
265
360
|
}
|
|
@@ -292,6 +387,7 @@
|
|
|
292
387
|
"isVirtual": true,
|
|
293
388
|
"isOverride": false,
|
|
294
389
|
"isSealed": false,
|
|
390
|
+
"visibility": "Public",
|
|
295
391
|
"declaringClrType": "Npgsql.Internal.IDbTypeResolver",
|
|
296
392
|
"declaringAssemblyName": "Npgsql",
|
|
297
393
|
"isExtensionMethod": false
|
|
@@ -311,6 +407,7 @@
|
|
|
311
407
|
"isVirtual": true,
|
|
312
408
|
"isOverride": false,
|
|
313
409
|
"isSealed": false,
|
|
410
|
+
"visibility": "Public",
|
|
314
411
|
"declaringClrType": "Npgsql.Internal.IDbTypeResolver",
|
|
315
412
|
"declaringAssemblyName": "Npgsql",
|
|
316
413
|
"isExtensionMethod": false
|
|
@@ -348,6 +445,7 @@
|
|
|
348
445
|
"isVirtual": true,
|
|
349
446
|
"isOverride": false,
|
|
350
447
|
"isSealed": false,
|
|
448
|
+
"visibility": "Public",
|
|
351
449
|
"declaringClrType": "Npgsql.Internal.INpgsqlDatabaseInfoFactory",
|
|
352
450
|
"declaringAssemblyName": "Npgsql",
|
|
353
451
|
"isExtensionMethod": false
|
|
@@ -385,6 +483,7 @@
|
|
|
385
483
|
"isVirtual": true,
|
|
386
484
|
"isOverride": false,
|
|
387
485
|
"isSealed": false,
|
|
486
|
+
"visibility": "Public",
|
|
388
487
|
"declaringClrType": "Npgsql.Internal.IPgTypeInfoResolver",
|
|
389
488
|
"declaringAssemblyName": "Npgsql",
|
|
390
489
|
"isExtensionMethod": false
|
|
@@ -406,6 +505,19 @@
|
|
|
406
505
|
"isSealed": true,
|
|
407
506
|
"isStatic": false,
|
|
408
507
|
"arity": 0,
|
|
508
|
+
"baseType": {
|
|
509
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
510
|
+
"clrName": "System.ValueType"
|
|
511
|
+
},
|
|
512
|
+
"interfaces": [
|
|
513
|
+
{
|
|
514
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
515
|
+
"clrName": "System.IEquatable\u00601",
|
|
516
|
+
"typeArguments": [
|
|
517
|
+
"BufferRequirements"
|
|
518
|
+
]
|
|
519
|
+
}
|
|
520
|
+
],
|
|
409
521
|
"methods": [
|
|
410
522
|
{
|
|
411
523
|
"stableId": "Npgsql:Npgsql.Internal.BufferRequirements::CreateFixedSize(System.Int32):Npgsql.Internal.BufferRequirements",
|
|
@@ -422,6 +534,7 @@
|
|
|
422
534
|
"isVirtual": false,
|
|
423
535
|
"isOverride": false,
|
|
424
536
|
"isSealed": false,
|
|
537
|
+
"visibility": "Public",
|
|
425
538
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
426
539
|
"declaringAssemblyName": "Npgsql",
|
|
427
540
|
"isExtensionMethod": false
|
|
@@ -441,6 +554,7 @@
|
|
|
441
554
|
"isVirtual": false,
|
|
442
555
|
"isOverride": false,
|
|
443
556
|
"isSealed": false,
|
|
557
|
+
"visibility": "Public",
|
|
444
558
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
445
559
|
"declaringAssemblyName": "Npgsql",
|
|
446
560
|
"isExtensionMethod": false
|
|
@@ -460,6 +574,7 @@
|
|
|
460
574
|
"isVirtual": false,
|
|
461
575
|
"isOverride": false,
|
|
462
576
|
"isSealed": false,
|
|
577
|
+
"visibility": "Public",
|
|
463
578
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
464
579
|
"declaringAssemblyName": "Npgsql",
|
|
465
580
|
"isExtensionMethod": false
|
|
@@ -479,6 +594,7 @@
|
|
|
479
594
|
"isVirtual": false,
|
|
480
595
|
"isOverride": false,
|
|
481
596
|
"isSealed": false,
|
|
597
|
+
"visibility": "Public",
|
|
482
598
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
483
599
|
"declaringAssemblyName": "Npgsql",
|
|
484
600
|
"isExtensionMethod": false
|
|
@@ -498,6 +614,7 @@
|
|
|
498
614
|
"isVirtual": false,
|
|
499
615
|
"isOverride": false,
|
|
500
616
|
"isSealed": false,
|
|
617
|
+
"visibility": "Public",
|
|
501
618
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
502
619
|
"declaringAssemblyName": "Npgsql",
|
|
503
620
|
"isExtensionMethod": false
|
|
@@ -517,6 +634,7 @@
|
|
|
517
634
|
"isVirtual": false,
|
|
518
635
|
"isOverride": false,
|
|
519
636
|
"isSealed": false,
|
|
637
|
+
"visibility": "Public",
|
|
520
638
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
521
639
|
"declaringAssemblyName": "Npgsql",
|
|
522
640
|
"isExtensionMethod": false
|
|
@@ -536,6 +654,7 @@
|
|
|
536
654
|
"isVirtual": true,
|
|
537
655
|
"isOverride": false,
|
|
538
656
|
"isSealed": true,
|
|
657
|
+
"visibility": "Public",
|
|
539
658
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
540
659
|
"declaringAssemblyName": "Npgsql",
|
|
541
660
|
"isExtensionMethod": false
|
|
@@ -555,6 +674,7 @@
|
|
|
555
674
|
"isVirtual": true,
|
|
556
675
|
"isOverride": true,
|
|
557
676
|
"isSealed": false,
|
|
677
|
+
"visibility": "Public",
|
|
558
678
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
559
679
|
"declaringAssemblyName": "Npgsql",
|
|
560
680
|
"isExtensionMethod": false
|
|
@@ -574,6 +694,7 @@
|
|
|
574
694
|
"isVirtual": true,
|
|
575
695
|
"isOverride": true,
|
|
576
696
|
"isSealed": false,
|
|
697
|
+
"visibility": "Public",
|
|
577
698
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
578
699
|
"declaringAssemblyName": "Npgsql",
|
|
579
700
|
"isExtensionMethod": false
|
|
@@ -595,6 +716,7 @@
|
|
|
595
716
|
"isAbstract": false,
|
|
596
717
|
"isVirtual": false,
|
|
597
718
|
"isOverride": false,
|
|
719
|
+
"visibility": "Public",
|
|
598
720
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
599
721
|
"declaringAssemblyName": "Npgsql"
|
|
600
722
|
},
|
|
@@ -613,6 +735,7 @@
|
|
|
613
735
|
"isAbstract": false,
|
|
614
736
|
"isVirtual": false,
|
|
615
737
|
"isOverride": false,
|
|
738
|
+
"visibility": "Public",
|
|
616
739
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
617
740
|
"declaringAssemblyName": "Npgsql"
|
|
618
741
|
},
|
|
@@ -631,6 +754,7 @@
|
|
|
631
754
|
"isAbstract": false,
|
|
632
755
|
"isVirtual": false,
|
|
633
756
|
"isOverride": false,
|
|
757
|
+
"visibility": "Public",
|
|
634
758
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
635
759
|
"declaringAssemblyName": "Npgsql"
|
|
636
760
|
},
|
|
@@ -649,6 +773,7 @@
|
|
|
649
773
|
"isAbstract": false,
|
|
650
774
|
"isVirtual": false,
|
|
651
775
|
"isOverride": false,
|
|
776
|
+
"visibility": "Public",
|
|
652
777
|
"declaringClrType": "Npgsql.Internal.BufferRequirements",
|
|
653
778
|
"declaringAssemblyName": "Npgsql"
|
|
654
779
|
}
|
|
@@ -668,6 +793,20 @@
|
|
|
668
793
|
"isSealed": true,
|
|
669
794
|
"isStatic": false,
|
|
670
795
|
"arity": 0,
|
|
796
|
+
"baseType": {
|
|
797
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
798
|
+
"clrName": "System.ValueType"
|
|
799
|
+
},
|
|
800
|
+
"interfaces": [
|
|
801
|
+
{
|
|
802
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
803
|
+
"clrName": "System.IDisposable"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
807
|
+
"clrName": "System.IAsyncDisposable"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
671
810
|
"methods": [
|
|
672
811
|
{
|
|
673
812
|
"stableId": "Npgsql:Npgsql.Internal.NestedReadScope::Dispose():System.Void",
|
|
@@ -684,6 +823,7 @@
|
|
|
684
823
|
"isVirtual": true,
|
|
685
824
|
"isOverride": false,
|
|
686
825
|
"isSealed": true,
|
|
826
|
+
"visibility": "Public",
|
|
687
827
|
"declaringClrType": "Npgsql.Internal.NestedReadScope",
|
|
688
828
|
"declaringAssemblyName": "Npgsql",
|
|
689
829
|
"isExtensionMethod": false
|
|
@@ -703,6 +843,7 @@
|
|
|
703
843
|
"isVirtual": true,
|
|
704
844
|
"isOverride": false,
|
|
705
845
|
"isSealed": true,
|
|
846
|
+
"visibility": "Public",
|
|
706
847
|
"declaringClrType": "Npgsql.Internal.NestedReadScope",
|
|
707
848
|
"declaringAssemblyName": "Npgsql",
|
|
708
849
|
"isExtensionMethod": false
|
|
@@ -724,6 +865,16 @@
|
|
|
724
865
|
"isSealed": true,
|
|
725
866
|
"isStatic": false,
|
|
726
867
|
"arity": 0,
|
|
868
|
+
"baseType": {
|
|
869
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
870
|
+
"clrName": "System.ValueType"
|
|
871
|
+
},
|
|
872
|
+
"interfaces": [
|
|
873
|
+
{
|
|
874
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
875
|
+
"clrName": "System.IDisposable"
|
|
876
|
+
}
|
|
877
|
+
],
|
|
727
878
|
"methods": [
|
|
728
879
|
{
|
|
729
880
|
"stableId": "Npgsql:Npgsql.Internal.NestedWriteScope::Dispose():System.Void",
|
|
@@ -740,6 +891,7 @@
|
|
|
740
891
|
"isVirtual": true,
|
|
741
892
|
"isOverride": false,
|
|
742
893
|
"isSealed": true,
|
|
894
|
+
"visibility": "Public",
|
|
743
895
|
"declaringClrType": "Npgsql.Internal.NestedWriteScope",
|
|
744
896
|
"declaringAssemblyName": "Npgsql",
|
|
745
897
|
"isExtensionMethod": false
|
|
@@ -761,6 +913,10 @@
|
|
|
761
913
|
"isSealed": true,
|
|
762
914
|
"isStatic": false,
|
|
763
915
|
"arity": 0,
|
|
916
|
+
"baseType": {
|
|
917
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
918
|
+
"clrName": "System.ValueType"
|
|
919
|
+
},
|
|
764
920
|
"methods": [
|
|
765
921
|
{
|
|
766
922
|
"stableId": "Npgsql:Npgsql.Internal.PgConverterResolution::GetConverter():PgConverter_1",
|
|
@@ -777,6 +933,7 @@
|
|
|
777
933
|
"isVirtual": false,
|
|
778
934
|
"isOverride": false,
|
|
779
935
|
"isSealed": false,
|
|
936
|
+
"visibility": "Public",
|
|
780
937
|
"declaringClrType": "Npgsql.Internal.PgConverterResolution",
|
|
781
938
|
"declaringAssemblyName": "Npgsql",
|
|
782
939
|
"isExtensionMethod": false
|
|
@@ -798,6 +955,7 @@
|
|
|
798
955
|
"isAbstract": false,
|
|
799
956
|
"isVirtual": false,
|
|
800
957
|
"isOverride": false,
|
|
958
|
+
"visibility": "Public",
|
|
801
959
|
"declaringClrType": "Npgsql.Internal.PgConverterResolution",
|
|
802
960
|
"declaringAssemblyName": "Npgsql"
|
|
803
961
|
},
|
|
@@ -816,6 +974,7 @@
|
|
|
816
974
|
"isAbstract": false,
|
|
817
975
|
"isVirtual": false,
|
|
818
976
|
"isOverride": false,
|
|
977
|
+
"visibility": "Public",
|
|
819
978
|
"declaringClrType": "Npgsql.Internal.PgConverterResolution",
|
|
820
979
|
"declaringAssemblyName": "Npgsql"
|
|
821
980
|
}
|
|
@@ -830,6 +989,7 @@
|
|
|
830
989
|
"normalizedSignature": "constructor|(Npgsql.Internal.PgConverter,Npgsql.Internal.Postgres.PgTypeId):void|static=false",
|
|
831
990
|
"isStatic": false,
|
|
832
991
|
"parameterCount": 2,
|
|
992
|
+
"visibility": "Public",
|
|
833
993
|
"declaringClrType": "Npgsql.Internal.PgConverterResolution",
|
|
834
994
|
"declaringAssemblyName": "Npgsql"
|
|
835
995
|
}
|
|
@@ -846,6 +1006,19 @@
|
|
|
846
1006
|
"isSealed": true,
|
|
847
1007
|
"isStatic": false,
|
|
848
1008
|
"arity": 0,
|
|
1009
|
+
"baseType": {
|
|
1010
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1011
|
+
"clrName": "System.ValueType"
|
|
1012
|
+
},
|
|
1013
|
+
"interfaces": [
|
|
1014
|
+
{
|
|
1015
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
1016
|
+
"clrName": "System.IEquatable\u00601",
|
|
1017
|
+
"typeArguments": [
|
|
1018
|
+
"Size"
|
|
1019
|
+
]
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
849
1022
|
"methods": [
|
|
850
1023
|
{
|
|
851
1024
|
"stableId": "Npgsql:Npgsql.Internal.Size::Create(System.Int32):Npgsql.Internal.Size",
|
|
@@ -862,6 +1035,7 @@
|
|
|
862
1035
|
"isVirtual": false,
|
|
863
1036
|
"isOverride": false,
|
|
864
1037
|
"isSealed": false,
|
|
1038
|
+
"visibility": "Public",
|
|
865
1039
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
866
1040
|
"declaringAssemblyName": "Npgsql",
|
|
867
1041
|
"isExtensionMethod": false
|
|
@@ -881,6 +1055,7 @@
|
|
|
881
1055
|
"isVirtual": false,
|
|
882
1056
|
"isOverride": false,
|
|
883
1057
|
"isSealed": false,
|
|
1058
|
+
"visibility": "Public",
|
|
884
1059
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
885
1060
|
"declaringAssemblyName": "Npgsql",
|
|
886
1061
|
"isExtensionMethod": false
|
|
@@ -900,6 +1075,7 @@
|
|
|
900
1075
|
"isVirtual": false,
|
|
901
1076
|
"isOverride": false,
|
|
902
1077
|
"isSealed": false,
|
|
1078
|
+
"visibility": "Public",
|
|
903
1079
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
904
1080
|
"declaringAssemblyName": "Npgsql",
|
|
905
1081
|
"isExtensionMethod": false,
|
|
@@ -925,6 +1101,7 @@
|
|
|
925
1101
|
"isVirtual": false,
|
|
926
1102
|
"isOverride": false,
|
|
927
1103
|
"isSealed": false,
|
|
1104
|
+
"visibility": "Public",
|
|
928
1105
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
929
1106
|
"declaringAssemblyName": "Npgsql",
|
|
930
1107
|
"isExtensionMethod": false
|
|
@@ -944,6 +1121,7 @@
|
|
|
944
1121
|
"isVirtual": true,
|
|
945
1122
|
"isOverride": false,
|
|
946
1123
|
"isSealed": true,
|
|
1124
|
+
"visibility": "Public",
|
|
947
1125
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
948
1126
|
"declaringAssemblyName": "Npgsql",
|
|
949
1127
|
"isExtensionMethod": false
|
|
@@ -963,6 +1141,7 @@
|
|
|
963
1141
|
"isVirtual": true,
|
|
964
1142
|
"isOverride": true,
|
|
965
1143
|
"isSealed": false,
|
|
1144
|
+
"visibility": "Public",
|
|
966
1145
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
967
1146
|
"declaringAssemblyName": "Npgsql",
|
|
968
1147
|
"isExtensionMethod": false
|
|
@@ -982,6 +1161,7 @@
|
|
|
982
1161
|
"isVirtual": true,
|
|
983
1162
|
"isOverride": true,
|
|
984
1163
|
"isSealed": false,
|
|
1164
|
+
"visibility": "Public",
|
|
985
1165
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
986
1166
|
"declaringAssemblyName": "Npgsql",
|
|
987
1167
|
"isExtensionMethod": false
|
|
@@ -1001,6 +1181,7 @@
|
|
|
1001
1181
|
"isVirtual": true,
|
|
1002
1182
|
"isOverride": true,
|
|
1003
1183
|
"isSealed": false,
|
|
1184
|
+
"visibility": "Public",
|
|
1004
1185
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
1005
1186
|
"declaringAssemblyName": "Npgsql",
|
|
1006
1187
|
"isExtensionMethod": false
|
|
@@ -1022,6 +1203,7 @@
|
|
|
1022
1203
|
"isAbstract": false,
|
|
1023
1204
|
"isVirtual": false,
|
|
1024
1205
|
"isOverride": false,
|
|
1206
|
+
"visibility": "Public",
|
|
1025
1207
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
1026
1208
|
"declaringAssemblyName": "Npgsql"
|
|
1027
1209
|
},
|
|
@@ -1040,6 +1222,7 @@
|
|
|
1040
1222
|
"isAbstract": false,
|
|
1041
1223
|
"isVirtual": false,
|
|
1042
1224
|
"isOverride": false,
|
|
1225
|
+
"visibility": "Public",
|
|
1043
1226
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
1044
1227
|
"declaringAssemblyName": "Npgsql"
|
|
1045
1228
|
},
|
|
@@ -1058,6 +1241,7 @@
|
|
|
1058
1241
|
"isAbstract": false,
|
|
1059
1242
|
"isVirtual": false,
|
|
1060
1243
|
"isOverride": false,
|
|
1244
|
+
"visibility": "Public",
|
|
1061
1245
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
1062
1246
|
"declaringAssemblyName": "Npgsql"
|
|
1063
1247
|
},
|
|
@@ -1076,6 +1260,7 @@
|
|
|
1076
1260
|
"isAbstract": false,
|
|
1077
1261
|
"isVirtual": false,
|
|
1078
1262
|
"isOverride": false,
|
|
1263
|
+
"visibility": "Public",
|
|
1079
1264
|
"declaringClrType": "Npgsql.Internal.Size",
|
|
1080
1265
|
"declaringAssemblyName": "Npgsql"
|
|
1081
1266
|
}
|
|
@@ -1095,6 +1280,10 @@
|
|
|
1095
1280
|
"isSealed": true,
|
|
1096
1281
|
"isStatic": false,
|
|
1097
1282
|
"arity": 0,
|
|
1283
|
+
"baseType": {
|
|
1284
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1285
|
+
"clrName": "System.ValueType"
|
|
1286
|
+
},
|
|
1098
1287
|
"methods": [],
|
|
1099
1288
|
"properties": [
|
|
1100
1289
|
{
|
|
@@ -1112,6 +1301,7 @@
|
|
|
1112
1301
|
"isAbstract": false,
|
|
1113
1302
|
"isVirtual": false,
|
|
1114
1303
|
"isOverride": false,
|
|
1304
|
+
"visibility": "Public",
|
|
1115
1305
|
"declaringClrType": "Npgsql.Internal.SizeContext",
|
|
1116
1306
|
"declaringAssemblyName": "Npgsql"
|
|
1117
1307
|
},
|
|
@@ -1130,6 +1320,7 @@
|
|
|
1130
1320
|
"isAbstract": false,
|
|
1131
1321
|
"isVirtual": false,
|
|
1132
1322
|
"isOverride": false,
|
|
1323
|
+
"visibility": "Public",
|
|
1133
1324
|
"declaringClrType": "Npgsql.Internal.SizeContext",
|
|
1134
1325
|
"declaringAssemblyName": "Npgsql"
|
|
1135
1326
|
}
|
|
@@ -1144,6 +1335,7 @@
|
|
|
1144
1335
|
"normalizedSignature": "constructor|(Npgsql.Internal.DataFormat,Npgsql.Internal.Size):void|static=false",
|
|
1145
1336
|
"isStatic": false,
|
|
1146
1337
|
"parameterCount": 2,
|
|
1338
|
+
"visibility": "Public",
|
|
1147
1339
|
"declaringClrType": "Npgsql.Internal.SizeContext",
|
|
1148
1340
|
"declaringAssemblyName": "Npgsql"
|
|
1149
1341
|
}
|
|
@@ -1160,6 +1352,10 @@
|
|
|
1160
1352
|
"isSealed": true,
|
|
1161
1353
|
"isStatic": false,
|
|
1162
1354
|
"arity": 0,
|
|
1355
|
+
"baseType": {
|
|
1356
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1357
|
+
"clrName": "System.ValueType"
|
|
1358
|
+
},
|
|
1163
1359
|
"methods": [
|
|
1164
1360
|
{
|
|
1165
1361
|
"stableId": "Npgsql:Npgsql.Internal.TypeInfoMapping::TypeEquals(System.Type):System.Boolean",
|
|
@@ -1176,6 +1372,7 @@
|
|
|
1176
1372
|
"isVirtual": false,
|
|
1177
1373
|
"isOverride": false,
|
|
1178
1374
|
"isSealed": false,
|
|
1375
|
+
"visibility": "Public",
|
|
1179
1376
|
"declaringClrType": "Npgsql.Internal.TypeInfoMapping",
|
|
1180
1377
|
"declaringAssemblyName": "Npgsql",
|
|
1181
1378
|
"isExtensionMethod": false
|
|
@@ -1195,6 +1392,7 @@
|
|
|
1195
1392
|
"isVirtual": false,
|
|
1196
1393
|
"isOverride": false,
|
|
1197
1394
|
"isSealed": false,
|
|
1395
|
+
"visibility": "Public",
|
|
1198
1396
|
"declaringClrType": "Npgsql.Internal.TypeInfoMapping",
|
|
1199
1397
|
"declaringAssemblyName": "Npgsql",
|
|
1200
1398
|
"isExtensionMethod": false
|
|
@@ -1216,6 +1414,7 @@
|
|
|
1216
1414
|
"isAbstract": false,
|
|
1217
1415
|
"isVirtual": false,
|
|
1218
1416
|
"isOverride": false,
|
|
1417
|
+
"visibility": "Public",
|
|
1219
1418
|
"declaringClrType": "Npgsql.Internal.TypeInfoMapping",
|
|
1220
1419
|
"declaringAssemblyName": "Npgsql"
|
|
1221
1420
|
},
|
|
@@ -1234,6 +1433,7 @@
|
|
|
1234
1433
|
"isAbstract": false,
|
|
1235
1434
|
"isVirtual": false,
|
|
1236
1435
|
"isOverride": false,
|
|
1436
|
+
"visibility": "Public",
|
|
1237
1437
|
"declaringClrType": "Npgsql.Internal.TypeInfoMapping",
|
|
1238
1438
|
"declaringAssemblyName": "Npgsql"
|
|
1239
1439
|
},
|
|
@@ -1252,6 +1452,7 @@
|
|
|
1252
1452
|
"isAbstract": false,
|
|
1253
1453
|
"isVirtual": false,
|
|
1254
1454
|
"isOverride": false,
|
|
1455
|
+
"visibility": "Public",
|
|
1255
1456
|
"declaringClrType": "Npgsql.Internal.TypeInfoMapping",
|
|
1256
1457
|
"declaringAssemblyName": "Npgsql"
|
|
1257
1458
|
},
|
|
@@ -1270,6 +1471,7 @@
|
|
|
1270
1471
|
"isAbstract": false,
|
|
1271
1472
|
"isVirtual": false,
|
|
1272
1473
|
"isOverride": false,
|
|
1474
|
+
"visibility": "Public",
|
|
1273
1475
|
"declaringClrType": "Npgsql.Internal.TypeInfoMapping",
|
|
1274
1476
|
"declaringAssemblyName": "Npgsql"
|
|
1275
1477
|
},
|
|
@@ -1288,6 +1490,7 @@
|
|
|
1288
1490
|
"isAbstract": false,
|
|
1289
1491
|
"isVirtual": false,
|
|
1290
1492
|
"isOverride": false,
|
|
1493
|
+
"visibility": "Public",
|
|
1291
1494
|
"declaringClrType": "Npgsql.Internal.TypeInfoMapping",
|
|
1292
1495
|
"declaringAssemblyName": "Npgsql"
|
|
1293
1496
|
}
|
|
@@ -1302,6 +1505,7 @@
|
|
|
1302
1505
|
"normalizedSignature": "constructor|(System.Type,System.String,Npgsql.Internal.TypeInfoFactory):void|static=false",
|
|
1303
1506
|
"isStatic": false,
|
|
1304
1507
|
"parameterCount": 3,
|
|
1508
|
+
"visibility": "Public",
|
|
1305
1509
|
"declaringClrType": "Npgsql.Internal.TypeInfoMapping",
|
|
1306
1510
|
"declaringAssemblyName": "Npgsql"
|
|
1307
1511
|
}
|
|
@@ -1318,6 +1522,10 @@
|
|
|
1318
1522
|
"isSealed": true,
|
|
1319
1523
|
"isStatic": false,
|
|
1320
1524
|
"arity": 0,
|
|
1525
|
+
"baseType": {
|
|
1526
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1527
|
+
"clrName": "System.ValueType"
|
|
1528
|
+
},
|
|
1321
1529
|
"methods": [],
|
|
1322
1530
|
"properties": [
|
|
1323
1531
|
{
|
|
@@ -1335,6 +1543,7 @@
|
|
|
1335
1543
|
"isAbstract": false,
|
|
1336
1544
|
"isVirtual": false,
|
|
1337
1545
|
"isOverride": false,
|
|
1546
|
+
"visibility": "Public",
|
|
1338
1547
|
"declaringClrType": "Npgsql.Internal.ValueMetadata",
|
|
1339
1548
|
"declaringAssemblyName": "Npgsql"
|
|
1340
1549
|
},
|
|
@@ -1353,6 +1562,7 @@
|
|
|
1353
1562
|
"isAbstract": false,
|
|
1354
1563
|
"isVirtual": false,
|
|
1355
1564
|
"isOverride": false,
|
|
1565
|
+
"visibility": "Public",
|
|
1356
1566
|
"declaringClrType": "Npgsql.Internal.ValueMetadata",
|
|
1357
1567
|
"declaringAssemblyName": "Npgsql"
|
|
1358
1568
|
},
|
|
@@ -1371,6 +1581,7 @@
|
|
|
1371
1581
|
"isAbstract": false,
|
|
1372
1582
|
"isVirtual": false,
|
|
1373
1583
|
"isOverride": false,
|
|
1584
|
+
"visibility": "Public",
|
|
1374
1585
|
"declaringClrType": "Npgsql.Internal.ValueMetadata",
|
|
1375
1586
|
"declaringAssemblyName": "Npgsql"
|
|
1376
1587
|
},
|
|
@@ -1389,6 +1600,7 @@
|
|
|
1389
1600
|
"isAbstract": false,
|
|
1390
1601
|
"isVirtual": false,
|
|
1391
1602
|
"isOverride": false,
|
|
1603
|
+
"visibility": "Public",
|
|
1392
1604
|
"declaringClrType": "Npgsql.Internal.ValueMetadata",
|
|
1393
1605
|
"declaringAssemblyName": "Npgsql"
|
|
1394
1606
|
}
|
|
@@ -1408,6 +1620,10 @@
|
|
|
1408
1620
|
"isSealed": false,
|
|
1409
1621
|
"isStatic": false,
|
|
1410
1622
|
"arity": 0,
|
|
1623
|
+
"baseType": {
|
|
1624
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1625
|
+
"clrName": "System.Object"
|
|
1626
|
+
},
|
|
1411
1627
|
"methods": [
|
|
1412
1628
|
{
|
|
1413
1629
|
"stableId": "Npgsql:Npgsql.Internal.DbTypeResolverFactory::CreateDbTypeResolver(Npgsql.Internal.NpgsqlDatabaseInfo):Npgsql.Internal.IDbTypeResolver",
|
|
@@ -1424,6 +1640,7 @@
|
|
|
1424
1640
|
"isVirtual": true,
|
|
1425
1641
|
"isOverride": false,
|
|
1426
1642
|
"isSealed": false,
|
|
1643
|
+
"visibility": "Public",
|
|
1427
1644
|
"declaringClrType": "Npgsql.Internal.DbTypeResolverFactory",
|
|
1428
1645
|
"declaringAssemblyName": "Npgsql",
|
|
1429
1646
|
"isExtensionMethod": false
|
|
@@ -1432,7 +1649,19 @@
|
|
|
1432
1649
|
"properties": [],
|
|
1433
1650
|
"fields": [],
|
|
1434
1651
|
"events": [],
|
|
1435
|
-
"constructors": [
|
|
1652
|
+
"constructors": [
|
|
1653
|
+
{
|
|
1654
|
+
"stableId": "Npgsql:Npgsql.Internal.DbTypeResolverFactory::.ctor():void",
|
|
1655
|
+
"metadataToken": 100666316,
|
|
1656
|
+
"canonicalSignature": "():void",
|
|
1657
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1658
|
+
"isStatic": false,
|
|
1659
|
+
"parameterCount": 0,
|
|
1660
|
+
"visibility": "Protected",
|
|
1661
|
+
"declaringClrType": "Npgsql.Internal.DbTypeResolverFactory",
|
|
1662
|
+
"declaringAssemblyName": "Npgsql"
|
|
1663
|
+
}
|
|
1664
|
+
]
|
|
1436
1665
|
},
|
|
1437
1666
|
{
|
|
1438
1667
|
"stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver",
|
|
@@ -1445,6 +1674,16 @@
|
|
|
1445
1674
|
"isSealed": false,
|
|
1446
1675
|
"isStatic": false,
|
|
1447
1676
|
"arity": 0,
|
|
1677
|
+
"baseType": {
|
|
1678
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1679
|
+
"clrName": "System.Object"
|
|
1680
|
+
},
|
|
1681
|
+
"interfaces": [
|
|
1682
|
+
{
|
|
1683
|
+
"stableId": "Npgsql:Npgsql.Internal.IPgTypeInfoResolver",
|
|
1684
|
+
"clrName": "Npgsql.Internal.IPgTypeInfoResolver"
|
|
1685
|
+
}
|
|
1686
|
+
],
|
|
1448
1687
|
"methods": [
|
|
1449
1688
|
{
|
|
1450
1689
|
"stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver::GetTypeInfo(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo",
|
|
@@ -1461,6 +1700,125 @@
|
|
|
1461
1700
|
"isVirtual": true,
|
|
1462
1701
|
"isOverride": false,
|
|
1463
1702
|
"isSealed": true,
|
|
1703
|
+
"visibility": "Public",
|
|
1704
|
+
"declaringClrType": "Npgsql.Internal.DynamicTypeInfoResolver",
|
|
1705
|
+
"declaringAssemblyName": "Npgsql",
|
|
1706
|
+
"isExtensionMethod": false
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
"stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver::CreateCollection(Npgsql.Internal.TypeInfoMappingCollection):Npgsql.Internal.DynamicTypeInfoResolver\u002BDynamicMappingCollection",
|
|
1710
|
+
"clrName": "CreateCollection",
|
|
1711
|
+
"metadataToken": 100666318,
|
|
1712
|
+
"canonicalSignature": "(Npgsql.Internal.TypeInfoMappingCollection):Npgsql.Internal.DynamicTypeInfoResolver\u002BDynamicMappingCollection",
|
|
1713
|
+
"normalizedSignature": "CreateCollection|(Npgsql.Internal.TypeInfoMappingCollection):Npgsql.Internal.DynamicTypeInfoResolver\u002BDynamicMappingCollection|static=true",
|
|
1714
|
+
"emitScope": "ClassSurface",
|
|
1715
|
+
"provenance": "Original",
|
|
1716
|
+
"arity": 0,
|
|
1717
|
+
"parameterCount": 1,
|
|
1718
|
+
"isStatic": true,
|
|
1719
|
+
"isAbstract": false,
|
|
1720
|
+
"isVirtual": false,
|
|
1721
|
+
"isOverride": false,
|
|
1722
|
+
"isSealed": false,
|
|
1723
|
+
"visibility": "Protected",
|
|
1724
|
+
"declaringClrType": "Npgsql.Internal.DynamicTypeInfoResolver",
|
|
1725
|
+
"declaringAssemblyName": "Npgsql",
|
|
1726
|
+
"isExtensionMethod": false
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver::IsTypeOrNullableOfType(System.Type,System.Func_2[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type\u0026):System.Boolean",
|
|
1730
|
+
"clrName": "IsTypeOrNullableOfType",
|
|
1731
|
+
"metadataToken": 100666319,
|
|
1732
|
+
"canonicalSignature": "(System.Type,System.Func_2[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type\u0026):System.Boolean",
|
|
1733
|
+
"normalizedSignature": "IsTypeOrNullableOfType|(System.Type,System.Func_2[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Type\u0026):System.Boolean|static=true",
|
|
1734
|
+
"emitScope": "ClassSurface",
|
|
1735
|
+
"provenance": "Original",
|
|
1736
|
+
"arity": 0,
|
|
1737
|
+
"parameterCount": 3,
|
|
1738
|
+
"isStatic": true,
|
|
1739
|
+
"isAbstract": false,
|
|
1740
|
+
"isVirtual": false,
|
|
1741
|
+
"isOverride": false,
|
|
1742
|
+
"isSealed": false,
|
|
1743
|
+
"visibility": "Protected",
|
|
1744
|
+
"declaringClrType": "Npgsql.Internal.DynamicTypeInfoResolver",
|
|
1745
|
+
"declaringAssemblyName": "Npgsql",
|
|
1746
|
+
"isExtensionMethod": false,
|
|
1747
|
+
"parameterModifiers": [
|
|
1748
|
+
{
|
|
1749
|
+
"index": 2,
|
|
1750
|
+
"modifier": "out"
|
|
1751
|
+
}
|
|
1752
|
+
]
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver::IsArrayLikeType(System.Type,System.Type\u0026):System.Boolean",
|
|
1756
|
+
"clrName": "IsArrayLikeType",
|
|
1757
|
+
"metadataToken": 100666320,
|
|
1758
|
+
"canonicalSignature": "(System.Type,System.Type\u0026):System.Boolean",
|
|
1759
|
+
"normalizedSignature": "IsArrayLikeType|(System.Type,System.Type\u0026):System.Boolean|static=true",
|
|
1760
|
+
"emitScope": "ClassSurface",
|
|
1761
|
+
"provenance": "Original",
|
|
1762
|
+
"arity": 0,
|
|
1763
|
+
"parameterCount": 2,
|
|
1764
|
+
"isStatic": true,
|
|
1765
|
+
"isAbstract": false,
|
|
1766
|
+
"isVirtual": false,
|
|
1767
|
+
"isOverride": false,
|
|
1768
|
+
"isSealed": false,
|
|
1769
|
+
"visibility": "Protected",
|
|
1770
|
+
"declaringClrType": "Npgsql.Internal.DynamicTypeInfoResolver",
|
|
1771
|
+
"declaringAssemblyName": "Npgsql",
|
|
1772
|
+
"isExtensionMethod": false,
|
|
1773
|
+
"parameterModifiers": [
|
|
1774
|
+
{
|
|
1775
|
+
"index": 1,
|
|
1776
|
+
"modifier": "out"
|
|
1777
|
+
}
|
|
1778
|
+
]
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver::IsArrayDataTypeName(Npgsql.Internal.Postgres.DataTypeName,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.Postgres.DataTypeName\u0026):System.Boolean",
|
|
1782
|
+
"clrName": "IsArrayDataTypeName",
|
|
1783
|
+
"metadataToken": 100666321,
|
|
1784
|
+
"canonicalSignature": "(Npgsql.Internal.Postgres.DataTypeName,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.Postgres.DataTypeName\u0026):System.Boolean",
|
|
1785
|
+
"normalizedSignature": "IsArrayDataTypeName|(Npgsql.Internal.Postgres.DataTypeName,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.Postgres.DataTypeName\u0026):System.Boolean|static=true",
|
|
1786
|
+
"emitScope": "ClassSurface",
|
|
1787
|
+
"provenance": "Original",
|
|
1788
|
+
"arity": 0,
|
|
1789
|
+
"parameterCount": 3,
|
|
1790
|
+
"isStatic": true,
|
|
1791
|
+
"isAbstract": false,
|
|
1792
|
+
"isVirtual": false,
|
|
1793
|
+
"isOverride": false,
|
|
1794
|
+
"isSealed": false,
|
|
1795
|
+
"visibility": "Protected",
|
|
1796
|
+
"declaringClrType": "Npgsql.Internal.DynamicTypeInfoResolver",
|
|
1797
|
+
"declaringAssemblyName": "Npgsql",
|
|
1798
|
+
"isExtensionMethod": false,
|
|
1799
|
+
"parameterModifiers": [
|
|
1800
|
+
{
|
|
1801
|
+
"index": 2,
|
|
1802
|
+
"modifier": "out"
|
|
1803
|
+
}
|
|
1804
|
+
]
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
"stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver::GetMappings(System.Type,Npgsql.Internal.Postgres.DataTypeName,Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.DynamicTypeInfoResolver\u002BDynamicMappingCollection",
|
|
1808
|
+
"clrName": "GetMappings",
|
|
1809
|
+
"metadataToken": 100666322,
|
|
1810
|
+
"canonicalSignature": "(System.Type,Npgsql.Internal.Postgres.DataTypeName,Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.DynamicTypeInfoResolver\u002BDynamicMappingCollection",
|
|
1811
|
+
"normalizedSignature": "GetMappings|(System.Type,Npgsql.Internal.Postgres.DataTypeName,Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.DynamicTypeInfoResolver\u002BDynamicMappingCollection|static=false",
|
|
1812
|
+
"emitScope": "ClassSurface",
|
|
1813
|
+
"provenance": "Original",
|
|
1814
|
+
"arity": 0,
|
|
1815
|
+
"parameterCount": 3,
|
|
1816
|
+
"isStatic": false,
|
|
1817
|
+
"isAbstract": true,
|
|
1818
|
+
"isVirtual": true,
|
|
1819
|
+
"isOverride": false,
|
|
1820
|
+
"isSealed": false,
|
|
1821
|
+
"visibility": "Protected",
|
|
1464
1822
|
"declaringClrType": "Npgsql.Internal.DynamicTypeInfoResolver",
|
|
1465
1823
|
"declaringAssemblyName": "Npgsql",
|
|
1466
1824
|
"isExtensionMethod": false
|
|
@@ -1480,6 +1838,7 @@
|
|
|
1480
1838
|
"isVirtual": true,
|
|
1481
1839
|
"isOverride": false,
|
|
1482
1840
|
"isSealed": false,
|
|
1841
|
+
"visibility": "Public",
|
|
1483
1842
|
"declaringClrType": "Npgsql.Internal.IPgTypeInfoResolver",
|
|
1484
1843
|
"declaringAssemblyName": "Npgsql",
|
|
1485
1844
|
"isExtensionMethod": false,
|
|
@@ -1489,7 +1848,19 @@
|
|
|
1489
1848
|
"properties": [],
|
|
1490
1849
|
"fields": [],
|
|
1491
1850
|
"events": [],
|
|
1492
|
-
"constructors": [
|
|
1851
|
+
"constructors": [
|
|
1852
|
+
{
|
|
1853
|
+
"stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver::.ctor():void",
|
|
1854
|
+
"metadataToken": 100666323,
|
|
1855
|
+
"canonicalSignature": "():void",
|
|
1856
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
1857
|
+
"isStatic": false,
|
|
1858
|
+
"parameterCount": 0,
|
|
1859
|
+
"visibility": "Protected",
|
|
1860
|
+
"declaringClrType": "Npgsql.Internal.DynamicTypeInfoResolver",
|
|
1861
|
+
"declaringAssemblyName": "Npgsql"
|
|
1862
|
+
}
|
|
1863
|
+
]
|
|
1493
1864
|
},
|
|
1494
1865
|
{
|
|
1495
1866
|
"stableId": "Npgsql:Npgsql.Internal.NpgsqlConnector",
|
|
@@ -1502,6 +1873,10 @@
|
|
|
1502
1873
|
"isSealed": true,
|
|
1503
1874
|
"isStatic": false,
|
|
1504
1875
|
"arity": 0,
|
|
1876
|
+
"baseType": {
|
|
1877
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1878
|
+
"clrName": "System.Object"
|
|
1879
|
+
},
|
|
1505
1880
|
"methods": [
|
|
1506
1881
|
{
|
|
1507
1882
|
"stableId": "Npgsql:Npgsql.Internal.NpgsqlConnector::CreateCommand(System.String):Npgsql.NpgsqlCommand",
|
|
@@ -1518,6 +1893,7 @@
|
|
|
1518
1893
|
"isVirtual": false,
|
|
1519
1894
|
"isOverride": false,
|
|
1520
1895
|
"isSealed": false,
|
|
1896
|
+
"visibility": "Public",
|
|
1521
1897
|
"declaringClrType": "Npgsql.Internal.NpgsqlConnector",
|
|
1522
1898
|
"declaringAssemblyName": "Npgsql",
|
|
1523
1899
|
"isExtensionMethod": false
|
|
@@ -1537,6 +1913,7 @@
|
|
|
1537
1913
|
"isVirtual": false,
|
|
1538
1914
|
"isOverride": false,
|
|
1539
1915
|
"isSealed": false,
|
|
1916
|
+
"visibility": "Public",
|
|
1540
1917
|
"declaringClrType": "Npgsql.Internal.NpgsqlConnector",
|
|
1541
1918
|
"declaringAssemblyName": "Npgsql",
|
|
1542
1919
|
"isExtensionMethod": false
|
|
@@ -1558,6 +1935,7 @@
|
|
|
1558
1935
|
"isAbstract": false,
|
|
1559
1936
|
"isVirtual": false,
|
|
1560
1937
|
"isOverride": false,
|
|
1938
|
+
"visibility": "Public",
|
|
1561
1939
|
"declaringClrType": "Npgsql.Internal.NpgsqlConnector",
|
|
1562
1940
|
"declaringAssemblyName": "Npgsql"
|
|
1563
1941
|
},
|
|
@@ -1566,16 +1944,17 @@
|
|
|
1566
1944
|
"clrName": "TextEncoding",
|
|
1567
1945
|
"metadataToken": 385876732,
|
|
1568
1946
|
"canonicalSignature": ":System.Text.Encoding",
|
|
1569
|
-
"normalizedSignature": "TextEncoding|:System.Text.Encoding|static=false|accessor=
|
|
1947
|
+
"normalizedSignature": "TextEncoding|:System.Text.Encoding|static=false|accessor=getset",
|
|
1570
1948
|
"emitScope": "ClassSurface",
|
|
1571
1949
|
"provenance": "Original",
|
|
1572
1950
|
"isIndexer": false,
|
|
1573
1951
|
"hasGetter": true,
|
|
1574
|
-
"hasSetter":
|
|
1952
|
+
"hasSetter": true,
|
|
1575
1953
|
"isStatic": false,
|
|
1576
1954
|
"isAbstract": false,
|
|
1577
1955
|
"isVirtual": false,
|
|
1578
1956
|
"isOverride": false,
|
|
1957
|
+
"visibility": "Public",
|
|
1579
1958
|
"declaringClrType": "Npgsql.Internal.NpgsqlConnector",
|
|
1580
1959
|
"declaringAssemblyName": "Npgsql"
|
|
1581
1960
|
},
|
|
@@ -1594,6 +1973,7 @@
|
|
|
1594
1973
|
"isAbstract": false,
|
|
1595
1974
|
"isVirtual": false,
|
|
1596
1975
|
"isOverride": false,
|
|
1976
|
+
"visibility": "Public",
|
|
1597
1977
|
"declaringClrType": "Npgsql.Internal.NpgsqlConnector",
|
|
1598
1978
|
"declaringAssemblyName": "Npgsql"
|
|
1599
1979
|
}
|
|
@@ -1613,6 +1993,10 @@
|
|
|
1613
1993
|
"isSealed": false,
|
|
1614
1994
|
"isStatic": false,
|
|
1615
1995
|
"arity": 0,
|
|
1996
|
+
"baseType": {
|
|
1997
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1998
|
+
"clrName": "System.Object"
|
|
1999
|
+
},
|
|
1616
2000
|
"methods": [
|
|
1617
2001
|
{
|
|
1618
2002
|
"stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::GetPostgresType(System.UInt32):Npgsql.PostgresTypes.PostgresType",
|
|
@@ -1629,6 +2013,7 @@
|
|
|
1629
2013
|
"isVirtual": false,
|
|
1630
2014
|
"isOverride": false,
|
|
1631
2015
|
"isSealed": false,
|
|
2016
|
+
"visibility": "Public",
|
|
1632
2017
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1633
2018
|
"declaringAssemblyName": "Npgsql",
|
|
1634
2019
|
"isExtensionMethod": false
|
|
@@ -1648,6 +2033,7 @@
|
|
|
1648
2033
|
"isVirtual": false,
|
|
1649
2034
|
"isOverride": false,
|
|
1650
2035
|
"isSealed": false,
|
|
2036
|
+
"visibility": "Public",
|
|
1651
2037
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1652
2038
|
"declaringAssemblyName": "Npgsql",
|
|
1653
2039
|
"isExtensionMethod": false
|
|
@@ -1667,6 +2053,7 @@
|
|
|
1667
2053
|
"isVirtual": false,
|
|
1668
2054
|
"isOverride": false,
|
|
1669
2055
|
"isSealed": false,
|
|
2056
|
+
"visibility": "Public",
|
|
1670
2057
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1671
2058
|
"declaringAssemblyName": "Npgsql",
|
|
1672
2059
|
"isExtensionMethod": false,
|
|
@@ -1677,6 +2064,46 @@
|
|
|
1677
2064
|
}
|
|
1678
2065
|
]
|
|
1679
2066
|
},
|
|
2067
|
+
{
|
|
2068
|
+
"stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::GetTypes():System.Collections.Generic.IEnumerable_1[[Npgsql.PostgresTypes.PostgresType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
2069
|
+
"clrName": "GetTypes",
|
|
2070
|
+
"metadataToken": 100666574,
|
|
2071
|
+
"canonicalSignature": "():System.Collections.Generic.IEnumerable_1[[Npgsql.PostgresTypes.PostgresType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
2072
|
+
"normalizedSignature": "GetTypes|():System.Collections.Generic.IEnumerable_1[[Npgsql.PostgresTypes.PostgresType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
2073
|
+
"emitScope": "ClassSurface",
|
|
2074
|
+
"provenance": "Original",
|
|
2075
|
+
"arity": 0,
|
|
2076
|
+
"parameterCount": 0,
|
|
2077
|
+
"isStatic": false,
|
|
2078
|
+
"isAbstract": true,
|
|
2079
|
+
"isVirtual": true,
|
|
2080
|
+
"isOverride": false,
|
|
2081
|
+
"isSealed": false,
|
|
2082
|
+
"visibility": "Protected",
|
|
2083
|
+
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
2084
|
+
"declaringAssemblyName": "Npgsql",
|
|
2085
|
+
"isExtensionMethod": false
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::ParseServerVersion(System.String):System.Version",
|
|
2089
|
+
"clrName": "ParseServerVersion",
|
|
2090
|
+
"metadataToken": 100666575,
|
|
2091
|
+
"canonicalSignature": "(System.String):System.Version",
|
|
2092
|
+
"normalizedSignature": "ParseServerVersion|(System.String):System.Version|static=true",
|
|
2093
|
+
"emitScope": "ClassSurface",
|
|
2094
|
+
"provenance": "Original",
|
|
2095
|
+
"arity": 0,
|
|
2096
|
+
"parameterCount": 1,
|
|
2097
|
+
"isStatic": true,
|
|
2098
|
+
"isAbstract": false,
|
|
2099
|
+
"isVirtual": false,
|
|
2100
|
+
"isOverride": false,
|
|
2101
|
+
"isSealed": false,
|
|
2102
|
+
"visibility": "Protected",
|
|
2103
|
+
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
2104
|
+
"declaringAssemblyName": "Npgsql",
|
|
2105
|
+
"isExtensionMethod": false
|
|
2106
|
+
},
|
|
1680
2107
|
{
|
|
1681
2108
|
"stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::RegisterFactory(Npgsql.Internal.INpgsqlDatabaseInfoFactory):System.Void",
|
|
1682
2109
|
"clrName": "RegisterFactory",
|
|
@@ -1692,6 +2119,7 @@
|
|
|
1692
2119
|
"isVirtual": false,
|
|
1693
2120
|
"isOverride": false,
|
|
1694
2121
|
"isSealed": false,
|
|
2122
|
+
"visibility": "Public",
|
|
1695
2123
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1696
2124
|
"declaringAssemblyName": "Npgsql",
|
|
1697
2125
|
"isExtensionMethod": false
|
|
@@ -1713,6 +2141,7 @@
|
|
|
1713
2141
|
"isAbstract": false,
|
|
1714
2142
|
"isVirtual": false,
|
|
1715
2143
|
"isOverride": false,
|
|
2144
|
+
"visibility": "Public",
|
|
1716
2145
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1717
2146
|
"declaringAssemblyName": "Npgsql"
|
|
1718
2147
|
},
|
|
@@ -1731,6 +2160,7 @@
|
|
|
1731
2160
|
"isAbstract": false,
|
|
1732
2161
|
"isVirtual": false,
|
|
1733
2162
|
"isOverride": false,
|
|
2163
|
+
"visibility": "Public",
|
|
1734
2164
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1735
2165
|
"declaringAssemblyName": "Npgsql"
|
|
1736
2166
|
},
|
|
@@ -1749,6 +2179,7 @@
|
|
|
1749
2179
|
"isAbstract": false,
|
|
1750
2180
|
"isVirtual": false,
|
|
1751
2181
|
"isOverride": false,
|
|
2182
|
+
"visibility": "Public",
|
|
1752
2183
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1753
2184
|
"declaringAssemblyName": "Npgsql"
|
|
1754
2185
|
},
|
|
@@ -1767,6 +2198,7 @@
|
|
|
1767
2198
|
"isAbstract": false,
|
|
1768
2199
|
"isVirtual": false,
|
|
1769
2200
|
"isOverride": false,
|
|
2201
|
+
"visibility": "Public",
|
|
1770
2202
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1771
2203
|
"declaringAssemblyName": "Npgsql"
|
|
1772
2204
|
},
|
|
@@ -1785,6 +2217,7 @@
|
|
|
1785
2217
|
"isAbstract": false,
|
|
1786
2218
|
"isVirtual": false,
|
|
1787
2219
|
"isOverride": false,
|
|
2220
|
+
"visibility": "Public",
|
|
1788
2221
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1789
2222
|
"declaringAssemblyName": "Npgsql"
|
|
1790
2223
|
},
|
|
@@ -1803,6 +2236,7 @@
|
|
|
1803
2236
|
"isAbstract": false,
|
|
1804
2237
|
"isVirtual": true,
|
|
1805
2238
|
"isOverride": false,
|
|
2239
|
+
"visibility": "Public",
|
|
1806
2240
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1807
2241
|
"declaringAssemblyName": "Npgsql"
|
|
1808
2242
|
},
|
|
@@ -1821,6 +2255,7 @@
|
|
|
1821
2255
|
"isAbstract": false,
|
|
1822
2256
|
"isVirtual": true,
|
|
1823
2257
|
"isOverride": false,
|
|
2258
|
+
"visibility": "Public",
|
|
1824
2259
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1825
2260
|
"declaringAssemblyName": "Npgsql"
|
|
1826
2261
|
},
|
|
@@ -1839,6 +2274,7 @@
|
|
|
1839
2274
|
"isAbstract": false,
|
|
1840
2275
|
"isVirtual": true,
|
|
1841
2276
|
"isOverride": false,
|
|
2277
|
+
"visibility": "Public",
|
|
1842
2278
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1843
2279
|
"declaringAssemblyName": "Npgsql"
|
|
1844
2280
|
},
|
|
@@ -1857,6 +2293,7 @@
|
|
|
1857
2293
|
"isAbstract": false,
|
|
1858
2294
|
"isVirtual": true,
|
|
1859
2295
|
"isOverride": false,
|
|
2296
|
+
"visibility": "Public",
|
|
1860
2297
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1861
2298
|
"declaringAssemblyName": "Npgsql"
|
|
1862
2299
|
},
|
|
@@ -1875,6 +2312,7 @@
|
|
|
1875
2312
|
"isAbstract": false,
|
|
1876
2313
|
"isVirtual": true,
|
|
1877
2314
|
"isOverride": false,
|
|
2315
|
+
"visibility": "Public",
|
|
1878
2316
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1879
2317
|
"declaringAssemblyName": "Npgsql"
|
|
1880
2318
|
},
|
|
@@ -1893,6 +2331,7 @@
|
|
|
1893
2331
|
"isAbstract": false,
|
|
1894
2332
|
"isVirtual": true,
|
|
1895
2333
|
"isOverride": false,
|
|
2334
|
+
"visibility": "Public",
|
|
1896
2335
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1897
2336
|
"declaringAssemblyName": "Npgsql"
|
|
1898
2337
|
},
|
|
@@ -1911,6 +2350,7 @@
|
|
|
1911
2350
|
"isAbstract": false,
|
|
1912
2351
|
"isVirtual": true,
|
|
1913
2352
|
"isOverride": false,
|
|
2353
|
+
"visibility": "Public",
|
|
1914
2354
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1915
2355
|
"declaringAssemblyName": "Npgsql"
|
|
1916
2356
|
},
|
|
@@ -1929,6 +2369,7 @@
|
|
|
1929
2369
|
"isAbstract": false,
|
|
1930
2370
|
"isVirtual": true,
|
|
1931
2371
|
"isOverride": false,
|
|
2372
|
+
"visibility": "Public",
|
|
1932
2373
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1933
2374
|
"declaringAssemblyName": "Npgsql"
|
|
1934
2375
|
},
|
|
@@ -1947,6 +2388,7 @@
|
|
|
1947
2388
|
"isAbstract": false,
|
|
1948
2389
|
"isVirtual": true,
|
|
1949
2390
|
"isOverride": false,
|
|
2391
|
+
"visibility": "Public",
|
|
1950
2392
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1951
2393
|
"declaringAssemblyName": "Npgsql"
|
|
1952
2394
|
},
|
|
@@ -1955,16 +2397,17 @@
|
|
|
1955
2397
|
"clrName": "HasIntegerDateTimes",
|
|
1956
2398
|
"metadataToken": 385876802,
|
|
1957
2399
|
"canonicalSignature": ":System.Boolean",
|
|
1958
|
-
"normalizedSignature": "HasIntegerDateTimes|:System.Boolean|static=false|accessor=
|
|
2400
|
+
"normalizedSignature": "HasIntegerDateTimes|:System.Boolean|static=false|accessor=getset",
|
|
1959
2401
|
"emitScope": "ClassSurface",
|
|
1960
2402
|
"provenance": "Original",
|
|
1961
2403
|
"isIndexer": false,
|
|
1962
2404
|
"hasGetter": true,
|
|
1963
|
-
"hasSetter":
|
|
2405
|
+
"hasSetter": true,
|
|
1964
2406
|
"isStatic": false,
|
|
1965
2407
|
"isAbstract": false,
|
|
1966
2408
|
"isVirtual": true,
|
|
1967
2409
|
"isOverride": false,
|
|
2410
|
+
"visibility": "Public",
|
|
1968
2411
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1969
2412
|
"declaringAssemblyName": "Npgsql"
|
|
1970
2413
|
},
|
|
@@ -1973,23 +2416,47 @@
|
|
|
1973
2416
|
"clrName": "SupportsTransactions",
|
|
1974
2417
|
"metadataToken": 385876803,
|
|
1975
2418
|
"canonicalSignature": ":System.Boolean",
|
|
1976
|
-
"normalizedSignature": "SupportsTransactions|:System.Boolean|static=false|accessor=
|
|
2419
|
+
"normalizedSignature": "SupportsTransactions|:System.Boolean|static=false|accessor=getset",
|
|
1977
2420
|
"emitScope": "ClassSurface",
|
|
1978
2421
|
"provenance": "Original",
|
|
1979
2422
|
"isIndexer": false,
|
|
1980
2423
|
"hasGetter": true,
|
|
1981
|
-
"hasSetter":
|
|
2424
|
+
"hasSetter": true,
|
|
1982
2425
|
"isStatic": false,
|
|
1983
2426
|
"isAbstract": false,
|
|
1984
2427
|
"isVirtual": true,
|
|
1985
2428
|
"isOverride": false,
|
|
2429
|
+
"visibility": "Public",
|
|
1986
2430
|
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
1987
2431
|
"declaringAssemblyName": "Npgsql"
|
|
1988
2432
|
}
|
|
1989
2433
|
],
|
|
1990
2434
|
"fields": [],
|
|
1991
2435
|
"events": [],
|
|
1992
|
-
"constructors": [
|
|
2436
|
+
"constructors": [
|
|
2437
|
+
{
|
|
2438
|
+
"stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::.ctor(System.String,System.Int32,System.String,System.Version):void",
|
|
2439
|
+
"metadataToken": 100666565,
|
|
2440
|
+
"canonicalSignature": "(System.String,System.Int32,System.String,System.Version):void",
|
|
2441
|
+
"normalizedSignature": "constructor|(System.String,System.Int32,System.String,System.Version):void|static=false",
|
|
2442
|
+
"isStatic": false,
|
|
2443
|
+
"parameterCount": 4,
|
|
2444
|
+
"visibility": "Protected",
|
|
2445
|
+
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
2446
|
+
"declaringAssemblyName": "Npgsql"
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::.ctor(System.String,System.Int32,System.String,System.Version,System.String):void",
|
|
2450
|
+
"metadataToken": 100666566,
|
|
2451
|
+
"canonicalSignature": "(System.String,System.Int32,System.String,System.Version,System.String):void",
|
|
2452
|
+
"normalizedSignature": "constructor|(System.String,System.Int32,System.String,System.Version,System.String):void|static=false",
|
|
2453
|
+
"isStatic": false,
|
|
2454
|
+
"parameterCount": 5,
|
|
2455
|
+
"visibility": "Protected",
|
|
2456
|
+
"declaringClrType": "Npgsql.Internal.NpgsqlDatabaseInfo",
|
|
2457
|
+
"declaringAssemblyName": "Npgsql"
|
|
2458
|
+
}
|
|
2459
|
+
]
|
|
1993
2460
|
},
|
|
1994
2461
|
{
|
|
1995
2462
|
"stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601",
|
|
@@ -2002,7 +2469,57 @@
|
|
|
2002
2469
|
"isSealed": false,
|
|
2003
2470
|
"isStatic": false,
|
|
2004
2471
|
"arity": 1,
|
|
2472
|
+
"baseType": {
|
|
2473
|
+
"stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601",
|
|
2474
|
+
"clrName": "Npgsql.Internal.PgConverter\u00601",
|
|
2475
|
+
"typeArguments": [
|
|
2476
|
+
"T"
|
|
2477
|
+
]
|
|
2478
|
+
},
|
|
2479
|
+
"typeParameters": [
|
|
2480
|
+
"T"
|
|
2481
|
+
],
|
|
2005
2482
|
"methods": [
|
|
2483
|
+
{
|
|
2484
|
+
"stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::ReadCore(Npgsql.Internal.PgReader):T",
|
|
2485
|
+
"clrName": "ReadCore",
|
|
2486
|
+
"metadataToken": 100666699,
|
|
2487
|
+
"canonicalSignature": "(Npgsql.Internal.PgReader):T",
|
|
2488
|
+
"normalizedSignature": "ReadCore|(Npgsql.Internal.PgReader):T|static=false",
|
|
2489
|
+
"emitScope": "ClassSurface",
|
|
2490
|
+
"provenance": "Original",
|
|
2491
|
+
"arity": 0,
|
|
2492
|
+
"parameterCount": 1,
|
|
2493
|
+
"isStatic": false,
|
|
2494
|
+
"isAbstract": true,
|
|
2495
|
+
"isVirtual": true,
|
|
2496
|
+
"isOverride": false,
|
|
2497
|
+
"isSealed": false,
|
|
2498
|
+
"visibility": "Protected",
|
|
2499
|
+
"declaringClrType": "Npgsql.Internal.PgBufferedConverter\u00601",
|
|
2500
|
+
"declaringAssemblyName": "Npgsql",
|
|
2501
|
+
"isExtensionMethod": false
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::WriteCore(Npgsql.Internal.PgWriter,T):System.Void",
|
|
2505
|
+
"clrName": "WriteCore",
|
|
2506
|
+
"metadataToken": 100666700,
|
|
2507
|
+
"canonicalSignature": "(Npgsql.Internal.PgWriter,T):System.Void",
|
|
2508
|
+
"normalizedSignature": "WriteCore|(Npgsql.Internal.PgWriter,T):System.Void|static=false",
|
|
2509
|
+
"emitScope": "ClassSurface",
|
|
2510
|
+
"provenance": "Original",
|
|
2511
|
+
"arity": 0,
|
|
2512
|
+
"parameterCount": 2,
|
|
2513
|
+
"isStatic": false,
|
|
2514
|
+
"isAbstract": true,
|
|
2515
|
+
"isVirtual": true,
|
|
2516
|
+
"isOverride": false,
|
|
2517
|
+
"isSealed": false,
|
|
2518
|
+
"visibility": "Protected",
|
|
2519
|
+
"declaringClrType": "Npgsql.Internal.PgBufferedConverter\u00601",
|
|
2520
|
+
"declaringAssemblyName": "Npgsql",
|
|
2521
|
+
"isExtensionMethod": false
|
|
2522
|
+
},
|
|
2006
2523
|
{
|
|
2007
2524
|
"stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::GetSize(Npgsql.Internal.SizeContext,T,System.Object\u0026):Npgsql.Internal.Size",
|
|
2008
2525
|
"clrName": "GetSize",
|
|
@@ -2018,6 +2535,7 @@
|
|
|
2018
2535
|
"isVirtual": true,
|
|
2019
2536
|
"isOverride": true,
|
|
2020
2537
|
"isSealed": false,
|
|
2538
|
+
"visibility": "Public",
|
|
2021
2539
|
"declaringClrType": "Npgsql.Internal.PgBufferedConverter\u00601",
|
|
2022
2540
|
"declaringAssemblyName": "Npgsql",
|
|
2023
2541
|
"isExtensionMethod": false,
|
|
@@ -2043,6 +2561,7 @@
|
|
|
2043
2561
|
"isVirtual": true,
|
|
2044
2562
|
"isOverride": true,
|
|
2045
2563
|
"isSealed": true,
|
|
2564
|
+
"visibility": "Public",
|
|
2046
2565
|
"declaringClrType": "Npgsql.Internal.PgBufferedConverter\u00601",
|
|
2047
2566
|
"declaringAssemblyName": "Npgsql",
|
|
2048
2567
|
"isExtensionMethod": false
|
|
@@ -2062,6 +2581,7 @@
|
|
|
2062
2581
|
"isVirtual": true,
|
|
2063
2582
|
"isOverride": true,
|
|
2064
2583
|
"isSealed": true,
|
|
2584
|
+
"visibility": "Public",
|
|
2065
2585
|
"declaringClrType": "Npgsql.Internal.PgBufferedConverter\u00601",
|
|
2066
2586
|
"declaringAssemblyName": "Npgsql",
|
|
2067
2587
|
"isExtensionMethod": false
|
|
@@ -2081,6 +2601,7 @@
|
|
|
2081
2601
|
"isVirtual": true,
|
|
2082
2602
|
"isOverride": true,
|
|
2083
2603
|
"isSealed": true,
|
|
2604
|
+
"visibility": "Public",
|
|
2084
2605
|
"declaringClrType": "Npgsql.Internal.PgBufferedConverter\u00601",
|
|
2085
2606
|
"declaringAssemblyName": "Npgsql",
|
|
2086
2607
|
"isExtensionMethod": false
|
|
@@ -2100,6 +2621,7 @@
|
|
|
2100
2621
|
"isVirtual": true,
|
|
2101
2622
|
"isOverride": true,
|
|
2102
2623
|
"isSealed": true,
|
|
2624
|
+
"visibility": "Public",
|
|
2103
2625
|
"declaringClrType": "Npgsql.Internal.PgBufferedConverter\u00601",
|
|
2104
2626
|
"declaringAssemblyName": "Npgsql",
|
|
2105
2627
|
"isExtensionMethod": false
|
|
@@ -2119,6 +2641,7 @@
|
|
|
2119
2641
|
"isVirtual": true,
|
|
2120
2642
|
"isOverride": false,
|
|
2121
2643
|
"isSealed": false,
|
|
2644
|
+
"visibility": "Public",
|
|
2122
2645
|
"declaringClrType": "Npgsql.Internal.PgBufferedConverter\u00601",
|
|
2123
2646
|
"declaringAssemblyName": "Npgsql",
|
|
2124
2647
|
"isExtensionMethod": false
|
|
@@ -2127,7 +2650,19 @@
|
|
|
2127
2650
|
"properties": [],
|
|
2128
2651
|
"fields": [],
|
|
2129
2652
|
"events": [],
|
|
2130
|
-
"constructors": [
|
|
2653
|
+
"constructors": [
|
|
2654
|
+
{
|
|
2655
|
+
"stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::.ctor(System.Boolean):void",
|
|
2656
|
+
"metadataToken": 100666698,
|
|
2657
|
+
"canonicalSignature": "(System.Boolean):void",
|
|
2658
|
+
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
2659
|
+
"isStatic": false,
|
|
2660
|
+
"parameterCount": 1,
|
|
2661
|
+
"visibility": "Protected",
|
|
2662
|
+
"declaringClrType": "Npgsql.Internal.PgBufferedConverter\u00601",
|
|
2663
|
+
"declaringAssemblyName": "Npgsql"
|
|
2664
|
+
}
|
|
2665
|
+
]
|
|
2131
2666
|
},
|
|
2132
2667
|
{
|
|
2133
2668
|
"stableId": "Npgsql:Npgsql.Internal.PgConverter",
|
|
@@ -2140,6 +2675,10 @@
|
|
|
2140
2675
|
"isSealed": false,
|
|
2141
2676
|
"isStatic": false,
|
|
2142
2677
|
"arity": 0,
|
|
2678
|
+
"baseType": {
|
|
2679
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2680
|
+
"clrName": "System.Object"
|
|
2681
|
+
},
|
|
2143
2682
|
"methods": [
|
|
2144
2683
|
{
|
|
2145
2684
|
"stableId": "Npgsql:Npgsql.Internal.PgConverter::CanConvert(Npgsql.Internal.DataFormat,Npgsql.Internal.BufferRequirements\u0026):System.Boolean",
|
|
@@ -2156,6 +2695,33 @@
|
|
|
2156
2695
|
"isVirtual": true,
|
|
2157
2696
|
"isOverride": false,
|
|
2158
2697
|
"isSealed": false,
|
|
2698
|
+
"visibility": "Public",
|
|
2699
|
+
"declaringClrType": "Npgsql.Internal.PgConverter",
|
|
2700
|
+
"declaringAssemblyName": "Npgsql",
|
|
2701
|
+
"isExtensionMethod": false,
|
|
2702
|
+
"parameterModifiers": [
|
|
2703
|
+
{
|
|
2704
|
+
"index": 1,
|
|
2705
|
+
"modifier": "out"
|
|
2706
|
+
}
|
|
2707
|
+
]
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"stableId": "Npgsql:Npgsql.Internal.PgConverter::CanConvertBufferedDefault(Npgsql.Internal.DataFormat,Npgsql.Internal.BufferRequirements\u0026):System.Boolean",
|
|
2711
|
+
"clrName": "CanConvertBufferedDefault",
|
|
2712
|
+
"metadataToken": 100666737,
|
|
2713
|
+
"canonicalSignature": "(Npgsql.Internal.DataFormat,Npgsql.Internal.BufferRequirements\u0026):System.Boolean",
|
|
2714
|
+
"normalizedSignature": "CanConvertBufferedDefault|(Npgsql.Internal.DataFormat,Npgsql.Internal.BufferRequirements\u0026):System.Boolean|static=false",
|
|
2715
|
+
"emitScope": "ClassSurface",
|
|
2716
|
+
"provenance": "Original",
|
|
2717
|
+
"arity": 0,
|
|
2718
|
+
"parameterCount": 2,
|
|
2719
|
+
"isStatic": false,
|
|
2720
|
+
"isAbstract": false,
|
|
2721
|
+
"isVirtual": false,
|
|
2722
|
+
"isOverride": false,
|
|
2723
|
+
"isSealed": false,
|
|
2724
|
+
"visibility": "Protected",
|
|
2159
2725
|
"declaringClrType": "Npgsql.Internal.PgConverter",
|
|
2160
2726
|
"declaringAssemblyName": "Npgsql",
|
|
2161
2727
|
"isExtensionMethod": false,
|
|
@@ -2183,6 +2749,7 @@
|
|
|
2183
2749
|
"isAbstract": false,
|
|
2184
2750
|
"isVirtual": false,
|
|
2185
2751
|
"isOverride": false,
|
|
2752
|
+
"visibility": "Public",
|
|
2186
2753
|
"declaringClrType": "Npgsql.Internal.PgConverter",
|
|
2187
2754
|
"declaringAssemblyName": "Npgsql"
|
|
2188
2755
|
}
|
|
@@ -2202,7 +2769,40 @@
|
|
|
2202
2769
|
"isSealed": false,
|
|
2203
2770
|
"isStatic": false,
|
|
2204
2771
|
"arity": 1,
|
|
2772
|
+
"baseType": {
|
|
2773
|
+
"stableId": "Npgsql:Npgsql.Internal.PgConverter",
|
|
2774
|
+
"clrName": "Npgsql.Internal.PgConverter"
|
|
2775
|
+
},
|
|
2776
|
+
"typeParameters": [
|
|
2777
|
+
"T"
|
|
2778
|
+
],
|
|
2205
2779
|
"methods": [
|
|
2780
|
+
{
|
|
2781
|
+
"stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601::IsDbNullValue(T,System.Object\u0026):System.Boolean",
|
|
2782
|
+
"clrName": "IsDbNullValue",
|
|
2783
|
+
"metadataToken": 100666739,
|
|
2784
|
+
"canonicalSignature": "(T,System.Object\u0026):System.Boolean",
|
|
2785
|
+
"normalizedSignature": "IsDbNullValue|(T,System.Object\u0026):System.Boolean|static=false",
|
|
2786
|
+
"emitScope": "ClassSurface",
|
|
2787
|
+
"provenance": "Original",
|
|
2788
|
+
"arity": 0,
|
|
2789
|
+
"parameterCount": 2,
|
|
2790
|
+
"isStatic": false,
|
|
2791
|
+
"isAbstract": false,
|
|
2792
|
+
"isVirtual": true,
|
|
2793
|
+
"isOverride": false,
|
|
2794
|
+
"isSealed": false,
|
|
2795
|
+
"visibility": "Protected",
|
|
2796
|
+
"declaringClrType": "Npgsql.Internal.PgConverter\u00601",
|
|
2797
|
+
"declaringAssemblyName": "Npgsql",
|
|
2798
|
+
"isExtensionMethod": false,
|
|
2799
|
+
"parameterModifiers": [
|
|
2800
|
+
{
|
|
2801
|
+
"index": 1,
|
|
2802
|
+
"modifier": "ref"
|
|
2803
|
+
}
|
|
2804
|
+
]
|
|
2805
|
+
},
|
|
2206
2806
|
{
|
|
2207
2807
|
"stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601::IsDbNull(T,System.Object\u0026):System.Boolean",
|
|
2208
2808
|
"clrName": "IsDbNull",
|
|
@@ -2218,6 +2818,7 @@
|
|
|
2218
2818
|
"isVirtual": false,
|
|
2219
2819
|
"isOverride": false,
|
|
2220
2820
|
"isSealed": false,
|
|
2821
|
+
"visibility": "Public",
|
|
2221
2822
|
"declaringClrType": "Npgsql.Internal.PgConverter\u00601",
|
|
2222
2823
|
"declaringAssemblyName": "Npgsql",
|
|
2223
2824
|
"isExtensionMethod": false,
|
|
@@ -2243,6 +2844,7 @@
|
|
|
2243
2844
|
"isVirtual": true,
|
|
2244
2845
|
"isOverride": false,
|
|
2245
2846
|
"isSealed": false,
|
|
2847
|
+
"visibility": "Public",
|
|
2246
2848
|
"declaringClrType": "Npgsql.Internal.PgConverter\u00601",
|
|
2247
2849
|
"declaringAssemblyName": "Npgsql",
|
|
2248
2850
|
"isExtensionMethod": false
|
|
@@ -2262,6 +2864,7 @@
|
|
|
2262
2864
|
"isVirtual": true,
|
|
2263
2865
|
"isOverride": false,
|
|
2264
2866
|
"isSealed": false,
|
|
2867
|
+
"visibility": "Public",
|
|
2265
2868
|
"declaringClrType": "Npgsql.Internal.PgConverter\u00601",
|
|
2266
2869
|
"declaringAssemblyName": "Npgsql",
|
|
2267
2870
|
"isExtensionMethod": false
|
|
@@ -2281,6 +2884,7 @@
|
|
|
2281
2884
|
"isVirtual": true,
|
|
2282
2885
|
"isOverride": false,
|
|
2283
2886
|
"isSealed": false,
|
|
2887
|
+
"visibility": "Public",
|
|
2284
2888
|
"declaringClrType": "Npgsql.Internal.PgConverter\u00601",
|
|
2285
2889
|
"declaringAssemblyName": "Npgsql",
|
|
2286
2890
|
"isExtensionMethod": false,
|
|
@@ -2306,6 +2910,7 @@
|
|
|
2306
2910
|
"isVirtual": true,
|
|
2307
2911
|
"isOverride": false,
|
|
2308
2912
|
"isSealed": false,
|
|
2913
|
+
"visibility": "Public",
|
|
2309
2914
|
"declaringClrType": "Npgsql.Internal.PgConverter\u00601",
|
|
2310
2915
|
"declaringAssemblyName": "Npgsql",
|
|
2311
2916
|
"isExtensionMethod": false
|
|
@@ -2325,6 +2930,7 @@
|
|
|
2325
2930
|
"isVirtual": true,
|
|
2326
2931
|
"isOverride": false,
|
|
2327
2932
|
"isSealed": false,
|
|
2933
|
+
"visibility": "Public",
|
|
2328
2934
|
"declaringClrType": "Npgsql.Internal.PgConverter\u00601",
|
|
2329
2935
|
"declaringAssemblyName": "Npgsql",
|
|
2330
2936
|
"isExtensionMethod": false
|
|
@@ -2346,6 +2952,10 @@
|
|
|
2346
2952
|
"isSealed": false,
|
|
2347
2953
|
"isStatic": false,
|
|
2348
2954
|
"arity": 0,
|
|
2955
|
+
"baseType": {
|
|
2956
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
2957
|
+
"clrName": "System.Object"
|
|
2958
|
+
},
|
|
2349
2959
|
"methods": [
|
|
2350
2960
|
{
|
|
2351
2961
|
"stableId": "Npgsql:Npgsql.Internal.PgConverterResolver::GetDefault(System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):Npgsql.Internal.PgConverterResolution",
|
|
@@ -2362,6 +2972,7 @@
|
|
|
2362
2972
|
"isVirtual": true,
|
|
2363
2973
|
"isOverride": false,
|
|
2364
2974
|
"isSealed": false,
|
|
2975
|
+
"visibility": "Public",
|
|
2365
2976
|
"declaringClrType": "Npgsql.Internal.PgConverterResolver",
|
|
2366
2977
|
"declaringAssemblyName": "Npgsql",
|
|
2367
2978
|
"isExtensionMethod": false
|
|
@@ -2381,6 +2992,27 @@
|
|
|
2381
2992
|
"isVirtual": true,
|
|
2382
2993
|
"isOverride": false,
|
|
2383
2994
|
"isSealed": false,
|
|
2995
|
+
"visibility": "Public",
|
|
2996
|
+
"declaringClrType": "Npgsql.Internal.PgConverterResolver",
|
|
2997
|
+
"declaringAssemblyName": "Npgsql",
|
|
2998
|
+
"isExtensionMethod": false
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"stableId": "Npgsql:Npgsql.Internal.PgConverterResolver::CreateUnsupportedPgTypeIdException(Npgsql.Internal.Postgres.PgTypeId):System.ArgumentOutOfRangeException",
|
|
3002
|
+
"clrName": "CreateUnsupportedPgTypeIdException",
|
|
3003
|
+
"metadataToken": 100666772,
|
|
3004
|
+
"canonicalSignature": "(Npgsql.Internal.Postgres.PgTypeId):System.ArgumentOutOfRangeException",
|
|
3005
|
+
"normalizedSignature": "CreateUnsupportedPgTypeIdException|(Npgsql.Internal.Postgres.PgTypeId):System.ArgumentOutOfRangeException|static=false",
|
|
3006
|
+
"emitScope": "ClassSurface",
|
|
3007
|
+
"provenance": "Original",
|
|
3008
|
+
"arity": 0,
|
|
3009
|
+
"parameterCount": 1,
|
|
3010
|
+
"isStatic": false,
|
|
3011
|
+
"isAbstract": false,
|
|
3012
|
+
"isVirtual": false,
|
|
3013
|
+
"isOverride": false,
|
|
3014
|
+
"isSealed": false,
|
|
3015
|
+
"visibility": "Protected",
|
|
2384
3016
|
"declaringClrType": "Npgsql.Internal.PgConverterResolver",
|
|
2385
3017
|
"declaringAssemblyName": "Npgsql",
|
|
2386
3018
|
"isExtensionMethod": false
|
|
@@ -2402,6 +3034,13 @@
|
|
|
2402
3034
|
"isSealed": false,
|
|
2403
3035
|
"isStatic": false,
|
|
2404
3036
|
"arity": 1,
|
|
3037
|
+
"baseType": {
|
|
3038
|
+
"stableId": "Npgsql:Npgsql.Internal.PgConverterResolver",
|
|
3039
|
+
"clrName": "Npgsql.Internal.PgConverterResolver"
|
|
3040
|
+
},
|
|
3041
|
+
"typeParameters": [
|
|
3042
|
+
"T"
|
|
3043
|
+
],
|
|
2405
3044
|
"methods": [
|
|
2406
3045
|
{
|
|
2407
3046
|
"stableId": "Npgsql:Npgsql.Internal.PgConverterResolver\u00601::Get(T,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Nullable_1[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
@@ -2418,6 +3057,7 @@
|
|
|
2418
3057
|
"isVirtual": true,
|
|
2419
3058
|
"isOverride": false,
|
|
2420
3059
|
"isSealed": false,
|
|
3060
|
+
"visibility": "Public",
|
|
2421
3061
|
"declaringClrType": "Npgsql.Internal.PgConverterResolver\u00601",
|
|
2422
3062
|
"declaringAssemblyName": "Npgsql",
|
|
2423
3063
|
"isExtensionMethod": false
|
|
@@ -2437,6 +3077,7 @@
|
|
|
2437
3077
|
"isVirtual": true,
|
|
2438
3078
|
"isOverride": false,
|
|
2439
3079
|
"isSealed": false,
|
|
3080
|
+
"visibility": "Public",
|
|
2440
3081
|
"declaringClrType": "Npgsql.Internal.PgConverterResolver\u00601",
|
|
2441
3082
|
"declaringAssemblyName": "Npgsql",
|
|
2442
3083
|
"isExtensionMethod": false
|
|
@@ -2445,7 +3086,19 @@
|
|
|
2445
3086
|
"properties": [],
|
|
2446
3087
|
"fields": [],
|
|
2447
3088
|
"events": [],
|
|
2448
|
-
"constructors": [
|
|
3089
|
+
"constructors": [
|
|
3090
|
+
{
|
|
3091
|
+
"stableId": "Npgsql:Npgsql.Internal.PgConverterResolver\u00601::.ctor():void",
|
|
3092
|
+
"metadataToken": 100666777,
|
|
3093
|
+
"canonicalSignature": "():void",
|
|
3094
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
3095
|
+
"isStatic": false,
|
|
3096
|
+
"parameterCount": 0,
|
|
3097
|
+
"visibility": "Protected",
|
|
3098
|
+
"declaringClrType": "Npgsql.Internal.PgConverterResolver\u00601",
|
|
3099
|
+
"declaringAssemblyName": "Npgsql"
|
|
3100
|
+
}
|
|
3101
|
+
]
|
|
2449
3102
|
},
|
|
2450
3103
|
{
|
|
2451
3104
|
"stableId": "Npgsql:Npgsql.Internal.PgReader",
|
|
@@ -2458,6 +3111,10 @@
|
|
|
2458
3111
|
"isSealed": false,
|
|
2459
3112
|
"isStatic": false,
|
|
2460
3113
|
"arity": 0,
|
|
3114
|
+
"baseType": {
|
|
3115
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3116
|
+
"clrName": "System.Object"
|
|
3117
|
+
},
|
|
2461
3118
|
"methods": [
|
|
2462
3119
|
{
|
|
2463
3120
|
"stableId": "Npgsql:Npgsql.Internal.PgReader::ReadByte():System.Byte",
|
|
@@ -2474,6 +3131,7 @@
|
|
|
2474
3131
|
"isVirtual": false,
|
|
2475
3132
|
"isOverride": false,
|
|
2476
3133
|
"isSealed": false,
|
|
3134
|
+
"visibility": "Public",
|
|
2477
3135
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2478
3136
|
"declaringAssemblyName": "Npgsql",
|
|
2479
3137
|
"isExtensionMethod": false
|
|
@@ -2493,6 +3151,7 @@
|
|
|
2493
3151
|
"isVirtual": false,
|
|
2494
3152
|
"isOverride": false,
|
|
2495
3153
|
"isSealed": false,
|
|
3154
|
+
"visibility": "Public",
|
|
2496
3155
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2497
3156
|
"declaringAssemblyName": "Npgsql",
|
|
2498
3157
|
"isExtensionMethod": false
|
|
@@ -2512,6 +3171,7 @@
|
|
|
2512
3171
|
"isVirtual": false,
|
|
2513
3172
|
"isOverride": false,
|
|
2514
3173
|
"isSealed": false,
|
|
3174
|
+
"visibility": "Public",
|
|
2515
3175
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2516
3176
|
"declaringAssemblyName": "Npgsql",
|
|
2517
3177
|
"isExtensionMethod": false
|
|
@@ -2531,6 +3191,7 @@
|
|
|
2531
3191
|
"isVirtual": false,
|
|
2532
3192
|
"isOverride": false,
|
|
2533
3193
|
"isSealed": false,
|
|
3194
|
+
"visibility": "Public",
|
|
2534
3195
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2535
3196
|
"declaringAssemblyName": "Npgsql",
|
|
2536
3197
|
"isExtensionMethod": false
|
|
@@ -2550,6 +3211,7 @@
|
|
|
2550
3211
|
"isVirtual": false,
|
|
2551
3212
|
"isOverride": false,
|
|
2552
3213
|
"isSealed": false,
|
|
3214
|
+
"visibility": "Public",
|
|
2553
3215
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2554
3216
|
"declaringAssemblyName": "Npgsql",
|
|
2555
3217
|
"isExtensionMethod": false
|
|
@@ -2569,6 +3231,7 @@
|
|
|
2569
3231
|
"isVirtual": false,
|
|
2570
3232
|
"isOverride": false,
|
|
2571
3233
|
"isSealed": false,
|
|
3234
|
+
"visibility": "Public",
|
|
2572
3235
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2573
3236
|
"declaringAssemblyName": "Npgsql",
|
|
2574
3237
|
"isExtensionMethod": false
|
|
@@ -2588,6 +3251,7 @@
|
|
|
2588
3251
|
"isVirtual": false,
|
|
2589
3252
|
"isOverride": false,
|
|
2590
3253
|
"isSealed": false,
|
|
3254
|
+
"visibility": "Public",
|
|
2591
3255
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2592
3256
|
"declaringAssemblyName": "Npgsql",
|
|
2593
3257
|
"isExtensionMethod": false
|
|
@@ -2607,6 +3271,7 @@
|
|
|
2607
3271
|
"isVirtual": false,
|
|
2608
3272
|
"isOverride": false,
|
|
2609
3273
|
"isSealed": false,
|
|
3274
|
+
"visibility": "Public",
|
|
2610
3275
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2611
3276
|
"declaringAssemblyName": "Npgsql",
|
|
2612
3277
|
"isExtensionMethod": false
|
|
@@ -2626,6 +3291,7 @@
|
|
|
2626
3291
|
"isVirtual": false,
|
|
2627
3292
|
"isOverride": false,
|
|
2628
3293
|
"isSealed": false,
|
|
3294
|
+
"visibility": "Public",
|
|
2629
3295
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2630
3296
|
"declaringAssemblyName": "Npgsql",
|
|
2631
3297
|
"isExtensionMethod": false
|
|
@@ -2645,6 +3311,7 @@
|
|
|
2645
3311
|
"isVirtual": false,
|
|
2646
3312
|
"isOverride": false,
|
|
2647
3313
|
"isSealed": false,
|
|
3314
|
+
"visibility": "Public",
|
|
2648
3315
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2649
3316
|
"declaringAssemblyName": "Npgsql",
|
|
2650
3317
|
"isExtensionMethod": false
|
|
@@ -2664,6 +3331,7 @@
|
|
|
2664
3331
|
"isVirtual": false,
|
|
2665
3332
|
"isOverride": false,
|
|
2666
3333
|
"isSealed": false,
|
|
3334
|
+
"visibility": "Public",
|
|
2667
3335
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2668
3336
|
"declaringAssemblyName": "Npgsql",
|
|
2669
3337
|
"isExtensionMethod": false
|
|
@@ -2683,6 +3351,7 @@
|
|
|
2683
3351
|
"isVirtual": false,
|
|
2684
3352
|
"isOverride": false,
|
|
2685
3353
|
"isSealed": false,
|
|
3354
|
+
"visibility": "Public",
|
|
2686
3355
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2687
3356
|
"declaringAssemblyName": "Npgsql",
|
|
2688
3357
|
"isExtensionMethod": false
|
|
@@ -2702,6 +3371,7 @@
|
|
|
2702
3371
|
"isVirtual": false,
|
|
2703
3372
|
"isOverride": false,
|
|
2704
3373
|
"isSealed": false,
|
|
3374
|
+
"visibility": "Public",
|
|
2705
3375
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2706
3376
|
"declaringAssemblyName": "Npgsql",
|
|
2707
3377
|
"isExtensionMethod": false
|
|
@@ -2721,6 +3391,7 @@
|
|
|
2721
3391
|
"isVirtual": false,
|
|
2722
3392
|
"isOverride": false,
|
|
2723
3393
|
"isSealed": false,
|
|
3394
|
+
"visibility": "Public",
|
|
2724
3395
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2725
3396
|
"declaringAssemblyName": "Npgsql",
|
|
2726
3397
|
"isExtensionMethod": false
|
|
@@ -2740,6 +3411,7 @@
|
|
|
2740
3411
|
"isVirtual": false,
|
|
2741
3412
|
"isOverride": false,
|
|
2742
3413
|
"isSealed": false,
|
|
3414
|
+
"visibility": "Public",
|
|
2743
3415
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2744
3416
|
"declaringAssemblyName": "Npgsql",
|
|
2745
3417
|
"isExtensionMethod": false
|
|
@@ -2759,6 +3431,7 @@
|
|
|
2759
3431
|
"isVirtual": false,
|
|
2760
3432
|
"isOverride": false,
|
|
2761
3433
|
"isSealed": false,
|
|
3434
|
+
"visibility": "Public",
|
|
2762
3435
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2763
3436
|
"declaringAssemblyName": "Npgsql",
|
|
2764
3437
|
"isExtensionMethod": false
|
|
@@ -2778,6 +3451,7 @@
|
|
|
2778
3451
|
"isVirtual": false,
|
|
2779
3452
|
"isOverride": false,
|
|
2780
3453
|
"isSealed": false,
|
|
3454
|
+
"visibility": "Public",
|
|
2781
3455
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2782
3456
|
"declaringAssemblyName": "Npgsql",
|
|
2783
3457
|
"isExtensionMethod": false
|
|
@@ -2797,6 +3471,7 @@
|
|
|
2797
3471
|
"isVirtual": false,
|
|
2798
3472
|
"isOverride": false,
|
|
2799
3473
|
"isSealed": false,
|
|
3474
|
+
"visibility": "Public",
|
|
2800
3475
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2801
3476
|
"declaringAssemblyName": "Npgsql",
|
|
2802
3477
|
"isExtensionMethod": false,
|
|
@@ -2822,6 +3497,7 @@
|
|
|
2822
3497
|
"isVirtual": false,
|
|
2823
3498
|
"isOverride": false,
|
|
2824
3499
|
"isSealed": false,
|
|
3500
|
+
"visibility": "Public",
|
|
2825
3501
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2826
3502
|
"declaringAssemblyName": "Npgsql",
|
|
2827
3503
|
"isExtensionMethod": false,
|
|
@@ -2847,6 +3523,7 @@
|
|
|
2847
3523
|
"isVirtual": false,
|
|
2848
3524
|
"isOverride": false,
|
|
2849
3525
|
"isSealed": false,
|
|
3526
|
+
"visibility": "Public",
|
|
2850
3527
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2851
3528
|
"declaringAssemblyName": "Npgsql",
|
|
2852
3529
|
"isExtensionMethod": false
|
|
@@ -2866,6 +3543,7 @@
|
|
|
2866
3543
|
"isVirtual": false,
|
|
2867
3544
|
"isOverride": false,
|
|
2868
3545
|
"isSealed": false,
|
|
3546
|
+
"visibility": "Public",
|
|
2869
3547
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2870
3548
|
"declaringAssemblyName": "Npgsql",
|
|
2871
3549
|
"isExtensionMethod": false
|
|
@@ -2885,6 +3563,7 @@
|
|
|
2885
3563
|
"isVirtual": false,
|
|
2886
3564
|
"isOverride": false,
|
|
2887
3565
|
"isSealed": false,
|
|
3566
|
+
"visibility": "Public",
|
|
2888
3567
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2889
3568
|
"declaringAssemblyName": "Npgsql",
|
|
2890
3569
|
"isExtensionMethod": false
|
|
@@ -2904,6 +3583,7 @@
|
|
|
2904
3583
|
"isVirtual": false,
|
|
2905
3584
|
"isOverride": false,
|
|
2906
3585
|
"isSealed": false,
|
|
3586
|
+
"visibility": "Public",
|
|
2907
3587
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2908
3588
|
"declaringAssemblyName": "Npgsql",
|
|
2909
3589
|
"isExtensionMethod": false
|
|
@@ -2923,6 +3603,7 @@
|
|
|
2923
3603
|
"isVirtual": false,
|
|
2924
3604
|
"isOverride": false,
|
|
2925
3605
|
"isSealed": false,
|
|
3606
|
+
"visibility": "Public",
|
|
2926
3607
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2927
3608
|
"declaringAssemblyName": "Npgsql",
|
|
2928
3609
|
"isExtensionMethod": false
|
|
@@ -2942,6 +3623,7 @@
|
|
|
2942
3623
|
"isVirtual": false,
|
|
2943
3624
|
"isOverride": false,
|
|
2944
3625
|
"isSealed": false,
|
|
3626
|
+
"visibility": "Public",
|
|
2945
3627
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2946
3628
|
"declaringAssemblyName": "Npgsql",
|
|
2947
3629
|
"isExtensionMethod": false
|
|
@@ -2961,6 +3643,7 @@
|
|
|
2961
3643
|
"isVirtual": false,
|
|
2962
3644
|
"isOverride": false,
|
|
2963
3645
|
"isSealed": false,
|
|
3646
|
+
"visibility": "Public",
|
|
2964
3647
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2965
3648
|
"declaringAssemblyName": "Npgsql",
|
|
2966
3649
|
"isExtensionMethod": false
|
|
@@ -2980,6 +3663,7 @@
|
|
|
2980
3663
|
"isVirtual": false,
|
|
2981
3664
|
"isOverride": false,
|
|
2982
3665
|
"isSealed": false,
|
|
3666
|
+
"visibility": "Public",
|
|
2983
3667
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
2984
3668
|
"declaringAssemblyName": "Npgsql",
|
|
2985
3669
|
"isExtensionMethod": false
|
|
@@ -2999,6 +3683,7 @@
|
|
|
2999
3683
|
"isVirtual": false,
|
|
3000
3684
|
"isOverride": false,
|
|
3001
3685
|
"isSealed": false,
|
|
3686
|
+
"visibility": "Public",
|
|
3002
3687
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
3003
3688
|
"declaringAssemblyName": "Npgsql",
|
|
3004
3689
|
"isExtensionMethod": false
|
|
@@ -3018,6 +3703,7 @@
|
|
|
3018
3703
|
"isVirtual": false,
|
|
3019
3704
|
"isOverride": false,
|
|
3020
3705
|
"isSealed": false,
|
|
3706
|
+
"visibility": "Public",
|
|
3021
3707
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
3022
3708
|
"declaringAssemblyName": "Npgsql",
|
|
3023
3709
|
"isExtensionMethod": false
|
|
@@ -3037,6 +3723,7 @@
|
|
|
3037
3723
|
"isVirtual": false,
|
|
3038
3724
|
"isOverride": false,
|
|
3039
3725
|
"isSealed": false,
|
|
3726
|
+
"visibility": "Public",
|
|
3040
3727
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
3041
3728
|
"declaringAssemblyName": "Npgsql",
|
|
3042
3729
|
"isExtensionMethod": false
|
|
@@ -3056,6 +3743,7 @@
|
|
|
3056
3743
|
"isVirtual": false,
|
|
3057
3744
|
"isOverride": false,
|
|
3058
3745
|
"isSealed": false,
|
|
3746
|
+
"visibility": "Public",
|
|
3059
3747
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
3060
3748
|
"declaringAssemblyName": "Npgsql",
|
|
3061
3749
|
"isExtensionMethod": false
|
|
@@ -3075,6 +3763,7 @@
|
|
|
3075
3763
|
"isVirtual": false,
|
|
3076
3764
|
"isOverride": false,
|
|
3077
3765
|
"isSealed": false,
|
|
3766
|
+
"visibility": "Public",
|
|
3078
3767
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
3079
3768
|
"declaringAssemblyName": "Npgsql",
|
|
3080
3769
|
"isExtensionMethod": false
|
|
@@ -3096,6 +3785,7 @@
|
|
|
3096
3785
|
"isAbstract": false,
|
|
3097
3786
|
"isVirtual": false,
|
|
3098
3787
|
"isOverride": false,
|
|
3788
|
+
"visibility": "Public",
|
|
3099
3789
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
3100
3790
|
"declaringAssemblyName": "Npgsql"
|
|
3101
3791
|
},
|
|
@@ -3114,6 +3804,7 @@
|
|
|
3114
3804
|
"isAbstract": false,
|
|
3115
3805
|
"isVirtual": false,
|
|
3116
3806
|
"isOverride": false,
|
|
3807
|
+
"visibility": "Public",
|
|
3117
3808
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
3118
3809
|
"declaringAssemblyName": "Npgsql"
|
|
3119
3810
|
},
|
|
@@ -3132,6 +3823,7 @@
|
|
|
3132
3823
|
"isAbstract": false,
|
|
3133
3824
|
"isVirtual": false,
|
|
3134
3825
|
"isOverride": false,
|
|
3826
|
+
"visibility": "Public",
|
|
3135
3827
|
"declaringClrType": "Npgsql.Internal.PgReader",
|
|
3136
3828
|
"declaringAssemblyName": "Npgsql"
|
|
3137
3829
|
}
|
|
@@ -3151,6 +3843,10 @@
|
|
|
3151
3843
|
"isSealed": true,
|
|
3152
3844
|
"isStatic": false,
|
|
3153
3845
|
"arity": 0,
|
|
3846
|
+
"baseType": {
|
|
3847
|
+
"stableId": "Npgsql:Npgsql.Internal.PgTypeInfo",
|
|
3848
|
+
"clrName": "Npgsql.Internal.PgTypeInfo"
|
|
3849
|
+
},
|
|
3154
3850
|
"methods": [
|
|
3155
3851
|
{
|
|
3156
3852
|
"stableId": "Npgsql:Npgsql.Internal.PgResolverTypeInfo::GetResolution(T,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Nullable_1[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
@@ -3167,6 +3863,7 @@
|
|
|
3167
3863
|
"isVirtual": false,
|
|
3168
3864
|
"isOverride": false,
|
|
3169
3865
|
"isSealed": false,
|
|
3866
|
+
"visibility": "Public",
|
|
3170
3867
|
"declaringClrType": "Npgsql.Internal.PgResolverTypeInfo",
|
|
3171
3868
|
"declaringAssemblyName": "Npgsql",
|
|
3172
3869
|
"isExtensionMethod": false
|
|
@@ -3186,6 +3883,7 @@
|
|
|
3186
3883
|
"isVirtual": false,
|
|
3187
3884
|
"isOverride": false,
|
|
3188
3885
|
"isSealed": false,
|
|
3886
|
+
"visibility": "Public",
|
|
3189
3887
|
"declaringClrType": "Npgsql.Internal.PgResolverTypeInfo",
|
|
3190
3888
|
"declaringAssemblyName": "Npgsql",
|
|
3191
3889
|
"isExtensionMethod": false
|
|
@@ -3205,6 +3903,7 @@
|
|
|
3205
3903
|
"isVirtual": false,
|
|
3206
3904
|
"isOverride": false,
|
|
3207
3905
|
"isSealed": false,
|
|
3906
|
+
"visibility": "Public",
|
|
3208
3907
|
"declaringClrType": "Npgsql.Internal.PgResolverTypeInfo",
|
|
3209
3908
|
"declaringAssemblyName": "Npgsql",
|
|
3210
3909
|
"isExtensionMethod": false
|
|
@@ -3224,6 +3923,7 @@
|
|
|
3224
3923
|
"isVirtual": false,
|
|
3225
3924
|
"isOverride": false,
|
|
3226
3925
|
"isSealed": false,
|
|
3926
|
+
"visibility": "Public",
|
|
3227
3927
|
"declaringClrType": "Npgsql.Internal.PgResolverTypeInfo",
|
|
3228
3928
|
"declaringAssemblyName": "Npgsql",
|
|
3229
3929
|
"isExtensionMethod": false
|
|
@@ -3243,6 +3943,7 @@
|
|
|
3243
3943
|
"isVirtual": false,
|
|
3244
3944
|
"isOverride": false,
|
|
3245
3945
|
"isSealed": false,
|
|
3946
|
+
"visibility": "Public",
|
|
3246
3947
|
"declaringClrType": "Npgsql.Internal.PgResolverTypeInfo",
|
|
3247
3948
|
"declaringAssemblyName": "Npgsql",
|
|
3248
3949
|
"isExtensionMethod": false
|
|
@@ -3262,6 +3963,7 @@
|
|
|
3262
3963
|
"isVirtual": false,
|
|
3263
3964
|
"isOverride": false,
|
|
3264
3965
|
"isSealed": false,
|
|
3966
|
+
"visibility": "Public",
|
|
3265
3967
|
"declaringClrType": "Npgsql.Internal.PgResolverTypeInfo",
|
|
3266
3968
|
"declaringAssemblyName": "Npgsql",
|
|
3267
3969
|
"isExtensionMethod": false
|
|
@@ -3278,6 +3980,7 @@
|
|
|
3278
3980
|
"normalizedSignature": "constructor|(Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverterResolver,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Type):void|static=false",
|
|
3279
3981
|
"isStatic": false,
|
|
3280
3982
|
"parameterCount": 4,
|
|
3983
|
+
"visibility": "Public",
|
|
3281
3984
|
"declaringClrType": "Npgsql.Internal.PgResolverTypeInfo",
|
|
3282
3985
|
"declaringAssemblyName": "Npgsql"
|
|
3283
3986
|
}
|
|
@@ -3294,6 +3997,10 @@
|
|
|
3294
3997
|
"isSealed": true,
|
|
3295
3998
|
"isStatic": false,
|
|
3296
3999
|
"arity": 0,
|
|
4000
|
+
"baseType": {
|
|
4001
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4002
|
+
"clrName": "System.Object"
|
|
4003
|
+
},
|
|
3297
4004
|
"methods": [
|
|
3298
4005
|
{
|
|
3299
4006
|
"stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::IsWellKnownTextType(System.Type):System.Boolean",
|
|
@@ -3310,6 +4017,7 @@
|
|
|
3310
4017
|
"isVirtual": false,
|
|
3311
4018
|
"isOverride": false,
|
|
3312
4019
|
"isSealed": false,
|
|
4020
|
+
"visibility": "Public",
|
|
3313
4021
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3314
4022
|
"declaringAssemblyName": "Npgsql",
|
|
3315
4023
|
"isExtensionMethod": false
|
|
@@ -3329,6 +4037,7 @@
|
|
|
3329
4037
|
"isVirtual": false,
|
|
3330
4038
|
"isOverride": false,
|
|
3331
4039
|
"isSealed": false,
|
|
4040
|
+
"visibility": "Public",
|
|
3332
4041
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3333
4042
|
"declaringAssemblyName": "Npgsql",
|
|
3334
4043
|
"isExtensionMethod": false
|
|
@@ -3348,6 +4057,7 @@
|
|
|
3348
4057
|
"isVirtual": false,
|
|
3349
4058
|
"isOverride": false,
|
|
3350
4059
|
"isSealed": false,
|
|
4060
|
+
"visibility": "Public",
|
|
3351
4061
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3352
4062
|
"declaringAssemblyName": "Npgsql",
|
|
3353
4063
|
"isExtensionMethod": false
|
|
@@ -3367,6 +4077,7 @@
|
|
|
3367
4077
|
"isVirtual": false,
|
|
3368
4078
|
"isOverride": false,
|
|
3369
4079
|
"isSealed": false,
|
|
4080
|
+
"visibility": "Public",
|
|
3370
4081
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3371
4082
|
"declaringAssemblyName": "Npgsql",
|
|
3372
4083
|
"isExtensionMethod": false
|
|
@@ -3386,6 +4097,7 @@
|
|
|
3386
4097
|
"isVirtual": false,
|
|
3387
4098
|
"isOverride": false,
|
|
3388
4099
|
"isSealed": false,
|
|
4100
|
+
"visibility": "Public",
|
|
3389
4101
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3390
4102
|
"declaringAssemblyName": "Npgsql",
|
|
3391
4103
|
"isExtensionMethod": false
|
|
@@ -3405,6 +4117,7 @@
|
|
|
3405
4117
|
"isVirtual": false,
|
|
3406
4118
|
"isOverride": false,
|
|
3407
4119
|
"isSealed": false,
|
|
4120
|
+
"visibility": "Public",
|
|
3408
4121
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3409
4122
|
"declaringAssemblyName": "Npgsql",
|
|
3410
4123
|
"isExtensionMethod": false
|
|
@@ -3424,6 +4137,7 @@
|
|
|
3424
4137
|
"isVirtual": false,
|
|
3425
4138
|
"isOverride": false,
|
|
3426
4139
|
"isSealed": false,
|
|
4140
|
+
"visibility": "Public",
|
|
3427
4141
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3428
4142
|
"declaringAssemblyName": "Npgsql",
|
|
3429
4143
|
"isExtensionMethod": false
|
|
@@ -3443,6 +4157,7 @@
|
|
|
3443
4157
|
"isVirtual": false,
|
|
3444
4158
|
"isOverride": false,
|
|
3445
4159
|
"isSealed": false,
|
|
4160
|
+
"visibility": "Public",
|
|
3446
4161
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3447
4162
|
"declaringAssemblyName": "Npgsql",
|
|
3448
4163
|
"isExtensionMethod": false
|
|
@@ -3462,6 +4177,7 @@
|
|
|
3462
4177
|
"isVirtual": false,
|
|
3463
4178
|
"isOverride": false,
|
|
3464
4179
|
"isSealed": false,
|
|
4180
|
+
"visibility": "Public",
|
|
3465
4181
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3466
4182
|
"declaringAssemblyName": "Npgsql",
|
|
3467
4183
|
"isExtensionMethod": false
|
|
@@ -3481,6 +4197,7 @@
|
|
|
3481
4197
|
"isVirtual": false,
|
|
3482
4198
|
"isOverride": false,
|
|
3483
4199
|
"isSealed": false,
|
|
4200
|
+
"visibility": "Public",
|
|
3484
4201
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3485
4202
|
"declaringAssemblyName": "Npgsql",
|
|
3486
4203
|
"isExtensionMethod": false
|
|
@@ -3500,6 +4217,7 @@
|
|
|
3500
4217
|
"isVirtual": false,
|
|
3501
4218
|
"isOverride": false,
|
|
3502
4219
|
"isSealed": false,
|
|
4220
|
+
"visibility": "Public",
|
|
3503
4221
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3504
4222
|
"declaringAssemblyName": "Npgsql",
|
|
3505
4223
|
"isExtensionMethod": false,
|
|
@@ -3525,6 +4243,7 @@
|
|
|
3525
4243
|
"isVirtual": false,
|
|
3526
4244
|
"isOverride": false,
|
|
3527
4245
|
"isSealed": false,
|
|
4246
|
+
"visibility": "Public",
|
|
3528
4247
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3529
4248
|
"declaringAssemblyName": "Npgsql",
|
|
3530
4249
|
"isExtensionMethod": false
|
|
@@ -3546,6 +4265,7 @@
|
|
|
3546
4265
|
"isAbstract": false,
|
|
3547
4266
|
"isVirtual": false,
|
|
3548
4267
|
"isOverride": false,
|
|
4268
|
+
"visibility": "Public",
|
|
3549
4269
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3550
4270
|
"declaringAssemblyName": "Npgsql"
|
|
3551
4271
|
},
|
|
@@ -3564,6 +4284,7 @@
|
|
|
3564
4284
|
"isAbstract": false,
|
|
3565
4285
|
"isVirtual": false,
|
|
3566
4286
|
"isOverride": false,
|
|
4287
|
+
"visibility": "Public",
|
|
3567
4288
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3568
4289
|
"declaringAssemblyName": "Npgsql"
|
|
3569
4290
|
},
|
|
@@ -3572,16 +4293,17 @@
|
|
|
3572
4293
|
"clrName": "TypeInfoResolver",
|
|
3573
4294
|
"metadataToken": 385876871,
|
|
3574
4295
|
"canonicalSignature": ":Npgsql.Internal.IPgTypeInfoResolver",
|
|
3575
|
-
"normalizedSignature": "TypeInfoResolver|:Npgsql.Internal.IPgTypeInfoResolver|static=false|accessor=
|
|
4296
|
+
"normalizedSignature": "TypeInfoResolver|:Npgsql.Internal.IPgTypeInfoResolver|static=false|accessor=getset",
|
|
3576
4297
|
"emitScope": "ClassSurface",
|
|
3577
4298
|
"provenance": "Original",
|
|
3578
4299
|
"isIndexer": false,
|
|
3579
4300
|
"hasGetter": true,
|
|
3580
|
-
"hasSetter":
|
|
4301
|
+
"hasSetter": true,
|
|
3581
4302
|
"isStatic": false,
|
|
3582
4303
|
"isAbstract": false,
|
|
3583
4304
|
"isVirtual": false,
|
|
3584
4305
|
"isOverride": false,
|
|
4306
|
+
"visibility": "Public",
|
|
3585
4307
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3586
4308
|
"declaringAssemblyName": "Npgsql"
|
|
3587
4309
|
},
|
|
@@ -3600,6 +4322,7 @@
|
|
|
3600
4322
|
"isAbstract": false,
|
|
3601
4323
|
"isVirtual": false,
|
|
3602
4324
|
"isOverride": false,
|
|
4325
|
+
"visibility": "Public",
|
|
3603
4326
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3604
4327
|
"declaringAssemblyName": "Npgsql"
|
|
3605
4328
|
},
|
|
@@ -3618,6 +4341,7 @@
|
|
|
3618
4341
|
"isAbstract": false,
|
|
3619
4342
|
"isVirtual": false,
|
|
3620
4343
|
"isOverride": false,
|
|
4344
|
+
"visibility": "Public",
|
|
3621
4345
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3622
4346
|
"declaringAssemblyName": "Npgsql"
|
|
3623
4347
|
},
|
|
@@ -3636,6 +4360,7 @@
|
|
|
3636
4360
|
"isAbstract": false,
|
|
3637
4361
|
"isVirtual": false,
|
|
3638
4362
|
"isOverride": false,
|
|
4363
|
+
"visibility": "Public",
|
|
3639
4364
|
"declaringClrType": "Npgsql.Internal.PgSerializerOptions",
|
|
3640
4365
|
"declaringAssemblyName": "Npgsql"
|
|
3641
4366
|
}
|
|
@@ -3655,6 +4380,16 @@
|
|
|
3655
4380
|
"isSealed": false,
|
|
3656
4381
|
"isStatic": false,
|
|
3657
4382
|
"arity": 1,
|
|
4383
|
+
"baseType": {
|
|
4384
|
+
"stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601",
|
|
4385
|
+
"clrName": "Npgsql.Internal.PgConverter\u00601",
|
|
4386
|
+
"typeArguments": [
|
|
4387
|
+
"T"
|
|
4388
|
+
]
|
|
4389
|
+
},
|
|
4390
|
+
"typeParameters": [
|
|
4391
|
+
"T"
|
|
4392
|
+
],
|
|
3658
4393
|
"methods": [
|
|
3659
4394
|
{
|
|
3660
4395
|
"stableId": "Npgsql:Npgsql.Internal.PgStreamingConverter\u00601::CanConvert(Npgsql.Internal.DataFormat,Npgsql.Internal.BufferRequirements\u0026):System.Boolean",
|
|
@@ -3671,6 +4406,7 @@
|
|
|
3671
4406
|
"isVirtual": true,
|
|
3672
4407
|
"isOverride": true,
|
|
3673
4408
|
"isSealed": false,
|
|
4409
|
+
"visibility": "Public",
|
|
3674
4410
|
"declaringClrType": "Npgsql.Internal.PgStreamingConverter\u00601",
|
|
3675
4411
|
"declaringAssemblyName": "Npgsql",
|
|
3676
4412
|
"isExtensionMethod": false,
|
|
@@ -3685,7 +4421,19 @@
|
|
|
3685
4421
|
"properties": [],
|
|
3686
4422
|
"fields": [],
|
|
3687
4423
|
"events": [],
|
|
3688
|
-
"constructors": [
|
|
4424
|
+
"constructors": [
|
|
4425
|
+
{
|
|
4426
|
+
"stableId": "Npgsql:Npgsql.Internal.PgStreamingConverter\u00601::.ctor(System.Boolean):void",
|
|
4427
|
+
"metadataToken": 100666913,
|
|
4428
|
+
"canonicalSignature": "(System.Boolean):void",
|
|
4429
|
+
"normalizedSignature": "constructor|(System.Boolean):void|static=false",
|
|
4430
|
+
"isStatic": false,
|
|
4431
|
+
"parameterCount": 1,
|
|
4432
|
+
"visibility": "Protected",
|
|
4433
|
+
"declaringClrType": "Npgsql.Internal.PgStreamingConverter\u00601",
|
|
4434
|
+
"declaringAssemblyName": "Npgsql"
|
|
4435
|
+
}
|
|
4436
|
+
]
|
|
3689
4437
|
},
|
|
3690
4438
|
{
|
|
3691
4439
|
"stableId": "Npgsql:Npgsql.Internal.PgTypeInfo",
|
|
@@ -3698,6 +4446,10 @@
|
|
|
3698
4446
|
"isSealed": false,
|
|
3699
4447
|
"isStatic": false,
|
|
3700
4448
|
"arity": 0,
|
|
4449
|
+
"baseType": {
|
|
4450
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4451
|
+
"clrName": "System.Object"
|
|
4452
|
+
},
|
|
3701
4453
|
"methods": [
|
|
3702
4454
|
{
|
|
3703
4455
|
"stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::GetResolution(T):Npgsql.Internal.PgConverterResolution",
|
|
@@ -3714,6 +4466,7 @@
|
|
|
3714
4466
|
"isVirtual": false,
|
|
3715
4467
|
"isOverride": false,
|
|
3716
4468
|
"isSealed": false,
|
|
4469
|
+
"visibility": "Public",
|
|
3717
4470
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3718
4471
|
"declaringAssemblyName": "Npgsql",
|
|
3719
4472
|
"isExtensionMethod": false
|
|
@@ -3733,6 +4486,7 @@
|
|
|
3733
4486
|
"isVirtual": false,
|
|
3734
4487
|
"isOverride": false,
|
|
3735
4488
|
"isSealed": false,
|
|
4489
|
+
"visibility": "Public",
|
|
3736
4490
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3737
4491
|
"declaringAssemblyName": "Npgsql",
|
|
3738
4492
|
"isExtensionMethod": false
|
|
@@ -3752,6 +4506,7 @@
|
|
|
3752
4506
|
"isVirtual": false,
|
|
3753
4507
|
"isOverride": false,
|
|
3754
4508
|
"isSealed": false,
|
|
4509
|
+
"visibility": "Public",
|
|
3755
4510
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3756
4511
|
"declaringAssemblyName": "Npgsql",
|
|
3757
4512
|
"isExtensionMethod": false
|
|
@@ -3773,6 +4528,7 @@
|
|
|
3773
4528
|
"isAbstract": false,
|
|
3774
4529
|
"isVirtual": false,
|
|
3775
4530
|
"isOverride": false,
|
|
4531
|
+
"visibility": "Public",
|
|
3776
4532
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3777
4533
|
"declaringAssemblyName": "Npgsql"
|
|
3778
4534
|
},
|
|
@@ -3791,6 +4547,7 @@
|
|
|
3791
4547
|
"isAbstract": false,
|
|
3792
4548
|
"isVirtual": false,
|
|
3793
4549
|
"isOverride": false,
|
|
4550
|
+
"visibility": "Public",
|
|
3794
4551
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3795
4552
|
"declaringAssemblyName": "Npgsql"
|
|
3796
4553
|
},
|
|
@@ -3809,6 +4566,7 @@
|
|
|
3809
4566
|
"isAbstract": false,
|
|
3810
4567
|
"isVirtual": false,
|
|
3811
4568
|
"isOverride": false,
|
|
4569
|
+
"visibility": "Public",
|
|
3812
4570
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3813
4571
|
"declaringAssemblyName": "Npgsql"
|
|
3814
4572
|
},
|
|
@@ -3827,6 +4585,7 @@
|
|
|
3827
4585
|
"isAbstract": false,
|
|
3828
4586
|
"isVirtual": false,
|
|
3829
4587
|
"isOverride": false,
|
|
4588
|
+
"visibility": "Public",
|
|
3830
4589
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3831
4590
|
"declaringAssemblyName": "Npgsql"
|
|
3832
4591
|
},
|
|
@@ -3845,6 +4604,7 @@
|
|
|
3845
4604
|
"isAbstract": false,
|
|
3846
4605
|
"isVirtual": false,
|
|
3847
4606
|
"isOverride": false,
|
|
4607
|
+
"visibility": "Public",
|
|
3848
4608
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3849
4609
|
"declaringAssemblyName": "Npgsql"
|
|
3850
4610
|
},
|
|
@@ -3863,6 +4623,7 @@
|
|
|
3863
4623
|
"isAbstract": false,
|
|
3864
4624
|
"isVirtual": false,
|
|
3865
4625
|
"isOverride": false,
|
|
4626
|
+
"visibility": "Public",
|
|
3866
4627
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3867
4628
|
"declaringAssemblyName": "Npgsql"
|
|
3868
4629
|
}
|
|
@@ -3877,6 +4638,7 @@
|
|
|
3877
4638
|
"normalizedSignature": "constructor|(Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverter,Npgsql.Internal.Postgres.PgTypeId,System.Type):void|static=false",
|
|
3878
4639
|
"isStatic": false,
|
|
3879
4640
|
"parameterCount": 4,
|
|
4641
|
+
"visibility": "Public",
|
|
3880
4642
|
"declaringClrType": "Npgsql.Internal.PgTypeInfo",
|
|
3881
4643
|
"declaringAssemblyName": "Npgsql"
|
|
3882
4644
|
}
|
|
@@ -3893,6 +4655,10 @@
|
|
|
3893
4655
|
"isSealed": false,
|
|
3894
4656
|
"isStatic": false,
|
|
3895
4657
|
"arity": 0,
|
|
4658
|
+
"baseType": {
|
|
4659
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4660
|
+
"clrName": "System.Object"
|
|
4661
|
+
},
|
|
3896
4662
|
"methods": [
|
|
3897
4663
|
{
|
|
3898
4664
|
"stableId": "Npgsql:Npgsql.Internal.PgTypeInfoResolverFactory::CreateResolver():Npgsql.Internal.IPgTypeInfoResolver",
|
|
@@ -3909,6 +4675,7 @@
|
|
|
3909
4675
|
"isVirtual": true,
|
|
3910
4676
|
"isOverride": false,
|
|
3911
4677
|
"isSealed": false,
|
|
4678
|
+
"visibility": "Public",
|
|
3912
4679
|
"declaringClrType": "Npgsql.Internal.PgTypeInfoResolverFactory",
|
|
3913
4680
|
"declaringAssemblyName": "Npgsql",
|
|
3914
4681
|
"isExtensionMethod": false
|
|
@@ -3928,6 +4695,7 @@
|
|
|
3928
4695
|
"isVirtual": true,
|
|
3929
4696
|
"isOverride": false,
|
|
3930
4697
|
"isSealed": false,
|
|
4698
|
+
"visibility": "Public",
|
|
3931
4699
|
"declaringClrType": "Npgsql.Internal.PgTypeInfoResolverFactory",
|
|
3932
4700
|
"declaringAssemblyName": "Npgsql",
|
|
3933
4701
|
"isExtensionMethod": false
|
|
@@ -3947,6 +4715,7 @@
|
|
|
3947
4715
|
"isVirtual": true,
|
|
3948
4716
|
"isOverride": false,
|
|
3949
4717
|
"isSealed": false,
|
|
4718
|
+
"visibility": "Public",
|
|
3950
4719
|
"declaringClrType": "Npgsql.Internal.PgTypeInfoResolverFactory",
|
|
3951
4720
|
"declaringAssemblyName": "Npgsql",
|
|
3952
4721
|
"isExtensionMethod": false
|
|
@@ -3966,6 +4735,7 @@
|
|
|
3966
4735
|
"isVirtual": true,
|
|
3967
4736
|
"isOverride": false,
|
|
3968
4737
|
"isSealed": false,
|
|
4738
|
+
"visibility": "Public",
|
|
3969
4739
|
"declaringClrType": "Npgsql.Internal.PgTypeInfoResolverFactory",
|
|
3970
4740
|
"declaringAssemblyName": "Npgsql",
|
|
3971
4741
|
"isExtensionMethod": false
|
|
@@ -3985,6 +4755,7 @@
|
|
|
3985
4755
|
"isVirtual": true,
|
|
3986
4756
|
"isOverride": false,
|
|
3987
4757
|
"isSealed": false,
|
|
4758
|
+
"visibility": "Public",
|
|
3988
4759
|
"declaringClrType": "Npgsql.Internal.PgTypeInfoResolverFactory",
|
|
3989
4760
|
"declaringAssemblyName": "Npgsql",
|
|
3990
4761
|
"isExtensionMethod": false
|
|
@@ -4004,6 +4775,7 @@
|
|
|
4004
4775
|
"isVirtual": true,
|
|
4005
4776
|
"isOverride": false,
|
|
4006
4777
|
"isSealed": false,
|
|
4778
|
+
"visibility": "Public",
|
|
4007
4779
|
"declaringClrType": "Npgsql.Internal.PgTypeInfoResolverFactory",
|
|
4008
4780
|
"declaringAssemblyName": "Npgsql",
|
|
4009
4781
|
"isExtensionMethod": false
|
|
@@ -4012,7 +4784,19 @@
|
|
|
4012
4784
|
"properties": [],
|
|
4013
4785
|
"fields": [],
|
|
4014
4786
|
"events": [],
|
|
4015
|
-
"constructors": [
|
|
4787
|
+
"constructors": [
|
|
4788
|
+
{
|
|
4789
|
+
"stableId": "Npgsql:Npgsql.Internal.PgTypeInfoResolverFactory::.ctor():void",
|
|
4790
|
+
"metadataToken": 100666997,
|
|
4791
|
+
"canonicalSignature": "():void",
|
|
4792
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
4793
|
+
"isStatic": false,
|
|
4794
|
+
"parameterCount": 0,
|
|
4795
|
+
"visibility": "Protected",
|
|
4796
|
+
"declaringClrType": "Npgsql.Internal.PgTypeInfoResolverFactory",
|
|
4797
|
+
"declaringAssemblyName": "Npgsql"
|
|
4798
|
+
}
|
|
4799
|
+
]
|
|
4016
4800
|
},
|
|
4017
4801
|
{
|
|
4018
4802
|
"stableId": "Npgsql:Npgsql.Internal.PgWriter",
|
|
@@ -4025,6 +4809,10 @@
|
|
|
4025
4809
|
"isSealed": true,
|
|
4026
4810
|
"isStatic": false,
|
|
4027
4811
|
"arity": 0,
|
|
4812
|
+
"baseType": {
|
|
4813
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4814
|
+
"clrName": "System.Object"
|
|
4815
|
+
},
|
|
4028
4816
|
"methods": [
|
|
4029
4817
|
{
|
|
4030
4818
|
"stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteAsOid(Npgsql.Internal.Postgres.PgTypeId):System.Void",
|
|
@@ -4041,6 +4829,7 @@
|
|
|
4041
4829
|
"isVirtual": false,
|
|
4042
4830
|
"isOverride": false,
|
|
4043
4831
|
"isSealed": false,
|
|
4832
|
+
"visibility": "Public",
|
|
4044
4833
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4045
4834
|
"declaringAssemblyName": "Npgsql",
|
|
4046
4835
|
"isExtensionMethod": false
|
|
@@ -4060,6 +4849,7 @@
|
|
|
4060
4849
|
"isVirtual": false,
|
|
4061
4850
|
"isOverride": false,
|
|
4062
4851
|
"isSealed": false,
|
|
4852
|
+
"visibility": "Public",
|
|
4063
4853
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4064
4854
|
"declaringAssemblyName": "Npgsql",
|
|
4065
4855
|
"isExtensionMethod": false
|
|
@@ -4079,6 +4869,7 @@
|
|
|
4079
4869
|
"isVirtual": false,
|
|
4080
4870
|
"isOverride": false,
|
|
4081
4871
|
"isSealed": false,
|
|
4872
|
+
"visibility": "Public",
|
|
4082
4873
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4083
4874
|
"declaringAssemblyName": "Npgsql",
|
|
4084
4875
|
"isExtensionMethod": false
|
|
@@ -4098,6 +4889,7 @@
|
|
|
4098
4889
|
"isVirtual": false,
|
|
4099
4890
|
"isOverride": false,
|
|
4100
4891
|
"isSealed": false,
|
|
4892
|
+
"visibility": "Public",
|
|
4101
4893
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4102
4894
|
"declaringAssemblyName": "Npgsql",
|
|
4103
4895
|
"isExtensionMethod": false
|
|
@@ -4117,6 +4909,7 @@
|
|
|
4117
4909
|
"isVirtual": false,
|
|
4118
4910
|
"isOverride": false,
|
|
4119
4911
|
"isSealed": false,
|
|
4912
|
+
"visibility": "Public",
|
|
4120
4913
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4121
4914
|
"declaringAssemblyName": "Npgsql",
|
|
4122
4915
|
"isExtensionMethod": false
|
|
@@ -4136,6 +4929,7 @@
|
|
|
4136
4929
|
"isVirtual": false,
|
|
4137
4930
|
"isOverride": false,
|
|
4138
4931
|
"isSealed": false,
|
|
4932
|
+
"visibility": "Public",
|
|
4139
4933
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4140
4934
|
"declaringAssemblyName": "Npgsql",
|
|
4141
4935
|
"isExtensionMethod": false
|
|
@@ -4155,6 +4949,7 @@
|
|
|
4155
4949
|
"isVirtual": false,
|
|
4156
4950
|
"isOverride": false,
|
|
4157
4951
|
"isSealed": false,
|
|
4952
|
+
"visibility": "Public",
|
|
4158
4953
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4159
4954
|
"declaringAssemblyName": "Npgsql",
|
|
4160
4955
|
"isExtensionMethod": false
|
|
@@ -4174,6 +4969,7 @@
|
|
|
4174
4969
|
"isVirtual": false,
|
|
4175
4970
|
"isOverride": false,
|
|
4176
4971
|
"isSealed": false,
|
|
4972
|
+
"visibility": "Public",
|
|
4177
4973
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4178
4974
|
"declaringAssemblyName": "Npgsql",
|
|
4179
4975
|
"isExtensionMethod": false
|
|
@@ -4193,6 +4989,7 @@
|
|
|
4193
4989
|
"isVirtual": false,
|
|
4194
4990
|
"isOverride": false,
|
|
4195
4991
|
"isSealed": false,
|
|
4992
|
+
"visibility": "Public",
|
|
4196
4993
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4197
4994
|
"declaringAssemblyName": "Npgsql",
|
|
4198
4995
|
"isExtensionMethod": false
|
|
@@ -4212,6 +5009,7 @@
|
|
|
4212
5009
|
"isVirtual": false,
|
|
4213
5010
|
"isOverride": false,
|
|
4214
5011
|
"isSealed": false,
|
|
5012
|
+
"visibility": "Public",
|
|
4215
5013
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4216
5014
|
"declaringAssemblyName": "Npgsql",
|
|
4217
5015
|
"isExtensionMethod": false
|
|
@@ -4231,6 +5029,7 @@
|
|
|
4231
5029
|
"isVirtual": false,
|
|
4232
5030
|
"isOverride": false,
|
|
4233
5031
|
"isSealed": false,
|
|
5032
|
+
"visibility": "Public",
|
|
4234
5033
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4235
5034
|
"declaringAssemblyName": "Npgsql",
|
|
4236
5035
|
"isExtensionMethod": false
|
|
@@ -4250,6 +5049,7 @@
|
|
|
4250
5049
|
"isVirtual": false,
|
|
4251
5050
|
"isOverride": false,
|
|
4252
5051
|
"isSealed": false,
|
|
5052
|
+
"visibility": "Public",
|
|
4253
5053
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4254
5054
|
"declaringAssemblyName": "Npgsql",
|
|
4255
5055
|
"isExtensionMethod": false
|
|
@@ -4269,6 +5069,7 @@
|
|
|
4269
5069
|
"isVirtual": false,
|
|
4270
5070
|
"isOverride": false,
|
|
4271
5071
|
"isSealed": false,
|
|
5072
|
+
"visibility": "Public",
|
|
4272
5073
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4273
5074
|
"declaringAssemblyName": "Npgsql",
|
|
4274
5075
|
"isExtensionMethod": false
|
|
@@ -4288,6 +5089,7 @@
|
|
|
4288
5089
|
"isVirtual": false,
|
|
4289
5090
|
"isOverride": false,
|
|
4290
5091
|
"isSealed": false,
|
|
5092
|
+
"visibility": "Public",
|
|
4291
5093
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4292
5094
|
"declaringAssemblyName": "Npgsql",
|
|
4293
5095
|
"isExtensionMethod": false
|
|
@@ -4307,6 +5109,7 @@
|
|
|
4307
5109
|
"isVirtual": false,
|
|
4308
5110
|
"isOverride": false,
|
|
4309
5111
|
"isSealed": false,
|
|
5112
|
+
"visibility": "Public",
|
|
4310
5113
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4311
5114
|
"declaringAssemblyName": "Npgsql",
|
|
4312
5115
|
"isExtensionMethod": false
|
|
@@ -4326,6 +5129,7 @@
|
|
|
4326
5129
|
"isVirtual": false,
|
|
4327
5130
|
"isOverride": false,
|
|
4328
5131
|
"isSealed": false,
|
|
5132
|
+
"visibility": "Public",
|
|
4329
5133
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4330
5134
|
"declaringAssemblyName": "Npgsql",
|
|
4331
5135
|
"isExtensionMethod": false
|
|
@@ -4345,6 +5149,7 @@
|
|
|
4345
5149
|
"isVirtual": false,
|
|
4346
5150
|
"isOverride": false,
|
|
4347
5151
|
"isSealed": false,
|
|
5152
|
+
"visibility": "Public",
|
|
4348
5153
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4349
5154
|
"declaringAssemblyName": "Npgsql",
|
|
4350
5155
|
"isExtensionMethod": false
|
|
@@ -4364,6 +5169,7 @@
|
|
|
4364
5169
|
"isVirtual": false,
|
|
4365
5170
|
"isOverride": false,
|
|
4366
5171
|
"isSealed": false,
|
|
5172
|
+
"visibility": "Public",
|
|
4367
5173
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4368
5174
|
"declaringAssemblyName": "Npgsql",
|
|
4369
5175
|
"isExtensionMethod": false
|
|
@@ -4383,6 +5189,7 @@
|
|
|
4383
5189
|
"isVirtual": false,
|
|
4384
5190
|
"isOverride": false,
|
|
4385
5191
|
"isSealed": false,
|
|
5192
|
+
"visibility": "Public",
|
|
4386
5193
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4387
5194
|
"declaringAssemblyName": "Npgsql",
|
|
4388
5195
|
"isExtensionMethod": false
|
|
@@ -4402,6 +5209,7 @@
|
|
|
4402
5209
|
"isVirtual": false,
|
|
4403
5210
|
"isOverride": false,
|
|
4404
5211
|
"isSealed": false,
|
|
5212
|
+
"visibility": "Public",
|
|
4405
5213
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4406
5214
|
"declaringAssemblyName": "Npgsql",
|
|
4407
5215
|
"isExtensionMethod": false
|
|
@@ -4421,6 +5229,7 @@
|
|
|
4421
5229
|
"isVirtual": false,
|
|
4422
5230
|
"isOverride": false,
|
|
4423
5231
|
"isSealed": false,
|
|
5232
|
+
"visibility": "Public",
|
|
4424
5233
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4425
5234
|
"declaringAssemblyName": "Npgsql",
|
|
4426
5235
|
"isExtensionMethod": false
|
|
@@ -4442,6 +5251,7 @@
|
|
|
4442
5251
|
"isAbstract": false,
|
|
4443
5252
|
"isVirtual": false,
|
|
4444
5253
|
"isOverride": false,
|
|
5254
|
+
"visibility": "Public",
|
|
4445
5255
|
"declaringClrType": "Npgsql.Internal.PgWriter",
|
|
4446
5256
|
"declaringAssemblyName": "Npgsql"
|
|
4447
5257
|
}
|
|
@@ -4461,6 +5271,10 @@
|
|
|
4461
5271
|
"isSealed": true,
|
|
4462
5272
|
"isStatic": false,
|
|
4463
5273
|
"arity": 0,
|
|
5274
|
+
"baseType": {
|
|
5275
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5276
|
+
"clrName": "System.Object"
|
|
5277
|
+
},
|
|
4464
5278
|
"methods": [
|
|
4465
5279
|
{
|
|
4466
5280
|
"stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::Find(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo",
|
|
@@ -4477,6 +5291,7 @@
|
|
|
4477
5291
|
"isVirtual": false,
|
|
4478
5292
|
"isOverride": false,
|
|
4479
5293
|
"isSealed": false,
|
|
5294
|
+
"visibility": "Public",
|
|
4480
5295
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4481
5296
|
"declaringAssemblyName": "Npgsql",
|
|
4482
5297
|
"isExtensionMethod": false
|
|
@@ -4496,6 +5311,7 @@
|
|
|
4496
5311
|
"isVirtual": false,
|
|
4497
5312
|
"isOverride": false,
|
|
4498
5313
|
"isSealed": false,
|
|
5314
|
+
"visibility": "Public",
|
|
4499
5315
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4500
5316
|
"declaringAssemblyName": "Npgsql",
|
|
4501
5317
|
"isExtensionMethod": false
|
|
@@ -4515,6 +5331,7 @@
|
|
|
4515
5331
|
"isVirtual": false,
|
|
4516
5332
|
"isOverride": false,
|
|
4517
5333
|
"isSealed": false,
|
|
5334
|
+
"visibility": "Public",
|
|
4518
5335
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4519
5336
|
"declaringAssemblyName": "Npgsql",
|
|
4520
5337
|
"isExtensionMethod": false
|
|
@@ -4534,6 +5351,7 @@
|
|
|
4534
5351
|
"isVirtual": false,
|
|
4535
5352
|
"isOverride": false,
|
|
4536
5353
|
"isSealed": false,
|
|
5354
|
+
"visibility": "Public",
|
|
4537
5355
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4538
5356
|
"declaringAssemblyName": "Npgsql",
|
|
4539
5357
|
"isExtensionMethod": false
|
|
@@ -4553,6 +5371,7 @@
|
|
|
4553
5371
|
"isVirtual": false,
|
|
4554
5372
|
"isOverride": false,
|
|
4555
5373
|
"isSealed": false,
|
|
5374
|
+
"visibility": "Public",
|
|
4556
5375
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4557
5376
|
"declaringAssemblyName": "Npgsql",
|
|
4558
5377
|
"isExtensionMethod": false
|
|
@@ -4572,6 +5391,7 @@
|
|
|
4572
5391
|
"isVirtual": false,
|
|
4573
5392
|
"isOverride": false,
|
|
4574
5393
|
"isSealed": false,
|
|
5394
|
+
"visibility": "Public",
|
|
4575
5395
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4576
5396
|
"declaringAssemblyName": "Npgsql",
|
|
4577
5397
|
"isExtensionMethod": false
|
|
@@ -4591,6 +5411,7 @@
|
|
|
4591
5411
|
"isVirtual": false,
|
|
4592
5412
|
"isOverride": false,
|
|
4593
5413
|
"isSealed": false,
|
|
5414
|
+
"visibility": "Public",
|
|
4594
5415
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4595
5416
|
"declaringAssemblyName": "Npgsql",
|
|
4596
5417
|
"isExtensionMethod": false
|
|
@@ -4610,6 +5431,7 @@
|
|
|
4610
5431
|
"isVirtual": false,
|
|
4611
5432
|
"isOverride": false,
|
|
4612
5433
|
"isSealed": false,
|
|
5434
|
+
"visibility": "Public",
|
|
4613
5435
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4614
5436
|
"declaringAssemblyName": "Npgsql",
|
|
4615
5437
|
"isExtensionMethod": false
|
|
@@ -4629,6 +5451,7 @@
|
|
|
4629
5451
|
"isVirtual": false,
|
|
4630
5452
|
"isOverride": false,
|
|
4631
5453
|
"isSealed": false,
|
|
5454
|
+
"visibility": "Public",
|
|
4632
5455
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4633
5456
|
"declaringAssemblyName": "Npgsql",
|
|
4634
5457
|
"isExtensionMethod": false
|
|
@@ -4648,6 +5471,7 @@
|
|
|
4648
5471
|
"isVirtual": false,
|
|
4649
5472
|
"isOverride": false,
|
|
4650
5473
|
"isSealed": false,
|
|
5474
|
+
"visibility": "Public",
|
|
4651
5475
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4652
5476
|
"declaringAssemblyName": "Npgsql",
|
|
4653
5477
|
"isExtensionMethod": false
|
|
@@ -4667,6 +5491,7 @@
|
|
|
4667
5491
|
"isVirtual": false,
|
|
4668
5492
|
"isOverride": false,
|
|
4669
5493
|
"isSealed": false,
|
|
5494
|
+
"visibility": "Public",
|
|
4670
5495
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4671
5496
|
"declaringAssemblyName": "Npgsql",
|
|
4672
5497
|
"isExtensionMethod": false
|
|
@@ -4686,6 +5511,7 @@
|
|
|
4686
5511
|
"isVirtual": false,
|
|
4687
5512
|
"isOverride": false,
|
|
4688
5513
|
"isSealed": false,
|
|
5514
|
+
"visibility": "Public",
|
|
4689
5515
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4690
5516
|
"declaringAssemblyName": "Npgsql",
|
|
4691
5517
|
"isExtensionMethod": false
|
|
@@ -4705,6 +5531,7 @@
|
|
|
4705
5531
|
"isVirtual": false,
|
|
4706
5532
|
"isOverride": false,
|
|
4707
5533
|
"isSealed": false,
|
|
5534
|
+
"visibility": "Public",
|
|
4708
5535
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4709
5536
|
"declaringAssemblyName": "Npgsql",
|
|
4710
5537
|
"isExtensionMethod": false
|
|
@@ -4724,6 +5551,7 @@
|
|
|
4724
5551
|
"isVirtual": false,
|
|
4725
5552
|
"isOverride": false,
|
|
4726
5553
|
"isSealed": false,
|
|
5554
|
+
"visibility": "Public",
|
|
4727
5555
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4728
5556
|
"declaringAssemblyName": "Npgsql",
|
|
4729
5557
|
"isExtensionMethod": false
|
|
@@ -4743,6 +5571,7 @@
|
|
|
4743
5571
|
"isVirtual": false,
|
|
4744
5572
|
"isOverride": false,
|
|
4745
5573
|
"isSealed": false,
|
|
5574
|
+
"visibility": "Public",
|
|
4746
5575
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4747
5576
|
"declaringAssemblyName": "Npgsql",
|
|
4748
5577
|
"isExtensionMethod": false
|
|
@@ -4762,6 +5591,7 @@
|
|
|
4762
5591
|
"isVirtual": false,
|
|
4763
5592
|
"isOverride": false,
|
|
4764
5593
|
"isSealed": false,
|
|
5594
|
+
"visibility": "Public",
|
|
4765
5595
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4766
5596
|
"declaringAssemblyName": "Npgsql",
|
|
4767
5597
|
"isExtensionMethod": false
|
|
@@ -4781,6 +5611,7 @@
|
|
|
4781
5611
|
"isVirtual": false,
|
|
4782
5612
|
"isOverride": false,
|
|
4783
5613
|
"isSealed": false,
|
|
5614
|
+
"visibility": "Public",
|
|
4784
5615
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4785
5616
|
"declaringAssemblyName": "Npgsql",
|
|
4786
5617
|
"isExtensionMethod": false
|
|
@@ -4800,6 +5631,7 @@
|
|
|
4800
5631
|
"isVirtual": false,
|
|
4801
5632
|
"isOverride": false,
|
|
4802
5633
|
"isSealed": false,
|
|
5634
|
+
"visibility": "Public",
|
|
4803
5635
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4804
5636
|
"declaringAssemblyName": "Npgsql",
|
|
4805
5637
|
"isExtensionMethod": false
|
|
@@ -4819,6 +5651,7 @@
|
|
|
4819
5651
|
"isVirtual": false,
|
|
4820
5652
|
"isOverride": false,
|
|
4821
5653
|
"isSealed": false,
|
|
5654
|
+
"visibility": "Public",
|
|
4822
5655
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4823
5656
|
"declaringAssemblyName": "Npgsql",
|
|
4824
5657
|
"isExtensionMethod": false
|
|
@@ -4838,6 +5671,7 @@
|
|
|
4838
5671
|
"isVirtual": false,
|
|
4839
5672
|
"isOverride": false,
|
|
4840
5673
|
"isSealed": false,
|
|
5674
|
+
"visibility": "Public",
|
|
4841
5675
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4842
5676
|
"declaringAssemblyName": "Npgsql",
|
|
4843
5677
|
"isExtensionMethod": false
|
|
@@ -4857,6 +5691,7 @@
|
|
|
4857
5691
|
"isVirtual": false,
|
|
4858
5692
|
"isOverride": false,
|
|
4859
5693
|
"isSealed": false,
|
|
5694
|
+
"visibility": "Public",
|
|
4860
5695
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4861
5696
|
"declaringAssemblyName": "Npgsql",
|
|
4862
5697
|
"isExtensionMethod": false
|
|
@@ -4876,6 +5711,7 @@
|
|
|
4876
5711
|
"isVirtual": false,
|
|
4877
5712
|
"isOverride": false,
|
|
4878
5713
|
"isSealed": false,
|
|
5714
|
+
"visibility": "Public",
|
|
4879
5715
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4880
5716
|
"declaringAssemblyName": "Npgsql",
|
|
4881
5717
|
"isExtensionMethod": false
|
|
@@ -4895,6 +5731,7 @@
|
|
|
4895
5731
|
"isVirtual": false,
|
|
4896
5732
|
"isOverride": false,
|
|
4897
5733
|
"isSealed": false,
|
|
5734
|
+
"visibility": "Public",
|
|
4898
5735
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4899
5736
|
"declaringAssemblyName": "Npgsql",
|
|
4900
5737
|
"isExtensionMethod": false
|
|
@@ -4914,6 +5751,7 @@
|
|
|
4914
5751
|
"isVirtual": false,
|
|
4915
5752
|
"isOverride": false,
|
|
4916
5753
|
"isSealed": false,
|
|
5754
|
+
"visibility": "Public",
|
|
4917
5755
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4918
5756
|
"declaringAssemblyName": "Npgsql",
|
|
4919
5757
|
"isExtensionMethod": false
|
|
@@ -4933,6 +5771,7 @@
|
|
|
4933
5771
|
"isVirtual": false,
|
|
4934
5772
|
"isOverride": false,
|
|
4935
5773
|
"isSealed": false,
|
|
5774
|
+
"visibility": "Public",
|
|
4936
5775
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4937
5776
|
"declaringAssemblyName": "Npgsql",
|
|
4938
5777
|
"isExtensionMethod": false
|
|
@@ -4952,6 +5791,7 @@
|
|
|
4952
5791
|
"isVirtual": false,
|
|
4953
5792
|
"isOverride": false,
|
|
4954
5793
|
"isSealed": false,
|
|
5794
|
+
"visibility": "Public",
|
|
4955
5795
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4956
5796
|
"declaringAssemblyName": "Npgsql",
|
|
4957
5797
|
"isExtensionMethod": false
|
|
@@ -4971,6 +5811,7 @@
|
|
|
4971
5811
|
"isVirtual": false,
|
|
4972
5812
|
"isOverride": false,
|
|
4973
5813
|
"isSealed": false,
|
|
5814
|
+
"visibility": "Public",
|
|
4974
5815
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4975
5816
|
"declaringAssemblyName": "Npgsql",
|
|
4976
5817
|
"isExtensionMethod": false
|
|
@@ -4990,6 +5831,7 @@
|
|
|
4990
5831
|
"isVirtual": false,
|
|
4991
5832
|
"isOverride": false,
|
|
4992
5833
|
"isSealed": false,
|
|
5834
|
+
"visibility": "Public",
|
|
4993
5835
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
4994
5836
|
"declaringAssemblyName": "Npgsql",
|
|
4995
5837
|
"isExtensionMethod": false
|
|
@@ -5009,6 +5851,7 @@
|
|
|
5009
5851
|
"isVirtual": false,
|
|
5010
5852
|
"isOverride": false,
|
|
5011
5853
|
"isSealed": false,
|
|
5854
|
+
"visibility": "Public",
|
|
5012
5855
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5013
5856
|
"declaringAssemblyName": "Npgsql",
|
|
5014
5857
|
"isExtensionMethod": false
|
|
@@ -5028,6 +5871,7 @@
|
|
|
5028
5871
|
"isVirtual": false,
|
|
5029
5872
|
"isOverride": false,
|
|
5030
5873
|
"isSealed": false,
|
|
5874
|
+
"visibility": "Public",
|
|
5031
5875
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5032
5876
|
"declaringAssemblyName": "Npgsql",
|
|
5033
5877
|
"isExtensionMethod": false
|
|
@@ -5047,6 +5891,7 @@
|
|
|
5047
5891
|
"isVirtual": false,
|
|
5048
5892
|
"isOverride": false,
|
|
5049
5893
|
"isSealed": false,
|
|
5894
|
+
"visibility": "Public",
|
|
5050
5895
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5051
5896
|
"declaringAssemblyName": "Npgsql",
|
|
5052
5897
|
"isExtensionMethod": false
|
|
@@ -5066,6 +5911,7 @@
|
|
|
5066
5911
|
"isVirtual": false,
|
|
5067
5912
|
"isOverride": false,
|
|
5068
5913
|
"isSealed": false,
|
|
5914
|
+
"visibility": "Public",
|
|
5069
5915
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5070
5916
|
"declaringAssemblyName": "Npgsql",
|
|
5071
5917
|
"isExtensionMethod": false
|
|
@@ -5085,6 +5931,7 @@
|
|
|
5085
5931
|
"isVirtual": false,
|
|
5086
5932
|
"isOverride": false,
|
|
5087
5933
|
"isSealed": false,
|
|
5934
|
+
"visibility": "Public",
|
|
5088
5935
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5089
5936
|
"declaringAssemblyName": "Npgsql",
|
|
5090
5937
|
"isExtensionMethod": false
|
|
@@ -5104,6 +5951,7 @@
|
|
|
5104
5951
|
"isVirtual": false,
|
|
5105
5952
|
"isOverride": false,
|
|
5106
5953
|
"isSealed": false,
|
|
5954
|
+
"visibility": "Public",
|
|
5107
5955
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5108
5956
|
"declaringAssemblyName": "Npgsql",
|
|
5109
5957
|
"isExtensionMethod": false,
|
|
@@ -5131,6 +5979,7 @@
|
|
|
5131
5979
|
"isAbstract": false,
|
|
5132
5980
|
"isVirtual": false,
|
|
5133
5981
|
"isOverride": false,
|
|
5982
|
+
"visibility": "Public",
|
|
5134
5983
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5135
5984
|
"declaringAssemblyName": "Npgsql"
|
|
5136
5985
|
}
|
|
@@ -5145,6 +5994,7 @@
|
|
|
5145
5994
|
"normalizedSignature": "constructor|(System.Int32):void|static=false",
|
|
5146
5995
|
"isStatic": false,
|
|
5147
5996
|
"parameterCount": 1,
|
|
5997
|
+
"visibility": "Public",
|
|
5148
5998
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5149
5999
|
"declaringAssemblyName": "Npgsql"
|
|
5150
6000
|
},
|
|
@@ -5155,6 +6005,7 @@
|
|
|
5155
6005
|
"normalizedSignature": "constructor|():void|static=false",
|
|
5156
6006
|
"isStatic": false,
|
|
5157
6007
|
"parameterCount": 0,
|
|
6008
|
+
"visibility": "Public",
|
|
5158
6009
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5159
6010
|
"declaringAssemblyName": "Npgsql"
|
|
5160
6011
|
},
|
|
@@ -5165,6 +6016,7 @@
|
|
|
5165
6016
|
"normalizedSignature": "constructor|(Npgsql.Internal.TypeInfoMappingCollection):void|static=false",
|
|
5166
6017
|
"isStatic": false,
|
|
5167
6018
|
"parameterCount": 1,
|
|
6019
|
+
"visibility": "Public",
|
|
5168
6020
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5169
6021
|
"declaringAssemblyName": "Npgsql"
|
|
5170
6022
|
},
|
|
@@ -5175,6 +6027,7 @@
|
|
|
5175
6027
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):void|static=false",
|
|
5176
6028
|
"isStatic": false,
|
|
5177
6029
|
"parameterCount": 1,
|
|
6030
|
+
"visibility": "Public",
|
|
5178
6031
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingCollection",
|
|
5179
6032
|
"declaringAssemblyName": "Npgsql"
|
|
5180
6033
|
}
|
|
@@ -5191,6 +6044,10 @@
|
|
|
5191
6044
|
"isSealed": true,
|
|
5192
6045
|
"isStatic": true,
|
|
5193
6046
|
"arity": 0,
|
|
6047
|
+
"baseType": {
|
|
6048
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6049
|
+
"clrName": "System.Object"
|
|
6050
|
+
},
|
|
5194
6051
|
"methods": [
|
|
5195
6052
|
{
|
|
5196
6053
|
"stableId": "Npgsql:Npgsql.Internal.PgConverterFactory::CreateArrayMultirangeConverter(PgConverter_1,Npgsql.Internal.PgSerializerOptions):PgConverter_1",
|
|
@@ -5207,6 +6064,7 @@
|
|
|
5207
6064
|
"isVirtual": false,
|
|
5208
6065
|
"isOverride": false,
|
|
5209
6066
|
"isSealed": false,
|
|
6067
|
+
"visibility": "Public",
|
|
5210
6068
|
"declaringClrType": "Npgsql.Internal.PgConverterFactory",
|
|
5211
6069
|
"declaringAssemblyName": "Npgsql",
|
|
5212
6070
|
"isExtensionMethod": false
|
|
@@ -5226,6 +6084,7 @@
|
|
|
5226
6084
|
"isVirtual": false,
|
|
5227
6085
|
"isOverride": false,
|
|
5228
6086
|
"isSealed": false,
|
|
6087
|
+
"visibility": "Public",
|
|
5229
6088
|
"declaringClrType": "Npgsql.Internal.PgConverterFactory",
|
|
5230
6089
|
"declaringAssemblyName": "Npgsql",
|
|
5231
6090
|
"isExtensionMethod": false
|
|
@@ -5245,6 +6104,7 @@
|
|
|
5245
6104
|
"isVirtual": false,
|
|
5246
6105
|
"isOverride": false,
|
|
5247
6106
|
"isSealed": false,
|
|
6107
|
+
"visibility": "Public",
|
|
5248
6108
|
"declaringClrType": "Npgsql.Internal.PgConverterFactory",
|
|
5249
6109
|
"declaringAssemblyName": "Npgsql",
|
|
5250
6110
|
"isExtensionMethod": false
|
|
@@ -5264,6 +6124,7 @@
|
|
|
5264
6124
|
"isVirtual": false,
|
|
5265
6125
|
"isOverride": false,
|
|
5266
6126
|
"isSealed": false,
|
|
6127
|
+
"visibility": "Public",
|
|
5267
6128
|
"declaringClrType": "Npgsql.Internal.PgConverterFactory",
|
|
5268
6129
|
"declaringAssemblyName": "Npgsql",
|
|
5269
6130
|
"isExtensionMethod": false
|
|
@@ -5285,6 +6146,10 @@
|
|
|
5285
6146
|
"isSealed": true,
|
|
5286
6147
|
"isStatic": true,
|
|
5287
6148
|
"arity": 0,
|
|
6149
|
+
"baseType": {
|
|
6150
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
6151
|
+
"clrName": "System.Object"
|
|
6152
|
+
},
|
|
5288
6153
|
"methods": [
|
|
5289
6154
|
{
|
|
5290
6155
|
"stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingHelpers::CreateInfo(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverter):Npgsql.Internal.PgTypeInfo",
|
|
@@ -5301,6 +6166,7 @@
|
|
|
5301
6166
|
"isVirtual": false,
|
|
5302
6167
|
"isOverride": false,
|
|
5303
6168
|
"isSealed": false,
|
|
6169
|
+
"visibility": "Public",
|
|
5304
6170
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingHelpers",
|
|
5305
6171
|
"declaringAssemblyName": "Npgsql",
|
|
5306
6172
|
"isExtensionMethod": true
|
|
@@ -5320,6 +6186,7 @@
|
|
|
5320
6186
|
"isVirtual": false,
|
|
5321
6187
|
"isOverride": false,
|
|
5322
6188
|
"isSealed": false,
|
|
6189
|
+
"visibility": "Public",
|
|
5323
6190
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingHelpers",
|
|
5324
6191
|
"declaringAssemblyName": "Npgsql",
|
|
5325
6192
|
"isExtensionMethod": true
|
|
@@ -5339,6 +6206,7 @@
|
|
|
5339
6206
|
"isVirtual": false,
|
|
5340
6207
|
"isOverride": false,
|
|
5341
6208
|
"isSealed": false,
|
|
6209
|
+
"visibility": "Public",
|
|
5342
6210
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingHelpers",
|
|
5343
6211
|
"declaringAssemblyName": "Npgsql",
|
|
5344
6212
|
"isExtensionMethod": true
|
|
@@ -5358,6 +6226,7 @@
|
|
|
5358
6226
|
"isVirtual": false,
|
|
5359
6227
|
"isOverride": false,
|
|
5360
6228
|
"isSealed": false,
|
|
6229
|
+
"visibility": "Public",
|
|
5361
6230
|
"declaringClrType": "Npgsql.Internal.TypeInfoMappingHelpers",
|
|
5362
6231
|
"declaringAssemblyName": "Npgsql",
|
|
5363
6232
|
"isExtensionMethod": true
|