@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.
Files changed (82) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
  2. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
  3. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
  4. package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
  5. package/Npgsql/bindings.json +3099 -41
  6. package/Npgsql/internal/index.d.ts +142 -22
  7. package/Npgsql.BackendMessages/bindings.json +7 -0
  8. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
  9. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
  10. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
  11. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
  12. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
  58. package/Npgsql.Internal/bindings.json +884 -15
  59. package/Npgsql.Internal/internal/index.d.ts +43 -9
  60. package/Npgsql.Internal.Postgres/bindings.json +81 -0
  61. package/Npgsql.Internal.d.ts +1 -1
  62. package/Npgsql.NameTranslation/bindings.json +30 -0
  63. package/Npgsql.PostgresTypes/bindings.json +144 -12
  64. package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
  65. package/Npgsql.Replication/bindings.json +166 -11
  66. package/Npgsql.Replication/internal/index.d.ts +6 -5
  67. package/Npgsql.Replication.Internal/bindings.json +26 -1
  68. package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
  69. package/Npgsql.Replication.PgOutput/bindings.json +160 -6
  70. package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
  71. package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
  72. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
  73. package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
  74. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
  75. package/Npgsql.Schema/bindings.json +87 -54
  76. package/Npgsql.Schema/internal/index.d.ts +33 -27
  77. package/Npgsql.TypeMapping/bindings.json +17 -0
  78. package/Npgsql.Util/bindings.json +4 -0
  79. package/Npgsql.d.ts +1 -1
  80. package/NpgsqlTypes/bindings.json +871 -4
  81. package/NpgsqlTypes/internal/index.d.ts +3 -1
  82. 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": "NpgsqlTypes.NpgsqlDbType",
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": "NpgsqlTypes.NpgsqlDbType",
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": "NpgsqlTypes.NpgsqlDbType",
52
77
  "declaringAssemblyName": "Npgsql"
53
78
  },
@@ -59,6 +84,7 @@
59
84
  "isStatic": true,
60
85
  "isReadOnly": false,
61
86
  "isLiteral": true,
87
+ "visibility": "Public",
62
88
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
63
89
  "declaringAssemblyName": "Npgsql"
64
90
  },
@@ -70,6 +96,7 @@
70
96
  "isStatic": true,
71
97
  "isReadOnly": false,
72
98
  "isLiteral": true,
99
+ "visibility": "Public",
73
100
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
74
101
  "declaringAssemblyName": "Npgsql"
75
102
  },
@@ -81,6 +108,7 @@
81
108
  "isStatic": true,
82
109
  "isReadOnly": false,
83
110
  "isLiteral": true,
111
+ "visibility": "Public",
84
112
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
85
113
  "declaringAssemblyName": "Npgsql"
86
114
  },
@@ -92,6 +120,7 @@
92
120
  "isStatic": true,
93
121
  "isReadOnly": false,
94
122
  "isLiteral": true,
123
+ "visibility": "Public",
95
124
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
96
125
  "declaringAssemblyName": "Npgsql"
97
126
  },
@@ -103,6 +132,7 @@
103
132
  "isStatic": true,
104
133
  "isReadOnly": false,
105
134
  "isLiteral": true,
135
+ "visibility": "Public",
106
136
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
107
137
  "declaringAssemblyName": "Npgsql"
108
138
  },
@@ -114,6 +144,7 @@
114
144
  "isStatic": true,
115
145
  "isReadOnly": false,
116
146
  "isLiteral": true,
147
+ "visibility": "Public",
117
148
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
118
149
  "declaringAssemblyName": "Npgsql"
119
150
  },
@@ -125,6 +156,7 @@
125
156
  "isStatic": true,
126
157
  "isReadOnly": false,
127
158
  "isLiteral": true,
159
+ "visibility": "Public",
128
160
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
129
161
  "declaringAssemblyName": "Npgsql"
130
162
  },
@@ -136,6 +168,7 @@
136
168
  "isStatic": true,
137
169
  "isReadOnly": false,
138
170
  "isLiteral": true,
171
+ "visibility": "Public",
139
172
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
140
173
  "declaringAssemblyName": "Npgsql"
141
174
  },
@@ -147,6 +180,7 @@
147
180
  "isStatic": true,
148
181
  "isReadOnly": false,
149
182
  "isLiteral": true,
183
+ "visibility": "Public",
150
184
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
151
185
  "declaringAssemblyName": "Npgsql"
152
186
  },
@@ -158,6 +192,7 @@
158
192
  "isStatic": true,
159
193
  "isReadOnly": false,
160
194
  "isLiteral": true,
195
+ "visibility": "Public",
161
196
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
162
197
  "declaringAssemblyName": "Npgsql"
163
198
  },
@@ -169,6 +204,7 @@
169
204
  "isStatic": true,
170
205
  "isReadOnly": false,
171
206
  "isLiteral": true,
207
+ "visibility": "Public",
172
208
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
173
209
  "declaringAssemblyName": "Npgsql"
174
210
  },
@@ -180,6 +216,7 @@
180
216
  "isStatic": true,
181
217
  "isReadOnly": false,
182
218
  "isLiteral": true,
219
+ "visibility": "Public",
183
220
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
184
221
  "declaringAssemblyName": "Npgsql"
185
222
  },
@@ -191,6 +228,7 @@
191
228
  "isStatic": true,
192
229
  "isReadOnly": false,
193
230
  "isLiteral": true,
231
+ "visibility": "Public",
194
232
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
195
233
  "declaringAssemblyName": "Npgsql"
196
234
  },
@@ -202,6 +240,7 @@
202
240
  "isStatic": true,
203
241
  "isReadOnly": false,
204
242
  "isLiteral": true,
243
+ "visibility": "Public",
205
244
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
206
245
  "declaringAssemblyName": "Npgsql"
207
246
  },
@@ -213,6 +252,7 @@
213
252
  "isStatic": true,
214
253
  "isReadOnly": false,
215
254
  "isLiteral": true,
255
+ "visibility": "Public",
216
256
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
217
257
  "declaringAssemblyName": "Npgsql"
218
258
  },
@@ -224,6 +264,7 @@
224
264
  "isStatic": true,
225
265
  "isReadOnly": false,
226
266
  "isLiteral": true,
267
+ "visibility": "Public",
227
268
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
228
269
  "declaringAssemblyName": "Npgsql"
229
270
  },
@@ -235,6 +276,7 @@
235
276
  "isStatic": true,
236
277
  "isReadOnly": false,
237
278
  "isLiteral": true,
279
+ "visibility": "Public",
238
280
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
239
281
  "declaringAssemblyName": "Npgsql"
240
282
  },
@@ -246,6 +288,7 @@
246
288
  "isStatic": true,
247
289
  "isReadOnly": false,
248
290
  "isLiteral": true,
291
+ "visibility": "Public",
249
292
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
250
293
  "declaringAssemblyName": "Npgsql"
251
294
  },
@@ -257,6 +300,7 @@
257
300
  "isStatic": true,
258
301
  "isReadOnly": false,
259
302
  "isLiteral": true,
303
+ "visibility": "Public",
260
304
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
261
305
  "declaringAssemblyName": "Npgsql"
262
306
  },
@@ -268,6 +312,7 @@
268
312
  "isStatic": true,
269
313
  "isReadOnly": false,
270
314
  "isLiteral": true,
315
+ "visibility": "Public",
271
316
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
272
317
  "declaringAssemblyName": "Npgsql"
273
318
  },
@@ -279,6 +324,7 @@
279
324
  "isStatic": true,
280
325
  "isReadOnly": false,
281
326
  "isLiteral": true,
327
+ "visibility": "Public",
282
328
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
283
329
  "declaringAssemblyName": "Npgsql"
284
330
  },
@@ -290,6 +336,7 @@
290
336
  "isStatic": true,
291
337
  "isReadOnly": false,
292
338
  "isLiteral": true,
339
+ "visibility": "Public",
293
340
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
294
341
  "declaringAssemblyName": "Npgsql"
295
342
  },
@@ -301,6 +348,7 @@
301
348
  "isStatic": true,
302
349
  "isReadOnly": false,
303
350
  "isLiteral": true,
351
+ "visibility": "Public",
304
352
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
305
353
  "declaringAssemblyName": "Npgsql"
306
354
  },
@@ -312,6 +360,7 @@
312
360
  "isStatic": true,
313
361
  "isReadOnly": false,
314
362
  "isLiteral": true,
363
+ "visibility": "Public",
315
364
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
316
365
  "declaringAssemblyName": "Npgsql"
317
366
  },
@@ -323,6 +372,7 @@
323
372
  "isStatic": true,
324
373
  "isReadOnly": false,
325
374
  "isLiteral": true,
375
+ "visibility": "Public",
326
376
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
327
377
  "declaringAssemblyName": "Npgsql"
328
378
  },
@@ -334,6 +384,7 @@
334
384
  "isStatic": true,
335
385
  "isReadOnly": false,
336
386
  "isLiteral": true,
387
+ "visibility": "Public",
337
388
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
338
389
  "declaringAssemblyName": "Npgsql"
339
390
  },
@@ -345,6 +396,7 @@
345
396
  "isStatic": true,
346
397
  "isReadOnly": false,
347
398
  "isLiteral": true,
399
+ "visibility": "Public",
348
400
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
349
401
  "declaringAssemblyName": "Npgsql"
350
402
  },
@@ -356,6 +408,7 @@
356
408
  "isStatic": true,
357
409
  "isReadOnly": false,
358
410
  "isLiteral": true,
411
+ "visibility": "Public",
359
412
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
360
413
  "declaringAssemblyName": "Npgsql"
361
414
  },
@@ -367,6 +420,7 @@
367
420
  "isStatic": true,
368
421
  "isReadOnly": false,
369
422
  "isLiteral": true,
423
+ "visibility": "Public",
370
424
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
371
425
  "declaringAssemblyName": "Npgsql"
372
426
  },
@@ -378,6 +432,7 @@
378
432
  "isStatic": true,
379
433
  "isReadOnly": false,
380
434
  "isLiteral": true,
435
+ "visibility": "Public",
381
436
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
382
437
  "declaringAssemblyName": "Npgsql"
383
438
  },
@@ -389,6 +444,7 @@
389
444
  "isStatic": true,
390
445
  "isReadOnly": false,
391
446
  "isLiteral": true,
447
+ "visibility": "Public",
392
448
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
393
449
  "declaringAssemblyName": "Npgsql"
394
450
  },
@@ -400,6 +456,7 @@
400
456
  "isStatic": true,
401
457
  "isReadOnly": false,
402
458
  "isLiteral": true,
459
+ "visibility": "Public",
403
460
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
404
461
  "declaringAssemblyName": "Npgsql"
405
462
  },
@@ -411,6 +468,7 @@
411
468
  "isStatic": true,
412
469
  "isReadOnly": false,
413
470
  "isLiteral": true,
471
+ "visibility": "Public",
414
472
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
415
473
  "declaringAssemblyName": "Npgsql"
416
474
  },
@@ -422,6 +480,7 @@
422
480
  "isStatic": true,
423
481
  "isReadOnly": false,
424
482
  "isLiteral": true,
483
+ "visibility": "Public",
425
484
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
426
485
  "declaringAssemblyName": "Npgsql"
427
486
  },
@@ -433,6 +492,7 @@
433
492
  "isStatic": true,
434
493
  "isReadOnly": false,
435
494
  "isLiteral": true,
495
+ "visibility": "Public",
436
496
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
437
497
  "declaringAssemblyName": "Npgsql"
438
498
  },
@@ -444,6 +504,7 @@
444
504
  "isStatic": true,
445
505
  "isReadOnly": false,
446
506
  "isLiteral": true,
507
+ "visibility": "Public",
447
508
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
448
509
  "declaringAssemblyName": "Npgsql"
449
510
  },
@@ -455,6 +516,7 @@
455
516
  "isStatic": true,
456
517
  "isReadOnly": false,
457
518
  "isLiteral": true,
519
+ "visibility": "Public",
458
520
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
459
521
  "declaringAssemblyName": "Npgsql"
460
522
  },
@@ -466,6 +528,7 @@
466
528
  "isStatic": true,
467
529
  "isReadOnly": false,
468
530
  "isLiteral": true,
531
+ "visibility": "Public",
469
532
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
470
533
  "declaringAssemblyName": "Npgsql"
471
534
  },
@@ -477,6 +540,7 @@
477
540
  "isStatic": true,
478
541
  "isReadOnly": false,
479
542
  "isLiteral": true,
543
+ "visibility": "Public",
480
544
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
481
545
  "declaringAssemblyName": "Npgsql"
482
546
  },
@@ -488,6 +552,7 @@
488
552
  "isStatic": true,
489
553
  "isReadOnly": false,
490
554
  "isLiteral": true,
555
+ "visibility": "Public",
491
556
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
492
557
  "declaringAssemblyName": "Npgsql"
493
558
  },
@@ -499,6 +564,7 @@
499
564
  "isStatic": true,
500
565
  "isReadOnly": false,
501
566
  "isLiteral": true,
567
+ "visibility": "Public",
502
568
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
503
569
  "declaringAssemblyName": "Npgsql"
504
570
  },
@@ -510,6 +576,7 @@
510
576
  "isStatic": true,
511
577
  "isReadOnly": false,
512
578
  "isLiteral": true,
579
+ "visibility": "Public",
513
580
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
514
581
  "declaringAssemblyName": "Npgsql"
515
582
  },
@@ -521,6 +588,7 @@
521
588
  "isStatic": true,
522
589
  "isReadOnly": false,
523
590
  "isLiteral": true,
591
+ "visibility": "Public",
524
592
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
525
593
  "declaringAssemblyName": "Npgsql"
526
594
  },
@@ -532,6 +600,7 @@
532
600
  "isStatic": true,
533
601
  "isReadOnly": false,
534
602
  "isLiteral": true,
603
+ "visibility": "Public",
535
604
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
536
605
  "declaringAssemblyName": "Npgsql"
537
606
  },
@@ -543,6 +612,7 @@
543
612
  "isStatic": true,
544
613
  "isReadOnly": false,
545
614
  "isLiteral": true,
615
+ "visibility": "Public",
546
616
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
547
617
  "declaringAssemblyName": "Npgsql"
548
618
  },
@@ -554,6 +624,7 @@
554
624
  "isStatic": true,
555
625
  "isReadOnly": false,
556
626
  "isLiteral": true,
627
+ "visibility": "Public",
557
628
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
558
629
  "declaringAssemblyName": "Npgsql"
559
630
  },
@@ -565,6 +636,7 @@
565
636
  "isStatic": true,
566
637
  "isReadOnly": false,
567
638
  "isLiteral": true,
639
+ "visibility": "Public",
568
640
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
569
641
  "declaringAssemblyName": "Npgsql"
570
642
  },
@@ -576,6 +648,7 @@
576
648
  "isStatic": true,
577
649
  "isReadOnly": false,
578
650
  "isLiteral": true,
651
+ "visibility": "Public",
579
652
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
580
653
  "declaringAssemblyName": "Npgsql"
581
654
  },
@@ -587,6 +660,7 @@
587
660
  "isStatic": true,
588
661
  "isReadOnly": false,
589
662
  "isLiteral": true,
663
+ "visibility": "Public",
590
664
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
591
665
  "declaringAssemblyName": "Npgsql"
592
666
  },
@@ -598,6 +672,7 @@
598
672
  "isStatic": true,
599
673
  "isReadOnly": false,
600
674
  "isLiteral": true,
675
+ "visibility": "Public",
601
676
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
602
677
  "declaringAssemblyName": "Npgsql"
603
678
  },
@@ -609,6 +684,7 @@
609
684
  "isStatic": true,
610
685
  "isReadOnly": false,
611
686
  "isLiteral": true,
687
+ "visibility": "Public",
612
688
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
613
689
  "declaringAssemblyName": "Npgsql"
614
690
  },
@@ -620,6 +696,7 @@
620
696
  "isStatic": true,
621
697
  "isReadOnly": false,
622
698
  "isLiteral": true,
699
+ "visibility": "Public",
623
700
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
624
701
  "declaringAssemblyName": "Npgsql"
625
702
  },
@@ -631,6 +708,7 @@
631
708
  "isStatic": true,
632
709
  "isReadOnly": false,
633
710
  "isLiteral": true,
711
+ "visibility": "Public",
634
712
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
635
713
  "declaringAssemblyName": "Npgsql"
636
714
  },
@@ -642,6 +720,7 @@
642
720
  "isStatic": true,
643
721
  "isReadOnly": false,
644
722
  "isLiteral": true,
723
+ "visibility": "Public",
645
724
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
646
725
  "declaringAssemblyName": "Npgsql"
647
726
  },
@@ -653,6 +732,7 @@
653
732
  "isStatic": true,
654
733
  "isReadOnly": false,
655
734
  "isLiteral": true,
735
+ "visibility": "Public",
656
736
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
657
737
  "declaringAssemblyName": "Npgsql"
658
738
  },
@@ -664,6 +744,7 @@
664
744
  "isStatic": true,
665
745
  "isReadOnly": false,
666
746
  "isLiteral": true,
747
+ "visibility": "Public",
667
748
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
668
749
  "declaringAssemblyName": "Npgsql"
669
750
  },
@@ -675,6 +756,7 @@
675
756
  "isStatic": true,
676
757
  "isReadOnly": false,
677
758
  "isLiteral": true,
759
+ "visibility": "Public",
678
760
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
679
761
  "declaringAssemblyName": "Npgsql"
680
762
  },
@@ -686,6 +768,7 @@
686
768
  "isStatic": true,
687
769
  "isReadOnly": false,
688
770
  "isLiteral": true,
771
+ "visibility": "Public",
689
772
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
690
773
  "declaringAssemblyName": "Npgsql"
691
774
  },
@@ -697,6 +780,7 @@
697
780
  "isStatic": true,
698
781
  "isReadOnly": false,
699
782
  "isLiteral": true,
783
+ "visibility": "Public",
700
784
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
701
785
  "declaringAssemblyName": "Npgsql"
702
786
  },
@@ -708,6 +792,7 @@
708
792
  "isStatic": true,
709
793
  "isReadOnly": false,
710
794
  "isLiteral": true,
795
+ "visibility": "Public",
711
796
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
712
797
  "declaringAssemblyName": "Npgsql"
713
798
  },
@@ -719,6 +804,7 @@
719
804
  "isStatic": true,
720
805
  "isReadOnly": false,
721
806
  "isLiteral": true,
807
+ "visibility": "Public",
722
808
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
723
809
  "declaringAssemblyName": "Npgsql"
724
810
  },
@@ -730,6 +816,7 @@
730
816
  "isStatic": true,
731
817
  "isReadOnly": false,
732
818
  "isLiteral": true,
819
+ "visibility": "Public",
733
820
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
734
821
  "declaringAssemblyName": "Npgsql"
735
822
  },
@@ -741,6 +828,7 @@
741
828
  "isStatic": true,
742
829
  "isReadOnly": false,
743
830
  "isLiteral": true,
831
+ "visibility": "Public",
744
832
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
745
833
  "declaringAssemblyName": "Npgsql"
746
834
  },
@@ -752,6 +840,7 @@
752
840
  "isStatic": true,
753
841
  "isReadOnly": false,
754
842
  "isLiteral": true,
843
+ "visibility": "Public",
755
844
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
756
845
  "declaringAssemblyName": "Npgsql"
757
846
  },
@@ -763,6 +852,7 @@
763
852
  "isStatic": true,
764
853
  "isReadOnly": false,
765
854
  "isLiteral": true,
855
+ "visibility": "Public",
766
856
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
767
857
  "declaringAssemblyName": "Npgsql"
768
858
  },
@@ -774,6 +864,7 @@
774
864
  "isStatic": true,
775
865
  "isReadOnly": false,
776
866
  "isLiteral": true,
867
+ "visibility": "Public",
777
868
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
778
869
  "declaringAssemblyName": "Npgsql"
779
870
  },
@@ -785,6 +876,7 @@
785
876
  "isStatic": true,
786
877
  "isReadOnly": false,
787
878
  "isLiteral": true,
879
+ "visibility": "Public",
788
880
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
789
881
  "declaringAssemblyName": "Npgsql"
790
882
  },
@@ -796,6 +888,7 @@
796
888
  "isStatic": true,
797
889
  "isReadOnly": false,
798
890
  "isLiteral": true,
891
+ "visibility": "Public",
799
892
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
800
893
  "declaringAssemblyName": "Npgsql"
801
894
  },
@@ -807,6 +900,7 @@
807
900
  "isStatic": true,
808
901
  "isReadOnly": false,
809
902
  "isLiteral": true,
903
+ "visibility": "Public",
810
904
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
811
905
  "declaringAssemblyName": "Npgsql"
812
906
  },
@@ -818,6 +912,7 @@
818
912
  "isStatic": true,
819
913
  "isReadOnly": false,
820
914
  "isLiteral": true,
915
+ "visibility": "Public",
821
916
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
822
917
  "declaringAssemblyName": "Npgsql"
823
918
  },
@@ -829,6 +924,7 @@
829
924
  "isStatic": true,
830
925
  "isReadOnly": false,
831
926
  "isLiteral": true,
927
+ "visibility": "Public",
832
928
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
833
929
  "declaringAssemblyName": "Npgsql"
834
930
  },
@@ -840,6 +936,7 @@
840
936
  "isStatic": true,
841
937
  "isReadOnly": false,
842
938
  "isLiteral": true,
939
+ "visibility": "Public",
843
940
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
844
941
  "declaringAssemblyName": "Npgsql"
845
942
  },
@@ -851,6 +948,7 @@
851
948
  "isStatic": true,
852
949
  "isReadOnly": false,
853
950
  "isLiteral": true,
951
+ "visibility": "Public",
854
952
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
855
953
  "declaringAssemblyName": "Npgsql"
856
954
  },
@@ -862,6 +960,7 @@
862
960
  "isStatic": true,
863
961
  "isReadOnly": false,
864
962
  "isLiteral": true,
963
+ "visibility": "Public",
865
964
  "declaringClrType": "NpgsqlTypes.NpgsqlDbType",
866
965
  "declaringAssemblyName": "Npgsql"
867
966
  }
@@ -880,6 +979,28 @@
880
979
  "isSealed": true,
881
980
  "isStatic": false,
882
981
  "arity": 0,
982
+ "baseType": {
983
+ "stableId": "System.Private.CoreLib:System.Enum",
984
+ "clrName": "System.Enum"
985
+ },
986
+ "interfaces": [
987
+ {
988
+ "stableId": "System.Private.CoreLib:System.IComparable",
989
+ "clrName": "System.IComparable"
990
+ },
991
+ {
992
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
993
+ "clrName": "System.ISpanFormattable"
994
+ },
995
+ {
996
+ "stableId": "System.Private.CoreLib:System.IFormattable",
997
+ "clrName": "System.IFormattable"
998
+ },
999
+ {
1000
+ "stableId": "System.Private.CoreLib:System.IConvertible",
1001
+ "clrName": "System.IConvertible"
1002
+ }
1003
+ ],
883
1004
  "methods": [],
884
1005
  "properties": [],
885
1006
  "fields": [
@@ -891,6 +1012,7 @@
891
1012
  "isStatic": false,
892
1013
  "isReadOnly": false,
893
1014
  "isLiteral": false,
1015
+ "visibility": "Public",
894
1016
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind",
895
1017
  "declaringAssemblyName": "Npgsql"
896
1018
  },
@@ -902,6 +1024,7 @@
902
1024
  "isStatic": true,
903
1025
  "isReadOnly": false,
904
1026
  "isLiteral": true,
1027
+ "visibility": "Public",
905
1028
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind",
906
1029
  "declaringAssemblyName": "Npgsql"
907
1030
  },
@@ -913,6 +1036,7 @@
913
1036
  "isStatic": true,
914
1037
  "isReadOnly": false,
915
1038
  "isLiteral": true,
1039
+ "visibility": "Public",
916
1040
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind",
917
1041
  "declaringAssemblyName": "Npgsql"
918
1042
  },
@@ -924,6 +1048,7 @@
924
1048
  "isStatic": true,
925
1049
  "isReadOnly": false,
926
1050
  "isLiteral": true,
1051
+ "visibility": "Public",
927
1052
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind",
928
1053
  "declaringAssemblyName": "Npgsql"
929
1054
  },
@@ -935,6 +1060,7 @@
935
1060
  "isStatic": true,
936
1061
  "isReadOnly": false,
937
1062
  "isLiteral": true,
1063
+ "visibility": "Public",
938
1064
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind",
939
1065
  "declaringAssemblyName": "Npgsql"
940
1066
  },
@@ -946,6 +1072,7 @@
946
1072
  "isStatic": true,
947
1073
  "isReadOnly": false,
948
1074
  "isLiteral": true,
1075
+ "visibility": "Public",
949
1076
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind",
950
1077
  "declaringAssemblyName": "Npgsql"
951
1078
  },
@@ -957,6 +1084,7 @@
957
1084
  "isStatic": true,
958
1085
  "isReadOnly": false,
959
1086
  "isLiteral": true,
1087
+ "visibility": "Public",
960
1088
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind",
961
1089
  "declaringAssemblyName": "Npgsql"
962
1090
  }
@@ -975,6 +1103,28 @@
975
1103
  "isSealed": true,
976
1104
  "isStatic": false,
977
1105
  "arity": 0,
1106
+ "baseType": {
1107
+ "stableId": "System.Private.CoreLib:System.Enum",
1108
+ "clrName": "System.Enum"
1109
+ },
1110
+ "interfaces": [
1111
+ {
1112
+ "stableId": "System.Private.CoreLib:System.IComparable",
1113
+ "clrName": "System.IComparable"
1114
+ },
1115
+ {
1116
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1117
+ "clrName": "System.ISpanFormattable"
1118
+ },
1119
+ {
1120
+ "stableId": "System.Private.CoreLib:System.IFormattable",
1121
+ "clrName": "System.IFormattable"
1122
+ },
1123
+ {
1124
+ "stableId": "System.Private.CoreLib:System.IConvertible",
1125
+ "clrName": "System.IConvertible"
1126
+ }
1127
+ ],
978
1128
  "methods": [],
979
1129
  "properties": [],
980
1130
  "fields": [
@@ -986,6 +1136,7 @@
986
1136
  "isStatic": false,
987
1137
  "isReadOnly": false,
988
1138
  "isLiteral": false,
1139
+ "visibility": "Public",
989
1140
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme\u002BWeight",
990
1141
  "declaringAssemblyName": "Npgsql"
991
1142
  },
@@ -997,6 +1148,7 @@
997
1148
  "isStatic": true,
998
1149
  "isReadOnly": false,
999
1150
  "isLiteral": true,
1151
+ "visibility": "Public",
1000
1152
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme\u002BWeight",
1001
1153
  "declaringAssemblyName": "Npgsql"
1002
1154
  },
@@ -1008,6 +1160,7 @@
1008
1160
  "isStatic": true,
1009
1161
  "isReadOnly": false,
1010
1162
  "isLiteral": true,
1163
+ "visibility": "Public",
1011
1164
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme\u002BWeight",
1012
1165
  "declaringAssemblyName": "Npgsql"
1013
1166
  },
@@ -1019,6 +1172,7 @@
1019
1172
  "isStatic": true,
1020
1173
  "isReadOnly": false,
1021
1174
  "isLiteral": true,
1175
+ "visibility": "Public",
1022
1176
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme\u002BWeight",
1023
1177
  "declaringAssemblyName": "Npgsql"
1024
1178
  },
@@ -1030,6 +1184,7 @@
1030
1184
  "isStatic": true,
1031
1185
  "isReadOnly": false,
1032
1186
  "isLiteral": true,
1187
+ "visibility": "Public",
1033
1188
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme\u002BWeight",
1034
1189
  "declaringAssemblyName": "Npgsql"
1035
1190
  },
@@ -1041,6 +1196,7 @@
1041
1196
  "isStatic": true,
1042
1197
  "isReadOnly": false,
1043
1198
  "isLiteral": true,
1199
+ "visibility": "Public",
1044
1200
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme\u002BWeight",
1045
1201
  "declaringAssemblyName": "Npgsql"
1046
1202
  }
@@ -1059,6 +1215,28 @@
1059
1215
  "isSealed": true,
1060
1216
  "isStatic": false,
1061
1217
  "arity": 0,
1218
+ "baseType": {
1219
+ "stableId": "System.Private.CoreLib:System.Enum",
1220
+ "clrName": "System.Enum"
1221
+ },
1222
+ "interfaces": [
1223
+ {
1224
+ "stableId": "System.Private.CoreLib:System.IComparable",
1225
+ "clrName": "System.IComparable"
1226
+ },
1227
+ {
1228
+ "stableId": "System.Private.CoreLib:System.ISpanFormattable",
1229
+ "clrName": "System.ISpanFormattable"
1230
+ },
1231
+ {
1232
+ "stableId": "System.Private.CoreLib:System.IFormattable",
1233
+ "clrName": "System.IFormattable"
1234
+ },
1235
+ {
1236
+ "stableId": "System.Private.CoreLib:System.IConvertible",
1237
+ "clrName": "System.IConvertible"
1238
+ }
1239
+ ],
1062
1240
  "methods": [],
1063
1241
  "properties": [],
1064
1242
  "fields": [
@@ -1070,6 +1248,7 @@
1070
1248
  "isStatic": false,
1071
1249
  "isReadOnly": false,
1072
1250
  "isLiteral": false,
1251
+ "visibility": "Public",
1073
1252
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWeight",
1074
1253
  "declaringAssemblyName": "Npgsql"
1075
1254
  },
@@ -1081,6 +1260,7 @@
1081
1260
  "isStatic": true,
1082
1261
  "isReadOnly": false,
1083
1262
  "isLiteral": true,
1263
+ "visibility": "Public",
1084
1264
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWeight",
1085
1265
  "declaringAssemblyName": "Npgsql"
1086
1266
  },
@@ -1092,6 +1272,7 @@
1092
1272
  "isStatic": true,
1093
1273
  "isReadOnly": false,
1094
1274
  "isLiteral": true,
1275
+ "visibility": "Public",
1095
1276
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWeight",
1096
1277
  "declaringAssemblyName": "Npgsql"
1097
1278
  },
@@ -1103,6 +1284,7 @@
1103
1284
  "isStatic": true,
1104
1285
  "isReadOnly": false,
1105
1286
  "isLiteral": true,
1287
+ "visibility": "Public",
1106
1288
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWeight",
1107
1289
  "declaringAssemblyName": "Npgsql"
1108
1290
  },
@@ -1114,6 +1296,7 @@
1114
1296
  "isStatic": true,
1115
1297
  "isReadOnly": false,
1116
1298
  "isLiteral": true,
1299
+ "visibility": "Public",
1117
1300
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWeight",
1118
1301
  "declaringAssemblyName": "Npgsql"
1119
1302
  }
@@ -1132,6 +1315,19 @@
1132
1315
  "isSealed": true,
1133
1316
  "isStatic": false,
1134
1317
  "arity": 0,
1318
+ "baseType": {
1319
+ "stableId": "System.Private.CoreLib:System.ValueType",
1320
+ "clrName": "System.ValueType"
1321
+ },
1322
+ "interfaces": [
1323
+ {
1324
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
1325
+ "clrName": "System.IEquatable\u00601",
1326
+ "typeArguments": [
1327
+ "NpgsqlBox"
1328
+ ]
1329
+ }
1330
+ ],
1135
1331
  "methods": [
1136
1332
  {
1137
1333
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlBox::Equals(NpgsqlTypes.NpgsqlBox):System.Boolean",
@@ -1148,6 +1344,7 @@
1148
1344
  "isVirtual": true,
1149
1345
  "isOverride": false,
1150
1346
  "isSealed": true,
1347
+ "visibility": "Public",
1151
1348
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1152
1349
  "declaringAssemblyName": "Npgsql",
1153
1350
  "isExtensionMethod": false
@@ -1167,6 +1364,7 @@
1167
1364
  "isVirtual": true,
1168
1365
  "isOverride": true,
1169
1366
  "isSealed": false,
1367
+ "visibility": "Public",
1170
1368
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1171
1369
  "declaringAssemblyName": "Npgsql",
1172
1370
  "isExtensionMethod": false
@@ -1186,6 +1384,7 @@
1186
1384
  "isVirtual": true,
1187
1385
  "isOverride": true,
1188
1386
  "isSealed": false,
1387
+ "visibility": "Public",
1189
1388
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1190
1389
  "declaringAssemblyName": "Npgsql",
1191
1390
  "isExtensionMethod": false
@@ -1205,6 +1404,7 @@
1205
1404
  "isVirtual": true,
1206
1405
  "isOverride": true,
1207
1406
  "isSealed": false,
1407
+ "visibility": "Public",
1208
1408
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1209
1409
  "declaringAssemblyName": "Npgsql",
1210
1410
  "isExtensionMethod": false
@@ -1224,6 +1424,7 @@
1224
1424
  "isVirtual": false,
1225
1425
  "isOverride": false,
1226
1426
  "isSealed": false,
1427
+ "visibility": "Public",
1227
1428
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1228
1429
  "declaringAssemblyName": "Npgsql",
1229
1430
  "isExtensionMethod": false,
@@ -1253,6 +1454,7 @@
1253
1454
  "isVirtual": false,
1254
1455
  "isOverride": false,
1255
1456
  "isSealed": false,
1457
+ "visibility": "Public",
1256
1458
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1257
1459
  "declaringAssemblyName": "Npgsql",
1258
1460
  "isExtensionMethod": false,
@@ -1290,6 +1492,7 @@
1290
1492
  "isVirtual": false,
1291
1493
  "isOverride": false,
1292
1494
  "isSealed": false,
1495
+ "visibility": "Public",
1293
1496
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1294
1497
  "declaringAssemblyName": "Npgsql",
1295
1498
  "isExtensionMethod": false,
@@ -1337,6 +1540,7 @@
1337
1540
  "isAbstract": false,
1338
1541
  "isVirtual": false,
1339
1542
  "isOverride": false,
1543
+ "visibility": "Public",
1340
1544
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1341
1545
  "declaringAssemblyName": "Npgsql"
1342
1546
  },
@@ -1355,6 +1559,7 @@
1355
1559
  "isAbstract": false,
1356
1560
  "isVirtual": false,
1357
1561
  "isOverride": false,
1562
+ "visibility": "Public",
1358
1563
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1359
1564
  "declaringAssemblyName": "Npgsql"
1360
1565
  },
@@ -1373,6 +1578,7 @@
1373
1578
  "isAbstract": false,
1374
1579
  "isVirtual": false,
1375
1580
  "isOverride": false,
1581
+ "visibility": "Public",
1376
1582
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1377
1583
  "declaringAssemblyName": "Npgsql"
1378
1584
  },
@@ -1391,6 +1597,7 @@
1391
1597
  "isAbstract": false,
1392
1598
  "isVirtual": false,
1393
1599
  "isOverride": false,
1600
+ "visibility": "Public",
1394
1601
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1395
1602
  "declaringAssemblyName": "Npgsql"
1396
1603
  },
@@ -1409,6 +1616,7 @@
1409
1616
  "isAbstract": false,
1410
1617
  "isVirtual": false,
1411
1618
  "isOverride": false,
1619
+ "visibility": "Public",
1412
1620
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1413
1621
  "declaringAssemblyName": "Npgsql"
1414
1622
  },
@@ -1427,6 +1635,7 @@
1427
1635
  "isAbstract": false,
1428
1636
  "isVirtual": false,
1429
1637
  "isOverride": false,
1638
+ "visibility": "Public",
1430
1639
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1431
1640
  "declaringAssemblyName": "Npgsql"
1432
1641
  },
@@ -1445,6 +1654,7 @@
1445
1654
  "isAbstract": false,
1446
1655
  "isVirtual": false,
1447
1656
  "isOverride": false,
1657
+ "visibility": "Public",
1448
1658
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1449
1659
  "declaringAssemblyName": "Npgsql"
1450
1660
  },
@@ -1463,6 +1673,7 @@
1463
1673
  "isAbstract": false,
1464
1674
  "isVirtual": false,
1465
1675
  "isOverride": false,
1676
+ "visibility": "Public",
1466
1677
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1467
1678
  "declaringAssemblyName": "Npgsql"
1468
1679
  },
@@ -1481,6 +1692,7 @@
1481
1692
  "isAbstract": false,
1482
1693
  "isVirtual": false,
1483
1694
  "isOverride": false,
1695
+ "visibility": "Public",
1484
1696
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1485
1697
  "declaringAssemblyName": "Npgsql"
1486
1698
  }
@@ -1495,6 +1707,7 @@
1495
1707
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlPoint,NpgsqlTypes.NpgsqlPoint):void|static=false",
1496
1708
  "isStatic": false,
1497
1709
  "parameterCount": 2,
1710
+ "visibility": "Public",
1498
1711
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1499
1712
  "declaringAssemblyName": "Npgsql"
1500
1713
  },
@@ -1505,6 +1718,7 @@
1505
1718
  "normalizedSignature": "constructor|(System.Double,System.Double,System.Double,System.Double):void|static=false",
1506
1719
  "isStatic": false,
1507
1720
  "parameterCount": 4,
1721
+ "visibility": "Public",
1508
1722
  "declaringClrType": "NpgsqlTypes.NpgsqlBox",
1509
1723
  "declaringAssemblyName": "Npgsql"
1510
1724
  }
@@ -1521,6 +1735,19 @@
1521
1735
  "isSealed": true,
1522
1736
  "isStatic": false,
1523
1737
  "arity": 0,
1738
+ "baseType": {
1739
+ "stableId": "System.Private.CoreLib:System.ValueType",
1740
+ "clrName": "System.ValueType"
1741
+ },
1742
+ "interfaces": [
1743
+ {
1744
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
1745
+ "clrName": "System.IEquatable\u00601",
1746
+ "typeArguments": [
1747
+ "NpgsqlCidr"
1748
+ ]
1749
+ }
1750
+ ],
1524
1751
  "methods": [
1525
1752
  {
1526
1753
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlCidr::ToString():System.String",
@@ -1537,6 +1764,7 @@
1537
1764
  "isVirtual": true,
1538
1765
  "isOverride": true,
1539
1766
  "isSealed": false,
1767
+ "visibility": "Public",
1540
1768
  "declaringClrType": "NpgsqlTypes.NpgsqlCidr",
1541
1769
  "declaringAssemblyName": "Npgsql",
1542
1770
  "isExtensionMethod": false
@@ -1556,6 +1784,7 @@
1556
1784
  "isVirtual": false,
1557
1785
  "isOverride": false,
1558
1786
  "isSealed": false,
1787
+ "visibility": "Public",
1559
1788
  "declaringClrType": "NpgsqlTypes.NpgsqlCidr",
1560
1789
  "declaringAssemblyName": "Npgsql",
1561
1790
  "isExtensionMethod": false,
@@ -1585,6 +1814,7 @@
1585
1814
  "isVirtual": true,
1586
1815
  "isOverride": true,
1587
1816
  "isSealed": false,
1817
+ "visibility": "Public",
1588
1818
  "declaringClrType": "NpgsqlTypes.NpgsqlCidr",
1589
1819
  "declaringAssemblyName": "Npgsql",
1590
1820
  "isExtensionMethod": false
@@ -1604,6 +1834,7 @@
1604
1834
  "isVirtual": true,
1605
1835
  "isOverride": true,
1606
1836
  "isSealed": false,
1837
+ "visibility": "Public",
1607
1838
  "declaringClrType": "NpgsqlTypes.NpgsqlCidr",
1608
1839
  "declaringAssemblyName": "Npgsql",
1609
1840
  "isExtensionMethod": false
@@ -1623,6 +1854,7 @@
1623
1854
  "isVirtual": true,
1624
1855
  "isOverride": false,
1625
1856
  "isSealed": true,
1857
+ "visibility": "Public",
1626
1858
  "declaringClrType": "NpgsqlTypes.NpgsqlCidr",
1627
1859
  "declaringAssemblyName": "Npgsql",
1628
1860
  "isExtensionMethod": false
@@ -1644,6 +1876,7 @@
1644
1876
  "isAbstract": false,
1645
1877
  "isVirtual": false,
1646
1878
  "isOverride": false,
1879
+ "visibility": "Public",
1647
1880
  "declaringClrType": "NpgsqlTypes.NpgsqlCidr",
1648
1881
  "declaringAssemblyName": "Npgsql"
1649
1882
  },
@@ -1662,6 +1895,7 @@
1662
1895
  "isAbstract": false,
1663
1896
  "isVirtual": false,
1664
1897
  "isOverride": false,
1898
+ "visibility": "Public",
1665
1899
  "declaringClrType": "NpgsqlTypes.NpgsqlCidr",
1666
1900
  "declaringAssemblyName": "Npgsql"
1667
1901
  }
@@ -1676,6 +1910,7 @@
1676
1910
  "normalizedSignature": "constructor|(System.Net.IPAddress,System.Byte):void|static=false",
1677
1911
  "isStatic": false,
1678
1912
  "parameterCount": 2,
1913
+ "visibility": "Public",
1679
1914
  "declaringClrType": "NpgsqlTypes.NpgsqlCidr",
1680
1915
  "declaringAssemblyName": "Npgsql"
1681
1916
  },
@@ -1686,6 +1921,7 @@
1686
1921
  "normalizedSignature": "constructor|(System.String):void|static=false",
1687
1922
  "isStatic": false,
1688
1923
  "parameterCount": 1,
1924
+ "visibility": "Public",
1689
1925
  "declaringClrType": "NpgsqlTypes.NpgsqlCidr",
1690
1926
  "declaringAssemblyName": "Npgsql"
1691
1927
  }
@@ -1702,6 +1938,19 @@
1702
1938
  "isSealed": true,
1703
1939
  "isStatic": false,
1704
1940
  "arity": 0,
1941
+ "baseType": {
1942
+ "stableId": "System.Private.CoreLib:System.ValueType",
1943
+ "clrName": "System.ValueType"
1944
+ },
1945
+ "interfaces": [
1946
+ {
1947
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
1948
+ "clrName": "System.IEquatable\u00601",
1949
+ "typeArguments": [
1950
+ "NpgsqlCircle"
1951
+ ]
1952
+ }
1953
+ ],
1705
1954
  "methods": [
1706
1955
  {
1707
1956
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlCircle::Equals(NpgsqlTypes.NpgsqlCircle):System.Boolean",
@@ -1718,6 +1967,7 @@
1718
1967
  "isVirtual": true,
1719
1968
  "isOverride": false,
1720
1969
  "isSealed": true,
1970
+ "visibility": "Public",
1721
1971
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1722
1972
  "declaringAssemblyName": "Npgsql",
1723
1973
  "isExtensionMethod": false
@@ -1737,6 +1987,7 @@
1737
1987
  "isVirtual": true,
1738
1988
  "isOverride": true,
1739
1989
  "isSealed": false,
1990
+ "visibility": "Public",
1740
1991
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1741
1992
  "declaringAssemblyName": "Npgsql",
1742
1993
  "isExtensionMethod": false
@@ -1756,6 +2007,7 @@
1756
2007
  "isVirtual": true,
1757
2008
  "isOverride": true,
1758
2009
  "isSealed": false,
2010
+ "visibility": "Public",
1759
2011
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1760
2012
  "declaringAssemblyName": "Npgsql",
1761
2013
  "isExtensionMethod": false
@@ -1775,6 +2027,7 @@
1775
2027
  "isVirtual": true,
1776
2028
  "isOverride": true,
1777
2029
  "isSealed": false,
2030
+ "visibility": "Public",
1778
2031
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1779
2032
  "declaringAssemblyName": "Npgsql",
1780
2033
  "isExtensionMethod": false
@@ -1794,6 +2047,7 @@
1794
2047
  "isVirtual": false,
1795
2048
  "isOverride": false,
1796
2049
  "isSealed": false,
2050
+ "visibility": "Public",
1797
2051
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1798
2052
  "declaringAssemblyName": "Npgsql",
1799
2053
  "isExtensionMethod": false,
@@ -1827,6 +2081,7 @@
1827
2081
  "isVirtual": false,
1828
2082
  "isOverride": false,
1829
2083
  "isSealed": false,
2084
+ "visibility": "Public",
1830
2085
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1831
2086
  "declaringAssemblyName": "Npgsql",
1832
2087
  "isExtensionMethod": false,
@@ -1858,6 +2113,7 @@
1858
2113
  "isAbstract": false,
1859
2114
  "isVirtual": false,
1860
2115
  "isOverride": false,
2116
+ "visibility": "Public",
1861
2117
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1862
2118
  "declaringAssemblyName": "Npgsql"
1863
2119
  },
@@ -1876,6 +2132,7 @@
1876
2132
  "isAbstract": false,
1877
2133
  "isVirtual": false,
1878
2134
  "isOverride": false,
2135
+ "visibility": "Public",
1879
2136
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1880
2137
  "declaringAssemblyName": "Npgsql"
1881
2138
  },
@@ -1894,6 +2151,7 @@
1894
2151
  "isAbstract": false,
1895
2152
  "isVirtual": false,
1896
2153
  "isOverride": false,
2154
+ "visibility": "Public",
1897
2155
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1898
2156
  "declaringAssemblyName": "Npgsql"
1899
2157
  },
@@ -1912,6 +2170,7 @@
1912
2170
  "isAbstract": false,
1913
2171
  "isVirtual": false,
1914
2172
  "isOverride": false,
2173
+ "visibility": "Public",
1915
2174
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1916
2175
  "declaringAssemblyName": "Npgsql"
1917
2176
  }
@@ -1926,6 +2185,7 @@
1926
2185
  "normalizedSignature": "constructor|(System.Double,System.Double,System.Double):void|static=false",
1927
2186
  "isStatic": false,
1928
2187
  "parameterCount": 3,
2188
+ "visibility": "Public",
1929
2189
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1930
2190
  "declaringAssemblyName": "Npgsql"
1931
2191
  },
@@ -1936,6 +2196,7 @@
1936
2196
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlPoint,System.Double):void|static=false",
1937
2197
  "isStatic": false,
1938
2198
  "parameterCount": 2,
2199
+ "visibility": "Public",
1939
2200
  "declaringClrType": "NpgsqlTypes.NpgsqlCircle",
1940
2201
  "declaringAssemblyName": "Npgsql"
1941
2202
  }
@@ -1952,6 +2213,19 @@
1952
2213
  "isSealed": true,
1953
2214
  "isStatic": false,
1954
2215
  "arity": 0,
2216
+ "baseType": {
2217
+ "stableId": "System.Private.CoreLib:System.ValueType",
2218
+ "clrName": "System.ValueType"
2219
+ },
2220
+ "interfaces": [
2221
+ {
2222
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
2223
+ "clrName": "System.IEquatable\u00601",
2224
+ "typeArguments": [
2225
+ "NpgsqlCube"
2226
+ ]
2227
+ }
2228
+ ],
1955
2229
  "methods": [
1956
2230
  {
1957
2231
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlCube::ToSubset(System.Int32[]):NpgsqlTypes.NpgsqlCube",
@@ -1968,6 +2242,7 @@
1968
2242
  "isVirtual": false,
1969
2243
  "isOverride": false,
1970
2244
  "isSealed": false,
2245
+ "visibility": "Public",
1971
2246
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
1972
2247
  "declaringAssemblyName": "Npgsql",
1973
2248
  "isExtensionMethod": false
@@ -1987,6 +2262,7 @@
1987
2262
  "isVirtual": true,
1988
2263
  "isOverride": false,
1989
2264
  "isSealed": true,
2265
+ "visibility": "Public",
1990
2266
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
1991
2267
  "declaringAssemblyName": "Npgsql",
1992
2268
  "isExtensionMethod": false
@@ -2006,6 +2282,7 @@
2006
2282
  "isVirtual": true,
2007
2283
  "isOverride": true,
2008
2284
  "isSealed": false,
2285
+ "visibility": "Public",
2009
2286
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2010
2287
  "declaringAssemblyName": "Npgsql",
2011
2288
  "isExtensionMethod": false
@@ -2025,6 +2302,7 @@
2025
2302
  "isVirtual": true,
2026
2303
  "isOverride": true,
2027
2304
  "isSealed": false,
2305
+ "visibility": "Public",
2028
2306
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2029
2307
  "declaringAssemblyName": "Npgsql",
2030
2308
  "isExtensionMethod": false
@@ -2044,6 +2322,7 @@
2044
2322
  "isVirtual": true,
2045
2323
  "isOverride": true,
2046
2324
  "isSealed": false,
2325
+ "visibility": "Public",
2047
2326
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2048
2327
  "declaringAssemblyName": "Npgsql",
2049
2328
  "isExtensionMethod": false
@@ -2065,6 +2344,7 @@
2065
2344
  "isAbstract": false,
2066
2345
  "isVirtual": false,
2067
2346
  "isOverride": false,
2347
+ "visibility": "Public",
2068
2348
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2069
2349
  "declaringAssemblyName": "Npgsql"
2070
2350
  },
@@ -2083,6 +2363,7 @@
2083
2363
  "isAbstract": false,
2084
2364
  "isVirtual": false,
2085
2365
  "isOverride": false,
2366
+ "visibility": "Public",
2086
2367
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2087
2368
  "declaringAssemblyName": "Npgsql"
2088
2369
  },
@@ -2101,6 +2382,7 @@
2101
2382
  "isAbstract": false,
2102
2383
  "isVirtual": false,
2103
2384
  "isOverride": false,
2385
+ "visibility": "Public",
2104
2386
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2105
2387
  "declaringAssemblyName": "Npgsql"
2106
2388
  },
@@ -2119,6 +2401,7 @@
2119
2401
  "isAbstract": false,
2120
2402
  "isVirtual": false,
2121
2403
  "isOverride": false,
2404
+ "visibility": "Public",
2122
2405
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2123
2406
  "declaringAssemblyName": "Npgsql"
2124
2407
  }
@@ -2133,6 +2416,7 @@
2133
2416
  "normalizedSignature": "constructor|(System.Double):void|static=false",
2134
2417
  "isStatic": false,
2135
2418
  "parameterCount": 1,
2419
+ "visibility": "Public",
2136
2420
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2137
2421
  "declaringAssemblyName": "Npgsql"
2138
2422
  },
@@ -2143,6 +2427,7 @@
2143
2427
  "normalizedSignature": "constructor|(System.Double,System.Double):void|static=false",
2144
2428
  "isStatic": false,
2145
2429
  "parameterCount": 2,
2430
+ "visibility": "Public",
2146
2431
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2147
2432
  "declaringAssemblyName": "Npgsql"
2148
2433
  },
@@ -2153,6 +2438,7 @@
2153
2438
  "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
2154
2439
  "isStatic": false,
2155
2440
  "parameterCount": 1,
2441
+ "visibility": "Public",
2156
2442
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2157
2443
  "declaringAssemblyName": "Npgsql"
2158
2444
  },
@@ -2163,6 +2449,7 @@
2163
2449
  "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IEnumerable_1[[System.Double,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
2164
2450
  "isStatic": false,
2165
2451
  "parameterCount": 2,
2452
+ "visibility": "Public",
2166
2453
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2167
2454
  "declaringAssemblyName": "Npgsql"
2168
2455
  },
@@ -2173,6 +2460,7 @@
2173
2460
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlCube,System.Double):void|static=false",
2174
2461
  "isStatic": false,
2175
2462
  "parameterCount": 2,
2463
+ "visibility": "Public",
2176
2464
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2177
2465
  "declaringAssemblyName": "Npgsql"
2178
2466
  },
@@ -2183,6 +2471,7 @@
2183
2471
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlCube,System.Double,System.Double):void|static=false",
2184
2472
  "isStatic": false,
2185
2473
  "parameterCount": 3,
2474
+ "visibility": "Public",
2186
2475
  "declaringClrType": "NpgsqlTypes.NpgsqlCube",
2187
2476
  "declaringAssemblyName": "Npgsql"
2188
2477
  }
@@ -2199,6 +2488,19 @@
2199
2488
  "isSealed": true,
2200
2489
  "isStatic": false,
2201
2490
  "arity": 0,
2491
+ "baseType": {
2492
+ "stableId": "System.Private.CoreLib:System.ValueType",
2493
+ "clrName": "System.ValueType"
2494
+ },
2495
+ "interfaces": [
2496
+ {
2497
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
2498
+ "clrName": "System.IEquatable\u00601",
2499
+ "typeArguments": [
2500
+ "NpgsqlInet"
2501
+ ]
2502
+ }
2503
+ ],
2202
2504
  "methods": [
2203
2505
  {
2204
2506
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlInet::ToString():System.String",
@@ -2215,6 +2517,7 @@
2215
2517
  "isVirtual": true,
2216
2518
  "isOverride": true,
2217
2519
  "isSealed": false,
2520
+ "visibility": "Public",
2218
2521
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2219
2522
  "declaringAssemblyName": "Npgsql",
2220
2523
  "isExtensionMethod": false
@@ -2234,6 +2537,7 @@
2234
2537
  "isVirtual": false,
2235
2538
  "isOverride": false,
2236
2539
  "isSealed": false,
2540
+ "visibility": "Public",
2237
2541
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2238
2542
  "declaringAssemblyName": "Npgsql",
2239
2543
  "isExtensionMethod": false,
@@ -2263,6 +2567,7 @@
2263
2567
  "isVirtual": true,
2264
2568
  "isOverride": true,
2265
2569
  "isSealed": false,
2570
+ "visibility": "Public",
2266
2571
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2267
2572
  "declaringAssemblyName": "Npgsql",
2268
2573
  "isExtensionMethod": false
@@ -2282,6 +2587,7 @@
2282
2587
  "isVirtual": true,
2283
2588
  "isOverride": true,
2284
2589
  "isSealed": false,
2590
+ "visibility": "Public",
2285
2591
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2286
2592
  "declaringAssemblyName": "Npgsql",
2287
2593
  "isExtensionMethod": false
@@ -2301,6 +2607,7 @@
2301
2607
  "isVirtual": true,
2302
2608
  "isOverride": false,
2303
2609
  "isSealed": true,
2610
+ "visibility": "Public",
2304
2611
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2305
2612
  "declaringAssemblyName": "Npgsql",
2306
2613
  "isExtensionMethod": false
@@ -2322,6 +2629,7 @@
2322
2629
  "isAbstract": false,
2323
2630
  "isVirtual": false,
2324
2631
  "isOverride": false,
2632
+ "visibility": "Public",
2325
2633
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2326
2634
  "declaringAssemblyName": "Npgsql"
2327
2635
  },
@@ -2340,6 +2648,7 @@
2340
2648
  "isAbstract": false,
2341
2649
  "isVirtual": false,
2342
2650
  "isOverride": false,
2651
+ "visibility": "Public",
2343
2652
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2344
2653
  "declaringAssemblyName": "Npgsql"
2345
2654
  }
@@ -2354,6 +2663,7 @@
2354
2663
  "normalizedSignature": "constructor|(System.Net.IPAddress,System.Byte):void|static=false",
2355
2664
  "isStatic": false,
2356
2665
  "parameterCount": 2,
2666
+ "visibility": "Public",
2357
2667
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2358
2668
  "declaringAssemblyName": "Npgsql"
2359
2669
  },
@@ -2364,6 +2674,7 @@
2364
2674
  "normalizedSignature": "constructor|(System.Net.IPAddress):void|static=false",
2365
2675
  "isStatic": false,
2366
2676
  "parameterCount": 1,
2677
+ "visibility": "Public",
2367
2678
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2368
2679
  "declaringAssemblyName": "Npgsql"
2369
2680
  },
@@ -2374,6 +2685,7 @@
2374
2685
  "normalizedSignature": "constructor|(System.String):void|static=false",
2375
2686
  "isStatic": false,
2376
2687
  "parameterCount": 1,
2688
+ "visibility": "Public",
2377
2689
  "declaringClrType": "NpgsqlTypes.NpgsqlInet",
2378
2690
  "declaringAssemblyName": "Npgsql"
2379
2691
  }
@@ -2390,6 +2702,19 @@
2390
2702
  "isSealed": true,
2391
2703
  "isStatic": false,
2392
2704
  "arity": 0,
2705
+ "baseType": {
2706
+ "stableId": "System.Private.CoreLib:System.ValueType",
2707
+ "clrName": "System.ValueType"
2708
+ },
2709
+ "interfaces": [
2710
+ {
2711
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
2712
+ "clrName": "System.IEquatable\u00601",
2713
+ "typeArguments": [
2714
+ "NpgsqlInterval"
2715
+ ]
2716
+ }
2717
+ ],
2393
2718
  "methods": [
2394
2719
  {
2395
2720
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlInterval::Equals(NpgsqlTypes.NpgsqlInterval):System.Boolean",
@@ -2406,6 +2731,7 @@
2406
2731
  "isVirtual": true,
2407
2732
  "isOverride": false,
2408
2733
  "isSealed": true,
2734
+ "visibility": "Public",
2409
2735
  "declaringClrType": "NpgsqlTypes.NpgsqlInterval",
2410
2736
  "declaringAssemblyName": "Npgsql",
2411
2737
  "isExtensionMethod": false
@@ -2425,6 +2751,7 @@
2425
2751
  "isVirtual": true,
2426
2752
  "isOverride": true,
2427
2753
  "isSealed": false,
2754
+ "visibility": "Public",
2428
2755
  "declaringClrType": "NpgsqlTypes.NpgsqlInterval",
2429
2756
  "declaringAssemblyName": "Npgsql",
2430
2757
  "isExtensionMethod": false
@@ -2444,6 +2771,7 @@
2444
2771
  "isVirtual": true,
2445
2772
  "isOverride": true,
2446
2773
  "isSealed": false,
2774
+ "visibility": "Public",
2447
2775
  "declaringClrType": "NpgsqlTypes.NpgsqlInterval",
2448
2776
  "declaringAssemblyName": "Npgsql",
2449
2777
  "isExtensionMethod": false
@@ -2465,6 +2793,7 @@
2465
2793
  "isAbstract": false,
2466
2794
  "isVirtual": false,
2467
2795
  "isOverride": false,
2796
+ "visibility": "Public",
2468
2797
  "declaringClrType": "NpgsqlTypes.NpgsqlInterval",
2469
2798
  "declaringAssemblyName": "Npgsql"
2470
2799
  },
@@ -2483,6 +2812,7 @@
2483
2812
  "isAbstract": false,
2484
2813
  "isVirtual": false,
2485
2814
  "isOverride": false,
2815
+ "visibility": "Public",
2486
2816
  "declaringClrType": "NpgsqlTypes.NpgsqlInterval",
2487
2817
  "declaringAssemblyName": "Npgsql"
2488
2818
  },
@@ -2501,6 +2831,7 @@
2501
2831
  "isAbstract": false,
2502
2832
  "isVirtual": false,
2503
2833
  "isOverride": false,
2834
+ "visibility": "Public",
2504
2835
  "declaringClrType": "NpgsqlTypes.NpgsqlInterval",
2505
2836
  "declaringAssemblyName": "Npgsql"
2506
2837
  }
@@ -2515,6 +2846,7 @@
2515
2846
  "normalizedSignature": "constructor|(System.Int32,System.Int32,System.Int64):void|static=false",
2516
2847
  "isStatic": false,
2517
2848
  "parameterCount": 3,
2849
+ "visibility": "Public",
2518
2850
  "declaringClrType": "NpgsqlTypes.NpgsqlInterval",
2519
2851
  "declaringAssemblyName": "Npgsql"
2520
2852
  }
@@ -2531,6 +2863,19 @@
2531
2863
  "isSealed": true,
2532
2864
  "isStatic": false,
2533
2865
  "arity": 0,
2866
+ "baseType": {
2867
+ "stableId": "System.Private.CoreLib:System.ValueType",
2868
+ "clrName": "System.ValueType"
2869
+ },
2870
+ "interfaces": [
2871
+ {
2872
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
2873
+ "clrName": "System.IEquatable\u00601",
2874
+ "typeArguments": [
2875
+ "NpgsqlLine"
2876
+ ]
2877
+ }
2878
+ ],
2534
2879
  "methods": [
2535
2880
  {
2536
2881
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlLine::ToString():System.String",
@@ -2547,6 +2892,7 @@
2547
2892
  "isVirtual": true,
2548
2893
  "isOverride": true,
2549
2894
  "isSealed": false,
2895
+ "visibility": "Public",
2550
2896
  "declaringClrType": "NpgsqlTypes.NpgsqlLine",
2551
2897
  "declaringAssemblyName": "Npgsql",
2552
2898
  "isExtensionMethod": false
@@ -2566,6 +2912,7 @@
2566
2912
  "isVirtual": true,
2567
2913
  "isOverride": true,
2568
2914
  "isSealed": false,
2915
+ "visibility": "Public",
2569
2916
  "declaringClrType": "NpgsqlTypes.NpgsqlLine",
2570
2917
  "declaringAssemblyName": "Npgsql",
2571
2918
  "isExtensionMethod": false
@@ -2585,6 +2932,7 @@
2585
2932
  "isVirtual": true,
2586
2933
  "isOverride": false,
2587
2934
  "isSealed": true,
2935
+ "visibility": "Public",
2588
2936
  "declaringClrType": "NpgsqlTypes.NpgsqlLine",
2589
2937
  "declaringAssemblyName": "Npgsql",
2590
2938
  "isExtensionMethod": false
@@ -2604,6 +2952,7 @@
2604
2952
  "isVirtual": true,
2605
2953
  "isOverride": true,
2606
2954
  "isSealed": false,
2955
+ "visibility": "Public",
2607
2956
  "declaringClrType": "NpgsqlTypes.NpgsqlLine",
2608
2957
  "declaringAssemblyName": "Npgsql",
2609
2958
  "isExtensionMethod": false
@@ -2623,6 +2972,7 @@
2623
2972
  "isVirtual": false,
2624
2973
  "isOverride": false,
2625
2974
  "isSealed": false,
2975
+ "visibility": "Public",
2626
2976
  "declaringClrType": "NpgsqlTypes.NpgsqlLine",
2627
2977
  "declaringAssemblyName": "Npgsql",
2628
2978
  "isExtensionMethod": false,
@@ -2658,6 +3008,7 @@
2658
3008
  "isAbstract": false,
2659
3009
  "isVirtual": false,
2660
3010
  "isOverride": false,
3011
+ "visibility": "Public",
2661
3012
  "declaringClrType": "NpgsqlTypes.NpgsqlLine",
2662
3013
  "declaringAssemblyName": "Npgsql"
2663
3014
  },
@@ -2676,6 +3027,7 @@
2676
3027
  "isAbstract": false,
2677
3028
  "isVirtual": false,
2678
3029
  "isOverride": false,
3030
+ "visibility": "Public",
2679
3031
  "declaringClrType": "NpgsqlTypes.NpgsqlLine",
2680
3032
  "declaringAssemblyName": "Npgsql"
2681
3033
  },
@@ -2694,6 +3046,7 @@
2694
3046
  "isAbstract": false,
2695
3047
  "isVirtual": false,
2696
3048
  "isOverride": false,
3049
+ "visibility": "Public",
2697
3050
  "declaringClrType": "NpgsqlTypes.NpgsqlLine",
2698
3051
  "declaringAssemblyName": "Npgsql"
2699
3052
  }
@@ -2708,6 +3061,7 @@
2708
3061
  "normalizedSignature": "constructor|(System.Double,System.Double,System.Double):void|static=false",
2709
3062
  "isStatic": false,
2710
3063
  "parameterCount": 3,
3064
+ "visibility": "Public",
2711
3065
  "declaringClrType": "NpgsqlTypes.NpgsqlLine",
2712
3066
  "declaringAssemblyName": "Npgsql"
2713
3067
  }
@@ -2724,6 +3078,26 @@
2724
3078
  "isSealed": true,
2725
3079
  "isStatic": false,
2726
3080
  "arity": 0,
3081
+ "baseType": {
3082
+ "stableId": "System.Private.CoreLib:System.ValueType",
3083
+ "clrName": "System.ValueType"
3084
+ },
3085
+ "interfaces": [
3086
+ {
3087
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
3088
+ "clrName": "System.IEquatable\u00601",
3089
+ "typeArguments": [
3090
+ "NpgsqlLogSequenceNumber"
3091
+ ]
3092
+ },
3093
+ {
3094
+ "stableId": "System.Private.CoreLib:System.IComparable\u00601",
3095
+ "clrName": "System.IComparable\u00601",
3096
+ "typeArguments": [
3097
+ "NpgsqlLogSequenceNumber"
3098
+ ]
3099
+ }
3100
+ ],
2727
3101
  "methods": [
2728
3102
  {
2729
3103
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlLogSequenceNumber::Equals(NpgsqlTypes.NpgsqlLogSequenceNumber):System.Boolean",
@@ -2740,6 +3114,7 @@
2740
3114
  "isVirtual": true,
2741
3115
  "isOverride": false,
2742
3116
  "isSealed": true,
3117
+ "visibility": "Public",
2743
3118
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2744
3119
  "declaringAssemblyName": "Npgsql",
2745
3120
  "isExtensionMethod": false
@@ -2759,6 +3134,7 @@
2759
3134
  "isVirtual": true,
2760
3135
  "isOverride": false,
2761
3136
  "isSealed": true,
3137
+ "visibility": "Public",
2762
3138
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2763
3139
  "declaringAssemblyName": "Npgsql",
2764
3140
  "isExtensionMethod": false
@@ -2778,6 +3154,7 @@
2778
3154
  "isVirtual": true,
2779
3155
  "isOverride": true,
2780
3156
  "isSealed": false,
3157
+ "visibility": "Public",
2781
3158
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2782
3159
  "declaringAssemblyName": "Npgsql",
2783
3160
  "isExtensionMethod": false
@@ -2797,6 +3174,7 @@
2797
3174
  "isVirtual": true,
2798
3175
  "isOverride": true,
2799
3176
  "isSealed": false,
3177
+ "visibility": "Public",
2800
3178
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2801
3179
  "declaringAssemblyName": "Npgsql",
2802
3180
  "isExtensionMethod": false
@@ -2816,6 +3194,7 @@
2816
3194
  "isVirtual": true,
2817
3195
  "isOverride": true,
2818
3196
  "isSealed": false,
3197
+ "visibility": "Public",
2819
3198
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2820
3199
  "declaringAssemblyName": "Npgsql",
2821
3200
  "isExtensionMethod": false
@@ -2835,6 +3214,7 @@
2835
3214
  "isVirtual": false,
2836
3215
  "isOverride": false,
2837
3216
  "isSealed": false,
3217
+ "visibility": "Public",
2838
3218
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2839
3219
  "declaringAssemblyName": "Npgsql",
2840
3220
  "isExtensionMethod": false
@@ -2854,6 +3234,7 @@
2854
3234
  "isVirtual": false,
2855
3235
  "isOverride": false,
2856
3236
  "isSealed": false,
3237
+ "visibility": "Public",
2857
3238
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2858
3239
  "declaringAssemblyName": "Npgsql",
2859
3240
  "isExtensionMethod": false
@@ -2873,6 +3254,7 @@
2873
3254
  "isVirtual": false,
2874
3255
  "isOverride": false,
2875
3256
  "isSealed": false,
3257
+ "visibility": "Public",
2876
3258
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2877
3259
  "declaringAssemblyName": "Npgsql",
2878
3260
  "isExtensionMethod": false,
@@ -2898,6 +3280,7 @@
2898
3280
  "isVirtual": false,
2899
3281
  "isOverride": false,
2900
3282
  "isSealed": false,
3283
+ "visibility": "Public",
2901
3284
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2902
3285
  "declaringAssemblyName": "Npgsql",
2903
3286
  "isExtensionMethod": false,
@@ -2923,6 +3306,7 @@
2923
3306
  "isVirtual": false,
2924
3307
  "isOverride": false,
2925
3308
  "isSealed": false,
3309
+ "visibility": "Public",
2926
3310
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2927
3311
  "declaringAssemblyName": "Npgsql",
2928
3312
  "isExtensionMethod": false
@@ -2942,6 +3326,7 @@
2942
3326
  "isVirtual": false,
2943
3327
  "isOverride": false,
2944
3328
  "isSealed": false,
3329
+ "visibility": "Public",
2945
3330
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2946
3331
  "declaringAssemblyName": "Npgsql",
2947
3332
  "isExtensionMethod": false
@@ -2957,6 +3342,7 @@
2957
3342
  "isStatic": true,
2958
3343
  "isReadOnly": true,
2959
3344
  "isLiteral": false,
3345
+ "visibility": "Public",
2960
3346
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2961
3347
  "declaringAssemblyName": "Npgsql"
2962
3348
  }
@@ -2970,6 +3356,7 @@
2970
3356
  "normalizedSignature": "constructor|(System.UInt64):void|static=false",
2971
3357
  "isStatic": false,
2972
3358
  "parameterCount": 1,
3359
+ "visibility": "Public",
2973
3360
  "declaringClrType": "NpgsqlTypes.NpgsqlLogSequenceNumber",
2974
3361
  "declaringAssemblyName": "Npgsql"
2975
3362
  }
@@ -2986,6 +3373,19 @@
2986
3373
  "isSealed": true,
2987
3374
  "isStatic": false,
2988
3375
  "arity": 0,
3376
+ "baseType": {
3377
+ "stableId": "System.Private.CoreLib:System.ValueType",
3378
+ "clrName": "System.ValueType"
3379
+ },
3380
+ "interfaces": [
3381
+ {
3382
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
3383
+ "clrName": "System.IEquatable\u00601",
3384
+ "typeArguments": [
3385
+ "NpgsqlLSeg"
3386
+ ]
3387
+ }
3388
+ ],
2989
3389
  "methods": [
2990
3390
  {
2991
3391
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlLSeg::ToString():System.String",
@@ -3002,6 +3402,7 @@
3002
3402
  "isVirtual": true,
3003
3403
  "isOverride": true,
3004
3404
  "isSealed": false,
3405
+ "visibility": "Public",
3005
3406
  "declaringClrType": "NpgsqlTypes.NpgsqlLSeg",
3006
3407
  "declaringAssemblyName": "Npgsql",
3007
3408
  "isExtensionMethod": false
@@ -3021,6 +3422,7 @@
3021
3422
  "isVirtual": true,
3022
3423
  "isOverride": true,
3023
3424
  "isSealed": false,
3425
+ "visibility": "Public",
3024
3426
  "declaringClrType": "NpgsqlTypes.NpgsqlLSeg",
3025
3427
  "declaringAssemblyName": "Npgsql",
3026
3428
  "isExtensionMethod": false
@@ -3040,6 +3442,7 @@
3040
3442
  "isVirtual": true,
3041
3443
  "isOverride": false,
3042
3444
  "isSealed": true,
3445
+ "visibility": "Public",
3043
3446
  "declaringClrType": "NpgsqlTypes.NpgsqlLSeg",
3044
3447
  "declaringAssemblyName": "Npgsql",
3045
3448
  "isExtensionMethod": false
@@ -3059,6 +3462,7 @@
3059
3462
  "isVirtual": true,
3060
3463
  "isOverride": true,
3061
3464
  "isSealed": false,
3465
+ "visibility": "Public",
3062
3466
  "declaringClrType": "NpgsqlTypes.NpgsqlLSeg",
3063
3467
  "declaringAssemblyName": "Npgsql",
3064
3468
  "isExtensionMethod": false
@@ -3078,6 +3482,7 @@
3078
3482
  "isVirtual": false,
3079
3483
  "isOverride": false,
3080
3484
  "isSealed": false,
3485
+ "visibility": "Public",
3081
3486
  "declaringClrType": "NpgsqlTypes.NpgsqlLSeg",
3082
3487
  "declaringAssemblyName": "Npgsql",
3083
3488
  "isExtensionMethod": false,
@@ -3109,6 +3514,7 @@
3109
3514
  "isAbstract": false,
3110
3515
  "isVirtual": false,
3111
3516
  "isOverride": false,
3517
+ "visibility": "Public",
3112
3518
  "declaringClrType": "NpgsqlTypes.NpgsqlLSeg",
3113
3519
  "declaringAssemblyName": "Npgsql"
3114
3520
  },
@@ -3127,6 +3533,7 @@
3127
3533
  "isAbstract": false,
3128
3534
  "isVirtual": false,
3129
3535
  "isOverride": false,
3536
+ "visibility": "Public",
3130
3537
  "declaringClrType": "NpgsqlTypes.NpgsqlLSeg",
3131
3538
  "declaringAssemblyName": "Npgsql"
3132
3539
  }
@@ -3141,6 +3548,7 @@
3141
3548
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlPoint,NpgsqlTypes.NpgsqlPoint):void|static=false",
3142
3549
  "isStatic": false,
3143
3550
  "parameterCount": 2,
3551
+ "visibility": "Public",
3144
3552
  "declaringClrType": "NpgsqlTypes.NpgsqlLSeg",
3145
3553
  "declaringAssemblyName": "Npgsql"
3146
3554
  },
@@ -3151,6 +3559,7 @@
3151
3559
  "normalizedSignature": "constructor|(System.Double,System.Double,System.Double,System.Double):void|static=false",
3152
3560
  "isStatic": false,
3153
3561
  "parameterCount": 4,
3562
+ "visibility": "Public",
3154
3563
  "declaringClrType": "NpgsqlTypes.NpgsqlLSeg",
3155
3564
  "declaringAssemblyName": "Npgsql"
3156
3565
  }
@@ -3167,6 +3576,44 @@
3167
3576
  "isSealed": true,
3168
3577
  "isStatic": false,
3169
3578
  "arity": 0,
3579
+ "baseType": {
3580
+ "stableId": "System.Private.CoreLib:System.ValueType",
3581
+ "clrName": "System.ValueType"
3582
+ },
3583
+ "interfaces": [
3584
+ {
3585
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
3586
+ "clrName": "System.Collections.Generic.IList\u00601",
3587
+ "typeArguments": [
3588
+ "NpgsqlPoint"
3589
+ ]
3590
+ },
3591
+ {
3592
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
3593
+ "clrName": "System.Collections.Generic.ICollection\u00601",
3594
+ "typeArguments": [
3595
+ "NpgsqlPoint"
3596
+ ]
3597
+ },
3598
+ {
3599
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
3600
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
3601
+ "typeArguments": [
3602
+ "NpgsqlPoint"
3603
+ ]
3604
+ },
3605
+ {
3606
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
3607
+ "clrName": "System.Collections.IEnumerable"
3608
+ },
3609
+ {
3610
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
3611
+ "clrName": "System.IEquatable\u00601",
3612
+ "typeArguments": [
3613
+ "NpgsqlPath"
3614
+ ]
3615
+ }
3616
+ ],
3170
3617
  "methods": [
3171
3618
  {
3172
3619
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlPath::IndexOf(NpgsqlTypes.NpgsqlPoint):System.Int32",
@@ -3183,6 +3630,7 @@
3183
3630
  "isVirtual": true,
3184
3631
  "isOverride": false,
3185
3632
  "isSealed": true,
3633
+ "visibility": "Public",
3186
3634
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3187
3635
  "declaringAssemblyName": "Npgsql",
3188
3636
  "isExtensionMethod": false
@@ -3202,6 +3650,7 @@
3202
3650
  "isVirtual": true,
3203
3651
  "isOverride": false,
3204
3652
  "isSealed": true,
3653
+ "visibility": "Public",
3205
3654
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3206
3655
  "declaringAssemblyName": "Npgsql",
3207
3656
  "isExtensionMethod": false
@@ -3221,6 +3670,7 @@
3221
3670
  "isVirtual": true,
3222
3671
  "isOverride": false,
3223
3672
  "isSealed": true,
3673
+ "visibility": "Public",
3224
3674
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3225
3675
  "declaringAssemblyName": "Npgsql",
3226
3676
  "isExtensionMethod": false
@@ -3240,6 +3690,7 @@
3240
3690
  "isVirtual": true,
3241
3691
  "isOverride": false,
3242
3692
  "isSealed": true,
3693
+ "visibility": "Public",
3243
3694
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3244
3695
  "declaringAssemblyName": "Npgsql",
3245
3696
  "isExtensionMethod": false
@@ -3259,6 +3710,7 @@
3259
3710
  "isVirtual": true,
3260
3711
  "isOverride": false,
3261
3712
  "isSealed": true,
3713
+ "visibility": "Public",
3262
3714
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3263
3715
  "declaringAssemblyName": "Npgsql",
3264
3716
  "isExtensionMethod": false
@@ -3278,6 +3730,7 @@
3278
3730
  "isVirtual": true,
3279
3731
  "isOverride": false,
3280
3732
  "isSealed": true,
3733
+ "visibility": "Public",
3281
3734
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3282
3735
  "declaringAssemblyName": "Npgsql",
3283
3736
  "isExtensionMethod": false
@@ -3297,6 +3750,7 @@
3297
3750
  "isVirtual": true,
3298
3751
  "isOverride": false,
3299
3752
  "isSealed": true,
3753
+ "visibility": "Public",
3300
3754
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3301
3755
  "declaringAssemblyName": "Npgsql",
3302
3756
  "isExtensionMethod": false
@@ -3316,6 +3770,7 @@
3316
3770
  "isVirtual": true,
3317
3771
  "isOverride": false,
3318
3772
  "isSealed": true,
3773
+ "visibility": "Public",
3319
3774
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3320
3775
  "declaringAssemblyName": "Npgsql",
3321
3776
  "isExtensionMethod": false
@@ -3335,6 +3790,7 @@
3335
3790
  "isVirtual": true,
3336
3791
  "isOverride": false,
3337
3792
  "isSealed": true,
3793
+ "visibility": "Public",
3338
3794
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3339
3795
  "declaringAssemblyName": "Npgsql",
3340
3796
  "isExtensionMethod": false
@@ -3354,6 +3810,7 @@
3354
3810
  "isVirtual": true,
3355
3811
  "isOverride": false,
3356
3812
  "isSealed": true,
3813
+ "visibility": "Public",
3357
3814
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3358
3815
  "declaringAssemblyName": "Npgsql",
3359
3816
  "isExtensionMethod": false
@@ -3373,6 +3830,7 @@
3373
3830
  "isVirtual": true,
3374
3831
  "isOverride": true,
3375
3832
  "isSealed": false,
3833
+ "visibility": "Public",
3376
3834
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3377
3835
  "declaringAssemblyName": "Npgsql",
3378
3836
  "isExtensionMethod": false
@@ -3392,6 +3850,7 @@
3392
3850
  "isVirtual": true,
3393
3851
  "isOverride": true,
3394
3852
  "isSealed": false,
3853
+ "visibility": "Public",
3395
3854
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3396
3855
  "declaringAssemblyName": "Npgsql",
3397
3856
  "isExtensionMethod": false
@@ -3411,6 +3870,7 @@
3411
3870
  "isVirtual": true,
3412
3871
  "isOverride": true,
3413
3872
  "isSealed": false,
3873
+ "visibility": "Public",
3414
3874
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3415
3875
  "declaringAssemblyName": "Npgsql",
3416
3876
  "isExtensionMethod": false
@@ -3432,6 +3892,7 @@
3432
3892
  "isAbstract": false,
3433
3893
  "isVirtual": false,
3434
3894
  "isOverride": false,
3895
+ "visibility": "Public",
3435
3896
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3436
3897
  "declaringAssemblyName": "Npgsql"
3437
3898
  },
@@ -3450,6 +3911,7 @@
3450
3911
  "isAbstract": false,
3451
3912
  "isVirtual": true,
3452
3913
  "isOverride": false,
3914
+ "visibility": "Public",
3453
3915
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3454
3916
  "declaringAssemblyName": "Npgsql"
3455
3917
  },
@@ -3468,6 +3930,7 @@
3468
3930
  "isAbstract": false,
3469
3931
  "isVirtual": false,
3470
3932
  "isOverride": false,
3933
+ "visibility": "Public",
3471
3934
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3472
3935
  "declaringAssemblyName": "Npgsql"
3473
3936
  },
@@ -3486,6 +3949,7 @@
3486
3949
  "isAbstract": false,
3487
3950
  "isVirtual": true,
3488
3951
  "isOverride": false,
3952
+ "visibility": "Public",
3489
3953
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3490
3954
  "declaringAssemblyName": "Npgsql"
3491
3955
  },
@@ -3504,6 +3968,7 @@
3504
3968
  "isAbstract": false,
3505
3969
  "isVirtual": true,
3506
3970
  "isOverride": false,
3971
+ "visibility": "Public",
3507
3972
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3508
3973
  "declaringAssemblyName": "Npgsql"
3509
3974
  }
@@ -3518,6 +3983,7 @@
3518
3983
  "normalizedSignature": "constructor|():void|static=false",
3519
3984
  "isStatic": false,
3520
3985
  "parameterCount": 0,
3986
+ "visibility": "Public",
3521
3987
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3522
3988
  "declaringAssemblyName": "Npgsql"
3523
3989
  },
@@ -3528,6 +3994,7 @@
3528
3994
  "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[NpgsqlTypes.NpgsqlPoint,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean):void|static=false",
3529
3995
  "isStatic": false,
3530
3996
  "parameterCount": 2,
3997
+ "visibility": "Public",
3531
3998
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3532
3999
  "declaringAssemblyName": "Npgsql"
3533
4000
  },
@@ -3538,6 +4005,7 @@
3538
4005
  "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[NpgsqlTypes.NpgsqlPoint,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):void|static=false",
3539
4006
  "isStatic": false,
3540
4007
  "parameterCount": 1,
4008
+ "visibility": "Public",
3541
4009
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3542
4010
  "declaringAssemblyName": "Npgsql"
3543
4011
  },
@@ -3548,6 +4016,7 @@
3548
4016
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlPoint[]):void|static=false",
3549
4017
  "isStatic": false,
3550
4018
  "parameterCount": 1,
4019
+ "visibility": "Public",
3551
4020
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3552
4021
  "declaringAssemblyName": "Npgsql"
3553
4022
  },
@@ -3558,6 +4027,7 @@
3558
4027
  "normalizedSignature": "constructor|(System.Boolean):void|static=false",
3559
4028
  "isStatic": false,
3560
4029
  "parameterCount": 1,
4030
+ "visibility": "Public",
3561
4031
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3562
4032
  "declaringAssemblyName": "Npgsql"
3563
4033
  },
@@ -3568,6 +4038,7 @@
3568
4038
  "normalizedSignature": "constructor|(System.Int32,System.Boolean):void|static=false",
3569
4039
  "isStatic": false,
3570
4040
  "parameterCount": 2,
4041
+ "visibility": "Public",
3571
4042
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3572
4043
  "declaringAssemblyName": "Npgsql"
3573
4044
  },
@@ -3578,6 +4049,7 @@
3578
4049
  "normalizedSignature": "constructor|(System.Int32):void|static=false",
3579
4050
  "isStatic": false,
3580
4051
  "parameterCount": 1,
4052
+ "visibility": "Public",
3581
4053
  "declaringClrType": "NpgsqlTypes.NpgsqlPath",
3582
4054
  "declaringAssemblyName": "Npgsql"
3583
4055
  }
@@ -3594,6 +4066,19 @@
3594
4066
  "isSealed": true,
3595
4067
  "isStatic": false,
3596
4068
  "arity": 0,
4069
+ "baseType": {
4070
+ "stableId": "System.Private.CoreLib:System.ValueType",
4071
+ "clrName": "System.ValueType"
4072
+ },
4073
+ "interfaces": [
4074
+ {
4075
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
4076
+ "clrName": "System.IEquatable\u00601",
4077
+ "typeArguments": [
4078
+ "NpgsqlPoint"
4079
+ ]
4080
+ }
4081
+ ],
3597
4082
  "methods": [
3598
4083
  {
3599
4084
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlPoint::Equals(NpgsqlTypes.NpgsqlPoint):System.Boolean",
@@ -3610,6 +4095,7 @@
3610
4095
  "isVirtual": true,
3611
4096
  "isOverride": false,
3612
4097
  "isSealed": true,
4098
+ "visibility": "Public",
3613
4099
  "declaringClrType": "NpgsqlTypes.NpgsqlPoint",
3614
4100
  "declaringAssemblyName": "Npgsql",
3615
4101
  "isExtensionMethod": false
@@ -3629,6 +4115,7 @@
3629
4115
  "isVirtual": true,
3630
4116
  "isOverride": true,
3631
4117
  "isSealed": false,
4118
+ "visibility": "Public",
3632
4119
  "declaringClrType": "NpgsqlTypes.NpgsqlPoint",
3633
4120
  "declaringAssemblyName": "Npgsql",
3634
4121
  "isExtensionMethod": false
@@ -3648,6 +4135,7 @@
3648
4135
  "isVirtual": true,
3649
4136
  "isOverride": true,
3650
4137
  "isSealed": false,
4138
+ "visibility": "Public",
3651
4139
  "declaringClrType": "NpgsqlTypes.NpgsqlPoint",
3652
4140
  "declaringAssemblyName": "Npgsql",
3653
4141
  "isExtensionMethod": false
@@ -3667,6 +4155,7 @@
3667
4155
  "isVirtual": true,
3668
4156
  "isOverride": true,
3669
4157
  "isSealed": false,
4158
+ "visibility": "Public",
3670
4159
  "declaringClrType": "NpgsqlTypes.NpgsqlPoint",
3671
4160
  "declaringAssemblyName": "Npgsql",
3672
4161
  "isExtensionMethod": false
@@ -3686,6 +4175,7 @@
3686
4175
  "isVirtual": false,
3687
4176
  "isOverride": false,
3688
4177
  "isSealed": false,
4178
+ "visibility": "Public",
3689
4179
  "declaringClrType": "NpgsqlTypes.NpgsqlPoint",
3690
4180
  "declaringAssemblyName": "Npgsql",
3691
4181
  "isExtensionMethod": false,
@@ -3717,6 +4207,7 @@
3717
4207
  "isAbstract": false,
3718
4208
  "isVirtual": false,
3719
4209
  "isOverride": false,
4210
+ "visibility": "Public",
3720
4211
  "declaringClrType": "NpgsqlTypes.NpgsqlPoint",
3721
4212
  "declaringAssemblyName": "Npgsql"
3722
4213
  },
@@ -3735,6 +4226,7 @@
3735
4226
  "isAbstract": false,
3736
4227
  "isVirtual": false,
3737
4228
  "isOverride": false,
4229
+ "visibility": "Public",
3738
4230
  "declaringClrType": "NpgsqlTypes.NpgsqlPoint",
3739
4231
  "declaringAssemblyName": "Npgsql"
3740
4232
  }
@@ -3749,6 +4241,7 @@
3749
4241
  "normalizedSignature": "constructor|(System.Double,System.Double):void|static=false",
3750
4242
  "isStatic": false,
3751
4243
  "parameterCount": 2,
4244
+ "visibility": "Public",
3752
4245
  "declaringClrType": "NpgsqlTypes.NpgsqlPoint",
3753
4246
  "declaringAssemblyName": "Npgsql"
3754
4247
  }
@@ -3765,6 +4258,44 @@
3765
4258
  "isSealed": true,
3766
4259
  "isStatic": false,
3767
4260
  "arity": 0,
4261
+ "baseType": {
4262
+ "stableId": "System.Private.CoreLib:System.ValueType",
4263
+ "clrName": "System.ValueType"
4264
+ },
4265
+ "interfaces": [
4266
+ {
4267
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IList\u00601",
4268
+ "clrName": "System.Collections.Generic.IList\u00601",
4269
+ "typeArguments": [
4270
+ "NpgsqlPoint"
4271
+ ]
4272
+ },
4273
+ {
4274
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601",
4275
+ "clrName": "System.Collections.Generic.ICollection\u00601",
4276
+ "typeArguments": [
4277
+ "NpgsqlPoint"
4278
+ ]
4279
+ },
4280
+ {
4281
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
4282
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
4283
+ "typeArguments": [
4284
+ "NpgsqlPoint"
4285
+ ]
4286
+ },
4287
+ {
4288
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
4289
+ "clrName": "System.Collections.IEnumerable"
4290
+ },
4291
+ {
4292
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
4293
+ "clrName": "System.IEquatable\u00601",
4294
+ "typeArguments": [
4295
+ "NpgsqlPolygon"
4296
+ ]
4297
+ }
4298
+ ],
3768
4299
  "methods": [
3769
4300
  {
3770
4301
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlPolygon::IndexOf(NpgsqlTypes.NpgsqlPoint):System.Int32",
@@ -3781,6 +4312,7 @@
3781
4312
  "isVirtual": true,
3782
4313
  "isOverride": false,
3783
4314
  "isSealed": true,
4315
+ "visibility": "Public",
3784
4316
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3785
4317
  "declaringAssemblyName": "Npgsql",
3786
4318
  "isExtensionMethod": false
@@ -3800,6 +4332,7 @@
3800
4332
  "isVirtual": true,
3801
4333
  "isOverride": false,
3802
4334
  "isSealed": true,
4335
+ "visibility": "Public",
3803
4336
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3804
4337
  "declaringAssemblyName": "Npgsql",
3805
4338
  "isExtensionMethod": false
@@ -3819,6 +4352,7 @@
3819
4352
  "isVirtual": true,
3820
4353
  "isOverride": false,
3821
4354
  "isSealed": true,
4355
+ "visibility": "Public",
3822
4356
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3823
4357
  "declaringAssemblyName": "Npgsql",
3824
4358
  "isExtensionMethod": false
@@ -3838,6 +4372,7 @@
3838
4372
  "isVirtual": true,
3839
4373
  "isOverride": false,
3840
4374
  "isSealed": true,
4375
+ "visibility": "Public",
3841
4376
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3842
4377
  "declaringAssemblyName": "Npgsql",
3843
4378
  "isExtensionMethod": false
@@ -3857,6 +4392,7 @@
3857
4392
  "isVirtual": true,
3858
4393
  "isOverride": false,
3859
4394
  "isSealed": true,
4395
+ "visibility": "Public",
3860
4396
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3861
4397
  "declaringAssemblyName": "Npgsql",
3862
4398
  "isExtensionMethod": false
@@ -3876,6 +4412,7 @@
3876
4412
  "isVirtual": true,
3877
4413
  "isOverride": false,
3878
4414
  "isSealed": true,
4415
+ "visibility": "Public",
3879
4416
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3880
4417
  "declaringAssemblyName": "Npgsql",
3881
4418
  "isExtensionMethod": false
@@ -3895,6 +4432,7 @@
3895
4432
  "isVirtual": true,
3896
4433
  "isOverride": false,
3897
4434
  "isSealed": true,
4435
+ "visibility": "Public",
3898
4436
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3899
4437
  "declaringAssemblyName": "Npgsql",
3900
4438
  "isExtensionMethod": false
@@ -3914,6 +4452,7 @@
3914
4452
  "isVirtual": true,
3915
4453
  "isOverride": false,
3916
4454
  "isSealed": true,
4455
+ "visibility": "Public",
3917
4456
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3918
4457
  "declaringAssemblyName": "Npgsql",
3919
4458
  "isExtensionMethod": false
@@ -3933,6 +4472,7 @@
3933
4472
  "isVirtual": true,
3934
4473
  "isOverride": false,
3935
4474
  "isSealed": true,
4475
+ "visibility": "Public",
3936
4476
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3937
4477
  "declaringAssemblyName": "Npgsql",
3938
4478
  "isExtensionMethod": false
@@ -3952,6 +4492,7 @@
3952
4492
  "isVirtual": true,
3953
4493
  "isOverride": false,
3954
4494
  "isSealed": true,
4495
+ "visibility": "Public",
3955
4496
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3956
4497
  "declaringAssemblyName": "Npgsql",
3957
4498
  "isExtensionMethod": false
@@ -3971,6 +4512,7 @@
3971
4512
  "isVirtual": true,
3972
4513
  "isOverride": true,
3973
4514
  "isSealed": false,
4515
+ "visibility": "Public",
3974
4516
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3975
4517
  "declaringAssemblyName": "Npgsql",
3976
4518
  "isExtensionMethod": false
@@ -3990,6 +4532,7 @@
3990
4532
  "isVirtual": true,
3991
4533
  "isOverride": true,
3992
4534
  "isSealed": false,
4535
+ "visibility": "Public",
3993
4536
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
3994
4537
  "declaringAssemblyName": "Npgsql",
3995
4538
  "isExtensionMethod": false
@@ -4009,6 +4552,7 @@
4009
4552
  "isVirtual": true,
4010
4553
  "isOverride": true,
4011
4554
  "isSealed": false,
4555
+ "visibility": "Public",
4012
4556
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
4013
4557
  "declaringAssemblyName": "Npgsql",
4014
4558
  "isExtensionMethod": false
@@ -4030,6 +4574,7 @@
4030
4574
  "isAbstract": false,
4031
4575
  "isVirtual": true,
4032
4576
  "isOverride": false,
4577
+ "visibility": "Public",
4033
4578
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
4034
4579
  "declaringAssemblyName": "Npgsql"
4035
4580
  },
@@ -4048,6 +4593,7 @@
4048
4593
  "isAbstract": false,
4049
4594
  "isVirtual": false,
4050
4595
  "isOverride": false,
4596
+ "visibility": "Public",
4051
4597
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
4052
4598
  "declaringAssemblyName": "Npgsql"
4053
4599
  },
@@ -4066,6 +4612,7 @@
4066
4612
  "isAbstract": false,
4067
4613
  "isVirtual": true,
4068
4614
  "isOverride": false,
4615
+ "visibility": "Public",
4069
4616
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
4070
4617
  "declaringAssemblyName": "Npgsql"
4071
4618
  },
@@ -4084,6 +4631,7 @@
4084
4631
  "isAbstract": false,
4085
4632
  "isVirtual": true,
4086
4633
  "isOverride": false,
4634
+ "visibility": "Public",
4087
4635
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
4088
4636
  "declaringAssemblyName": "Npgsql"
4089
4637
  }
@@ -4098,6 +4646,7 @@
4098
4646
  "normalizedSignature": "constructor|():void|static=false",
4099
4647
  "isStatic": false,
4100
4648
  "parameterCount": 0,
4649
+ "visibility": "Public",
4101
4650
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
4102
4651
  "declaringAssemblyName": "Npgsql"
4103
4652
  },
@@ -4108,6 +4657,7 @@
4108
4657
  "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[NpgsqlTypes.NpgsqlPoint,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):void|static=false",
4109
4658
  "isStatic": false,
4110
4659
  "parameterCount": 1,
4660
+ "visibility": "Public",
4111
4661
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
4112
4662
  "declaringAssemblyName": "Npgsql"
4113
4663
  },
@@ -4118,6 +4668,7 @@
4118
4668
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlPoint[]):void|static=false",
4119
4669
  "isStatic": false,
4120
4670
  "parameterCount": 1,
4671
+ "visibility": "Public",
4121
4672
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
4122
4673
  "declaringAssemblyName": "Npgsql"
4123
4674
  },
@@ -4128,6 +4679,7 @@
4128
4679
  "normalizedSignature": "constructor|(System.Int32):void|static=false",
4129
4680
  "isStatic": false,
4130
4681
  "parameterCount": 1,
4682
+ "visibility": "Public",
4131
4683
  "declaringClrType": "NpgsqlTypes.NpgsqlPolygon",
4132
4684
  "declaringAssemblyName": "Npgsql"
4133
4685
  }
@@ -4144,6 +4696,22 @@
4144
4696
  "isSealed": true,
4145
4697
  "isStatic": false,
4146
4698
  "arity": 1,
4699
+ "baseType": {
4700
+ "stableId": "System.Private.CoreLib:System.ValueType",
4701
+ "clrName": "System.ValueType"
4702
+ },
4703
+ "interfaces": [
4704
+ {
4705
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
4706
+ "clrName": "System.IEquatable\u00601",
4707
+ "typeArguments": [
4708
+ "NpgsqlRange_1[[T]]"
4709
+ ]
4710
+ }
4711
+ ],
4712
+ "typeParameters": [
4713
+ "T"
4714
+ ],
4147
4715
  "methods": [
4148
4716
  {
4149
4717
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlRange\u00601::Equals(System.Object):System.Boolean",
@@ -4160,6 +4728,7 @@
4160
4728
  "isVirtual": true,
4161
4729
  "isOverride": true,
4162
4730
  "isSealed": false,
4731
+ "visibility": "Public",
4163
4732
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4164
4733
  "declaringAssemblyName": "Npgsql",
4165
4734
  "isExtensionMethod": false
@@ -4179,6 +4748,7 @@
4179
4748
  "isVirtual": true,
4180
4749
  "isOverride": false,
4181
4750
  "isSealed": true,
4751
+ "visibility": "Public",
4182
4752
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4183
4753
  "declaringAssemblyName": "Npgsql",
4184
4754
  "isExtensionMethod": false
@@ -4198,6 +4768,7 @@
4198
4768
  "isVirtual": true,
4199
4769
  "isOverride": true,
4200
4770
  "isSealed": false,
4771
+ "visibility": "Public",
4201
4772
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4202
4773
  "declaringAssemblyName": "Npgsql",
4203
4774
  "isExtensionMethod": false
@@ -4217,6 +4788,7 @@
4217
4788
  "isVirtual": true,
4218
4789
  "isOverride": true,
4219
4790
  "isSealed": false,
4791
+ "visibility": "Public",
4220
4792
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4221
4793
  "declaringAssemblyName": "Npgsql",
4222
4794
  "isExtensionMethod": false
@@ -4236,6 +4808,7 @@
4236
4808
  "isVirtual": false,
4237
4809
  "isOverride": false,
4238
4810
  "isSealed": false,
4811
+ "visibility": "Public",
4239
4812
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4240
4813
  "declaringAssemblyName": "Npgsql",
4241
4814
  "isExtensionMethod": false
@@ -4257,6 +4830,7 @@
4257
4830
  "isAbstract": false,
4258
4831
  "isVirtual": false,
4259
4832
  "isOverride": false,
4833
+ "visibility": "Public",
4260
4834
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4261
4835
  "declaringAssemblyName": "Npgsql"
4262
4836
  },
@@ -4275,6 +4849,7 @@
4275
4849
  "isAbstract": false,
4276
4850
  "isVirtual": false,
4277
4851
  "isOverride": false,
4852
+ "visibility": "Public",
4278
4853
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4279
4854
  "declaringAssemblyName": "Npgsql"
4280
4855
  },
@@ -4293,6 +4868,7 @@
4293
4868
  "isAbstract": false,
4294
4869
  "isVirtual": false,
4295
4870
  "isOverride": false,
4871
+ "visibility": "Public",
4296
4872
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4297
4873
  "declaringAssemblyName": "Npgsql"
4298
4874
  },
@@ -4311,6 +4887,7 @@
4311
4887
  "isAbstract": false,
4312
4888
  "isVirtual": false,
4313
4889
  "isOverride": false,
4890
+ "visibility": "Public",
4314
4891
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4315
4892
  "declaringAssemblyName": "Npgsql"
4316
4893
  },
@@ -4329,6 +4906,7 @@
4329
4906
  "isAbstract": false,
4330
4907
  "isVirtual": false,
4331
4908
  "isOverride": false,
4909
+ "visibility": "Public",
4332
4910
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4333
4911
  "declaringAssemblyName": "Npgsql"
4334
4912
  },
@@ -4347,6 +4925,7 @@
4347
4925
  "isAbstract": false,
4348
4926
  "isVirtual": false,
4349
4927
  "isOverride": false,
4928
+ "visibility": "Public",
4350
4929
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4351
4930
  "declaringAssemblyName": "Npgsql"
4352
4931
  },
@@ -4365,6 +4944,7 @@
4365
4944
  "isAbstract": false,
4366
4945
  "isVirtual": false,
4367
4946
  "isOverride": false,
4947
+ "visibility": "Public",
4368
4948
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4369
4949
  "declaringAssemblyName": "Npgsql"
4370
4950
  }
@@ -4378,6 +4958,7 @@
4378
4958
  "isStatic": true,
4379
4959
  "isReadOnly": true,
4380
4960
  "isLiteral": false,
4961
+ "visibility": "Public",
4381
4962
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4382
4963
  "declaringAssemblyName": "Npgsql"
4383
4964
  }
@@ -4391,6 +4972,7 @@
4391
4972
  "normalizedSignature": "constructor|(T,T):void|static=false",
4392
4973
  "isStatic": false,
4393
4974
  "parameterCount": 2,
4975
+ "visibility": "Public",
4394
4976
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4395
4977
  "declaringAssemblyName": "Npgsql"
4396
4978
  },
@@ -4401,6 +4983,7 @@
4401
4983
  "normalizedSignature": "constructor|(T,System.Boolean,T,System.Boolean):void|static=false",
4402
4984
  "isStatic": false,
4403
4985
  "parameterCount": 4,
4986
+ "visibility": "Public",
4404
4987
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4405
4988
  "declaringAssemblyName": "Npgsql"
4406
4989
  },
@@ -4411,6 +4994,7 @@
4411
4994
  "normalizedSignature": "constructor|(T,System.Boolean,System.Boolean,T,System.Boolean,System.Boolean):void|static=false",
4412
4995
  "isStatic": false,
4413
4996
  "parameterCount": 6,
4997
+ "visibility": "Public",
4414
4998
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601",
4415
4999
  "declaringAssemblyName": "Npgsql"
4416
5000
  }
@@ -4427,6 +5011,19 @@
4427
5011
  "isSealed": true,
4428
5012
  "isStatic": false,
4429
5013
  "arity": 0,
5014
+ "baseType": {
5015
+ "stableId": "System.Private.CoreLib:System.ValueType",
5016
+ "clrName": "System.ValueType"
5017
+ },
5018
+ "interfaces": [
5019
+ {
5020
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
5021
+ "clrName": "System.IEquatable\u00601",
5022
+ "typeArguments": [
5023
+ "NpgsqlTid"
5024
+ ]
5025
+ }
5026
+ ],
4430
5027
  "methods": [
4431
5028
  {
4432
5029
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTid::Equals(NpgsqlTypes.NpgsqlTid):System.Boolean",
@@ -4443,6 +5040,7 @@
4443
5040
  "isVirtual": true,
4444
5041
  "isOverride": false,
4445
5042
  "isSealed": true,
5043
+ "visibility": "Public",
4446
5044
  "declaringClrType": "NpgsqlTypes.NpgsqlTid",
4447
5045
  "declaringAssemblyName": "Npgsql",
4448
5046
  "isExtensionMethod": false
@@ -4462,6 +5060,7 @@
4462
5060
  "isVirtual": true,
4463
5061
  "isOverride": true,
4464
5062
  "isSealed": false,
5063
+ "visibility": "Public",
4465
5064
  "declaringClrType": "NpgsqlTypes.NpgsqlTid",
4466
5065
  "declaringAssemblyName": "Npgsql",
4467
5066
  "isExtensionMethod": false
@@ -4481,6 +5080,7 @@
4481
5080
  "isVirtual": true,
4482
5081
  "isOverride": true,
4483
5082
  "isSealed": false,
5083
+ "visibility": "Public",
4484
5084
  "declaringClrType": "NpgsqlTypes.NpgsqlTid",
4485
5085
  "declaringAssemblyName": "Npgsql",
4486
5086
  "isExtensionMethod": false
@@ -4500,6 +5100,7 @@
4500
5100
  "isVirtual": true,
4501
5101
  "isOverride": true,
4502
5102
  "isSealed": false,
5103
+ "visibility": "Public",
4503
5104
  "declaringClrType": "NpgsqlTypes.NpgsqlTid",
4504
5105
  "declaringAssemblyName": "Npgsql",
4505
5106
  "isExtensionMethod": false
@@ -4519,6 +5120,7 @@
4519
5120
  "isVirtual": false,
4520
5121
  "isOverride": false,
4521
5122
  "isSealed": false,
5123
+ "visibility": "Public",
4522
5124
  "declaringClrType": "NpgsqlTypes.NpgsqlTid",
4523
5125
  "declaringAssemblyName": "Npgsql",
4524
5126
  "isExtensionMethod": false,
@@ -4550,6 +5152,7 @@
4550
5152
  "isAbstract": false,
4551
5153
  "isVirtual": false,
4552
5154
  "isOverride": false,
5155
+ "visibility": "Public",
4553
5156
  "declaringClrType": "NpgsqlTypes.NpgsqlTid",
4554
5157
  "declaringAssemblyName": "Npgsql"
4555
5158
  },
@@ -4568,6 +5171,7 @@
4568
5171
  "isAbstract": false,
4569
5172
  "isVirtual": false,
4570
5173
  "isOverride": false,
5174
+ "visibility": "Public",
4571
5175
  "declaringClrType": "NpgsqlTypes.NpgsqlTid",
4572
5176
  "declaringAssemblyName": "Npgsql"
4573
5177
  }
@@ -4582,6 +5186,7 @@
4582
5186
  "normalizedSignature": "constructor|(System.UInt32,System.UInt16):void|static=false",
4583
5187
  "isStatic": false,
4584
5188
  "parameterCount": 2,
5189
+ "visibility": "Public",
4585
5190
  "declaringClrType": "NpgsqlTypes.NpgsqlTid",
4586
5191
  "declaringAssemblyName": "Npgsql"
4587
5192
  }
@@ -4598,6 +5203,19 @@
4598
5203
  "isSealed": true,
4599
5204
  "isStatic": false,
4600
5205
  "arity": 0,
5206
+ "baseType": {
5207
+ "stableId": "System.Private.CoreLib:System.ValueType",
5208
+ "clrName": "System.ValueType"
5209
+ },
5210
+ "interfaces": [
5211
+ {
5212
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
5213
+ "clrName": "System.IEquatable\u00601",
5214
+ "typeArguments": [
5215
+ "Lexeme"
5216
+ ]
5217
+ }
5218
+ ],
4601
5219
  "methods": [
4602
5220
  {
4603
5221
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsVector\u002BLexeme::ToString():System.String",
@@ -4614,6 +5232,7 @@
4614
5232
  "isVirtual": true,
4615
5233
  "isOverride": true,
4616
5234
  "isSealed": false,
5235
+ "visibility": "Public",
4617
5236
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme",
4618
5237
  "declaringAssemblyName": "Npgsql",
4619
5238
  "isExtensionMethod": false
@@ -4633,6 +5252,7 @@
4633
5252
  "isVirtual": true,
4634
5253
  "isOverride": false,
4635
5254
  "isSealed": true,
5255
+ "visibility": "Public",
4636
5256
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme",
4637
5257
  "declaringAssemblyName": "Npgsql",
4638
5258
  "isExtensionMethod": false
@@ -4652,6 +5272,7 @@
4652
5272
  "isVirtual": true,
4653
5273
  "isOverride": true,
4654
5274
  "isSealed": false,
5275
+ "visibility": "Public",
4655
5276
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme",
4656
5277
  "declaringAssemblyName": "Npgsql",
4657
5278
  "isExtensionMethod": false
@@ -4671,6 +5292,7 @@
4671
5292
  "isVirtual": true,
4672
5293
  "isOverride": true,
4673
5294
  "isSealed": false,
5295
+ "visibility": "Public",
4674
5296
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme",
4675
5297
  "declaringAssemblyName": "Npgsql",
4676
5298
  "isExtensionMethod": false
@@ -4692,6 +5314,7 @@
4692
5314
  "isAbstract": false,
4693
5315
  "isVirtual": false,
4694
5316
  "isOverride": false,
5317
+ "visibility": "Public",
4695
5318
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme",
4696
5319
  "declaringAssemblyName": "Npgsql"
4697
5320
  },
@@ -4700,16 +5323,17 @@
4700
5323
  "clrName": "Item",
4701
5324
  "metadataToken": 385877149,
4702
5325
  "canonicalSignature": "[System.Int32]:NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos",
4703
- "normalizedSignature": "Item|[System.Int32]:NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos|static=false|accessor=get",
5326
+ "normalizedSignature": "Item|[System.Int32]:NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos|static=false|accessor=getset",
4704
5327
  "emitScope": "ClassSurface",
4705
5328
  "provenance": "Original",
4706
5329
  "isIndexer": true,
4707
5330
  "hasGetter": true,
4708
- "hasSetter": false,
5331
+ "hasSetter": true,
4709
5332
  "isStatic": false,
4710
5333
  "isAbstract": false,
4711
5334
  "isVirtual": false,
4712
5335
  "isOverride": false,
5336
+ "visibility": "Public",
4713
5337
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme",
4714
5338
  "declaringAssemblyName": "Npgsql"
4715
5339
  },
@@ -4728,6 +5352,7 @@
4728
5352
  "isAbstract": false,
4729
5353
  "isVirtual": false,
4730
5354
  "isOverride": false,
5355
+ "visibility": "Public",
4731
5356
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme",
4732
5357
  "declaringAssemblyName": "Npgsql"
4733
5358
  }
@@ -4742,6 +5367,7 @@
4742
5367
  "normalizedSignature": "constructor|(System.String):void|static=false",
4743
5368
  "isStatic": false,
4744
5369
  "parameterCount": 1,
5370
+ "visibility": "Public",
4745
5371
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme",
4746
5372
  "declaringAssemblyName": "Npgsql"
4747
5373
  },
@@ -4752,6 +5378,7 @@
4752
5378
  "normalizedSignature": "constructor|(System.String,System.Collections.Generic.List_1[[NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):void|static=false",
4753
5379
  "isStatic": false,
4754
5380
  "parameterCount": 2,
5381
+ "visibility": "Public",
4755
5382
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme",
4756
5383
  "declaringAssemblyName": "Npgsql"
4757
5384
  }
@@ -4768,6 +5395,19 @@
4768
5395
  "isSealed": true,
4769
5396
  "isStatic": false,
4770
5397
  "arity": 0,
5398
+ "baseType": {
5399
+ "stableId": "System.Private.CoreLib:System.ValueType",
5400
+ "clrName": "System.ValueType"
5401
+ },
5402
+ "interfaces": [
5403
+ {
5404
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
5405
+ "clrName": "System.IEquatable\u00601",
5406
+ "typeArguments": [
5407
+ "WordEntryPos"
5408
+ ]
5409
+ }
5410
+ ],
4771
5411
  "methods": [
4772
5412
  {
4773
5413
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos::ToString():System.String",
@@ -4784,6 +5424,7 @@
4784
5424
  "isVirtual": true,
4785
5425
  "isOverride": true,
4786
5426
  "isSealed": false,
5427
+ "visibility": "Public",
4787
5428
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos",
4788
5429
  "declaringAssemblyName": "Npgsql",
4789
5430
  "isExtensionMethod": false
@@ -4803,6 +5444,7 @@
4803
5444
  "isVirtual": true,
4804
5445
  "isOverride": false,
4805
5446
  "isSealed": true,
5447
+ "visibility": "Public",
4806
5448
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos",
4807
5449
  "declaringAssemblyName": "Npgsql",
4808
5450
  "isExtensionMethod": false
@@ -4822,6 +5464,7 @@
4822
5464
  "isVirtual": true,
4823
5465
  "isOverride": true,
4824
5466
  "isSealed": false,
5467
+ "visibility": "Public",
4825
5468
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos",
4826
5469
  "declaringAssemblyName": "Npgsql",
4827
5470
  "isExtensionMethod": false
@@ -4841,6 +5484,7 @@
4841
5484
  "isVirtual": true,
4842
5485
  "isOverride": true,
4843
5486
  "isSealed": false,
5487
+ "visibility": "Public",
4844
5488
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos",
4845
5489
  "declaringAssemblyName": "Npgsql",
4846
5490
  "isExtensionMethod": false
@@ -4862,6 +5506,7 @@
4862
5506
  "isAbstract": false,
4863
5507
  "isVirtual": false,
4864
5508
  "isOverride": false,
5509
+ "visibility": "Public",
4865
5510
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos",
4866
5511
  "declaringAssemblyName": "Npgsql"
4867
5512
  },
@@ -4880,6 +5525,7 @@
4880
5525
  "isAbstract": false,
4881
5526
  "isVirtual": false,
4882
5527
  "isOverride": false,
5528
+ "visibility": "Public",
4883
5529
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos",
4884
5530
  "declaringAssemblyName": "Npgsql"
4885
5531
  }
@@ -4894,6 +5540,7 @@
4894
5540
  "normalizedSignature": "constructor|(System.Int32,NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWeight):void|static=false",
4895
5541
  "isStatic": false,
4896
5542
  "parameterCount": 2,
5543
+ "visibility": "Public",
4897
5544
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector\u002BLexeme\u002BWordEntryPos",
4898
5545
  "declaringAssemblyName": "Npgsql"
4899
5546
  }
@@ -4910,6 +5557,13 @@
4910
5557
  "isSealed": false,
4911
5558
  "isStatic": false,
4912
5559
  "arity": 1,
5560
+ "baseType": {
5561
+ "stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.TypeConverter",
5562
+ "clrName": "System.ComponentModel.TypeConverter"
5563
+ },
5564
+ "typeParameters": [
5565
+ "T"
5566
+ ],
4913
5567
  "methods": [
4914
5568
  {
4915
5569
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlRange\u00601\u002BRangeTypeConverter::Register():System.Void",
@@ -4926,6 +5580,7 @@
4926
5580
  "isVirtual": false,
4927
5581
  "isOverride": false,
4928
5582
  "isSealed": false,
5583
+ "visibility": "Public",
4929
5584
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601\u002BRangeTypeConverter",
4930
5585
  "declaringAssemblyName": "Npgsql",
4931
5586
  "isExtensionMethod": false
@@ -4945,6 +5600,7 @@
4945
5600
  "isVirtual": true,
4946
5601
  "isOverride": true,
4947
5602
  "isSealed": false,
5603
+ "visibility": "Public",
4948
5604
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601\u002BRangeTypeConverter",
4949
5605
  "declaringAssemblyName": "Npgsql",
4950
5606
  "isExtensionMethod": false
@@ -4964,6 +5620,7 @@
4964
5620
  "isVirtual": true,
4965
5621
  "isOverride": true,
4966
5622
  "isSealed": false,
5623
+ "visibility": "Public",
4967
5624
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601\u002BRangeTypeConverter",
4968
5625
  "declaringAssemblyName": "Npgsql",
4969
5626
  "isExtensionMethod": false
@@ -4983,6 +5640,7 @@
4983
5640
  "isVirtual": true,
4984
5641
  "isOverride": true,
4985
5642
  "isSealed": false,
5643
+ "visibility": "Public",
4986
5644
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601\u002BRangeTypeConverter",
4987
5645
  "declaringAssemblyName": "Npgsql",
4988
5646
  "isExtensionMethod": false
@@ -5002,6 +5660,7 @@
5002
5660
  "isVirtual": true,
5003
5661
  "isOverride": true,
5004
5662
  "isSealed": false,
5663
+ "visibility": "Public",
5005
5664
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601\u002BRangeTypeConverter",
5006
5665
  "declaringAssemblyName": "Npgsql",
5007
5666
  "isExtensionMethod": false
@@ -5018,6 +5677,7 @@
5018
5677
  "normalizedSignature": "constructor|():void|static=false",
5019
5678
  "isStatic": false,
5020
5679
  "parameterCount": 0,
5680
+ "visibility": "Public",
5021
5681
  "declaringClrType": "NpgsqlTypes.NpgsqlRange\u00601\u002BRangeTypeConverter",
5022
5682
  "declaringAssemblyName": "Npgsql"
5023
5683
  }
@@ -5034,6 +5694,19 @@
5034
5694
  "isSealed": false,
5035
5695
  "isStatic": false,
5036
5696
  "arity": 0,
5697
+ "baseType": {
5698
+ "stableId": "System.Private.CoreLib:System.Object",
5699
+ "clrName": "System.Object"
5700
+ },
5701
+ "interfaces": [
5702
+ {
5703
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
5704
+ "clrName": "System.IEquatable\u00601",
5705
+ "typeArguments": [
5706
+ "NpgsqlTsQuery"
5707
+ ]
5708
+ }
5709
+ ],
5037
5710
  "methods": [
5038
5711
  {
5039
5712
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQuery::Write(System.Text.StringBuilder):System.Void",
@@ -5050,6 +5723,7 @@
5050
5723
  "isVirtual": false,
5051
5724
  "isOverride": false,
5052
5725
  "isSealed": false,
5726
+ "visibility": "Public",
5053
5727
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery",
5054
5728
  "declaringAssemblyName": "Npgsql",
5055
5729
  "isExtensionMethod": false
@@ -5069,6 +5743,7 @@
5069
5743
  "isVirtual": true,
5070
5744
  "isOverride": true,
5071
5745
  "isSealed": false,
5746
+ "visibility": "Public",
5072
5747
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery",
5073
5748
  "declaringAssemblyName": "Npgsql",
5074
5749
  "isExtensionMethod": false
@@ -5088,6 +5763,7 @@
5088
5763
  "isVirtual": false,
5089
5764
  "isOverride": false,
5090
5765
  "isSealed": false,
5766
+ "visibility": "Public",
5091
5767
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery",
5092
5768
  "declaringAssemblyName": "Npgsql",
5093
5769
  "isExtensionMethod": false
@@ -5107,6 +5783,7 @@
5107
5783
  "isVirtual": true,
5108
5784
  "isOverride": true,
5109
5785
  "isSealed": false,
5786
+ "visibility": "Public",
5110
5787
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery",
5111
5788
  "declaringAssemblyName": "Npgsql",
5112
5789
  "isExtensionMethod": false
@@ -5126,6 +5803,7 @@
5126
5803
  "isVirtual": true,
5127
5804
  "isOverride": true,
5128
5805
  "isSealed": false,
5806
+ "visibility": "Public",
5129
5807
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery",
5130
5808
  "declaringAssemblyName": "Npgsql",
5131
5809
  "isExtensionMethod": false
@@ -5145,6 +5823,7 @@
5145
5823
  "isVirtual": true,
5146
5824
  "isOverride": false,
5147
5825
  "isSealed": false,
5826
+ "visibility": "Public",
5148
5827
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery",
5149
5828
  "declaringAssemblyName": "Npgsql",
5150
5829
  "isExtensionMethod": false
@@ -5166,13 +5845,26 @@
5166
5845
  "isAbstract": false,
5167
5846
  "isVirtual": false,
5168
5847
  "isOverride": false,
5848
+ "visibility": "Public",
5169
5849
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery",
5170
5850
  "declaringAssemblyName": "Npgsql"
5171
5851
  }
5172
5852
  ],
5173
5853
  "fields": [],
5174
5854
  "events": [],
5175
- "constructors": []
5855
+ "constructors": [
5856
+ {
5857
+ "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQuery::.ctor(NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind):void",
5858
+ "metadataToken": 100663377,
5859
+ "canonicalSignature": "(NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind):void",
5860
+ "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind):void|static=false",
5861
+ "isStatic": false,
5862
+ "parameterCount": 1,
5863
+ "visibility": "Protected",
5864
+ "declaringClrType": "NpgsqlTypes.NpgsqlTsQuery",
5865
+ "declaringAssemblyName": "Npgsql"
5866
+ }
5867
+ ]
5176
5868
  },
5177
5869
  {
5178
5870
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryAnd",
@@ -5185,6 +5877,19 @@
5185
5877
  "isSealed": true,
5186
5878
  "isStatic": false,
5187
5879
  "arity": 0,
5880
+ "baseType": {
5881
+ "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryBinOp",
5882
+ "clrName": "NpgsqlTypes.NpgsqlTsQueryBinOp"
5883
+ },
5884
+ "interfaces": [
5885
+ {
5886
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
5887
+ "clrName": "System.IEquatable\u00601",
5888
+ "typeArguments": [
5889
+ "NpgsqlTsQuery"
5890
+ ]
5891
+ }
5892
+ ],
5188
5893
  "methods": [
5189
5894
  {
5190
5895
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryAnd::Equals(NpgsqlTypes.NpgsqlTsQuery):System.Boolean",
@@ -5201,6 +5906,7 @@
5201
5906
  "isVirtual": true,
5202
5907
  "isOverride": true,
5203
5908
  "isSealed": false,
5909
+ "visibility": "Public",
5204
5910
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryAnd",
5205
5911
  "declaringAssemblyName": "Npgsql",
5206
5912
  "isExtensionMethod": false
@@ -5220,6 +5926,7 @@
5220
5926
  "isVirtual": true,
5221
5927
  "isOverride": true,
5222
5928
  "isSealed": false,
5929
+ "visibility": "Public",
5223
5930
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryAnd",
5224
5931
  "declaringAssemblyName": "Npgsql",
5225
5932
  "isExtensionMethod": false
@@ -5239,6 +5946,7 @@
5239
5946
  "isVirtual": true,
5240
5947
  "isOverride": false,
5241
5948
  "isSealed": false,
5949
+ "visibility": "Public",
5242
5950
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryAnd",
5243
5951
  "declaringAssemblyName": "Npgsql",
5244
5952
  "isExtensionMethod": false
@@ -5255,6 +5963,7 @@
5255
5963
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlTsQuery,NpgsqlTypes.NpgsqlTsQuery):void|static=false",
5256
5964
  "isStatic": false,
5257
5965
  "parameterCount": 2,
5966
+ "visibility": "Public",
5258
5967
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryAnd",
5259
5968
  "declaringAssemblyName": "Npgsql"
5260
5969
  }
@@ -5271,6 +5980,19 @@
5271
5980
  "isSealed": false,
5272
5981
  "isStatic": false,
5273
5982
  "arity": 0,
5983
+ "baseType": {
5984
+ "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQuery",
5985
+ "clrName": "NpgsqlTypes.NpgsqlTsQuery"
5986
+ },
5987
+ "interfaces": [
5988
+ {
5989
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
5990
+ "clrName": "System.IEquatable\u00601",
5991
+ "typeArguments": [
5992
+ "NpgsqlTsQuery"
5993
+ ]
5994
+ }
5995
+ ],
5274
5996
  "methods": [],
5275
5997
  "properties": [
5276
5998
  {
@@ -5288,6 +6010,7 @@
5288
6010
  "isAbstract": false,
5289
6011
  "isVirtual": false,
5290
6012
  "isOverride": false,
6013
+ "visibility": "Public",
5291
6014
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryBinOp",
5292
6015
  "declaringAssemblyName": "Npgsql"
5293
6016
  },
@@ -5306,13 +6029,26 @@
5306
6029
  "isAbstract": false,
5307
6030
  "isVirtual": false,
5308
6031
  "isOverride": false,
6032
+ "visibility": "Public",
5309
6033
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryBinOp",
5310
6034
  "declaringAssemblyName": "Npgsql"
5311
6035
  }
5312
6036
  ],
5313
6037
  "fields": [],
5314
6038
  "events": [],
5315
- "constructors": []
6039
+ "constructors": [
6040
+ {
6041
+ "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryBinOp::.ctor(NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind,NpgsqlTypes.NpgsqlTsQuery,NpgsqlTypes.NpgsqlTsQuery):void",
6042
+ "metadataToken": 100663412,
6043
+ "canonicalSignature": "(NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind,NpgsqlTypes.NpgsqlTsQuery,NpgsqlTypes.NpgsqlTsQuery):void",
6044
+ "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlTsQuery\u002BNodeKind,NpgsqlTypes.NpgsqlTsQuery,NpgsqlTypes.NpgsqlTsQuery):void|static=false",
6045
+ "isStatic": false,
6046
+ "parameterCount": 3,
6047
+ "visibility": "Protected",
6048
+ "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryBinOp",
6049
+ "declaringAssemblyName": "Npgsql"
6050
+ }
6051
+ ]
5316
6052
  },
5317
6053
  {
5318
6054
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryEmpty",
@@ -5325,6 +6061,19 @@
5325
6061
  "isSealed": true,
5326
6062
  "isStatic": false,
5327
6063
  "arity": 0,
6064
+ "baseType": {
6065
+ "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQuery",
6066
+ "clrName": "NpgsqlTypes.NpgsqlTsQuery"
6067
+ },
6068
+ "interfaces": [
6069
+ {
6070
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
6071
+ "clrName": "System.IEquatable\u00601",
6072
+ "typeArguments": [
6073
+ "NpgsqlTsQuery"
6074
+ ]
6075
+ }
6076
+ ],
5328
6077
  "methods": [
5329
6078
  {
5330
6079
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryEmpty::Equals(NpgsqlTypes.NpgsqlTsQuery):System.Boolean",
@@ -5341,6 +6090,7 @@
5341
6090
  "isVirtual": true,
5342
6091
  "isOverride": true,
5343
6092
  "isSealed": false,
6093
+ "visibility": "Public",
5344
6094
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryEmpty",
5345
6095
  "declaringAssemblyName": "Npgsql",
5346
6096
  "isExtensionMethod": false
@@ -5360,6 +6110,7 @@
5360
6110
  "isVirtual": true,
5361
6111
  "isOverride": true,
5362
6112
  "isSealed": false,
6113
+ "visibility": "Public",
5363
6114
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryEmpty",
5364
6115
  "declaringAssemblyName": "Npgsql",
5365
6116
  "isExtensionMethod": false
@@ -5379,6 +6130,7 @@
5379
6130
  "isVirtual": true,
5380
6131
  "isOverride": false,
5381
6132
  "isSealed": false,
6133
+ "visibility": "Public",
5382
6134
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryEmpty",
5383
6135
  "declaringAssemblyName": "Npgsql",
5384
6136
  "isExtensionMethod": false
@@ -5395,6 +6147,7 @@
5395
6147
  "normalizedSignature": "constructor|():void|static=false",
5396
6148
  "isStatic": false,
5397
6149
  "parameterCount": 0,
6150
+ "visibility": "Public",
5398
6151
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryEmpty",
5399
6152
  "declaringAssemblyName": "Npgsql"
5400
6153
  }
@@ -5411,6 +6164,19 @@
5411
6164
  "isSealed": true,
5412
6165
  "isStatic": false,
5413
6166
  "arity": 0,
6167
+ "baseType": {
6168
+ "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryBinOp",
6169
+ "clrName": "NpgsqlTypes.NpgsqlTsQueryBinOp"
6170
+ },
6171
+ "interfaces": [
6172
+ {
6173
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
6174
+ "clrName": "System.IEquatable\u00601",
6175
+ "typeArguments": [
6176
+ "NpgsqlTsQuery"
6177
+ ]
6178
+ }
6179
+ ],
5414
6180
  "methods": [
5415
6181
  {
5416
6182
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryFollowedBy::Equals(NpgsqlTypes.NpgsqlTsQuery):System.Boolean",
@@ -5427,6 +6193,7 @@
5427
6193
  "isVirtual": true,
5428
6194
  "isOverride": true,
5429
6195
  "isSealed": false,
6196
+ "visibility": "Public",
5430
6197
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryFollowedBy",
5431
6198
  "declaringAssemblyName": "Npgsql",
5432
6199
  "isExtensionMethod": false
@@ -5446,6 +6213,7 @@
5446
6213
  "isVirtual": true,
5447
6214
  "isOverride": true,
5448
6215
  "isSealed": false,
6216
+ "visibility": "Public",
5449
6217
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryFollowedBy",
5450
6218
  "declaringAssemblyName": "Npgsql",
5451
6219
  "isExtensionMethod": false
@@ -5465,6 +6233,7 @@
5465
6233
  "isVirtual": true,
5466
6234
  "isOverride": false,
5467
6235
  "isSealed": false,
6236
+ "visibility": "Public",
5468
6237
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryFollowedBy",
5469
6238
  "declaringAssemblyName": "Npgsql",
5470
6239
  "isExtensionMethod": false
@@ -5486,6 +6255,7 @@
5486
6255
  "isAbstract": false,
5487
6256
  "isVirtual": false,
5488
6257
  "isOverride": false,
6258
+ "visibility": "Public",
5489
6259
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryFollowedBy",
5490
6260
  "declaringAssemblyName": "Npgsql"
5491
6261
  }
@@ -5500,6 +6270,7 @@
5500
6270
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlTsQuery,System.Int16,NpgsqlTypes.NpgsqlTsQuery):void|static=false",
5501
6271
  "isStatic": false,
5502
6272
  "parameterCount": 3,
6273
+ "visibility": "Public",
5503
6274
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryFollowedBy",
5504
6275
  "declaringAssemblyName": "Npgsql"
5505
6276
  }
@@ -5516,6 +6287,19 @@
5516
6287
  "isSealed": true,
5517
6288
  "isStatic": false,
5518
6289
  "arity": 0,
6290
+ "baseType": {
6291
+ "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQuery",
6292
+ "clrName": "NpgsqlTypes.NpgsqlTsQuery"
6293
+ },
6294
+ "interfaces": [
6295
+ {
6296
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
6297
+ "clrName": "System.IEquatable\u00601",
6298
+ "typeArguments": [
6299
+ "NpgsqlTsQuery"
6300
+ ]
6301
+ }
6302
+ ],
5519
6303
  "methods": [
5520
6304
  {
5521
6305
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryLexeme::Equals(NpgsqlTypes.NpgsqlTsQuery):System.Boolean",
@@ -5532,6 +6316,7 @@
5532
6316
  "isVirtual": true,
5533
6317
  "isOverride": true,
5534
6318
  "isSealed": false,
6319
+ "visibility": "Public",
5535
6320
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme",
5536
6321
  "declaringAssemblyName": "Npgsql",
5537
6322
  "isExtensionMethod": false
@@ -5551,6 +6336,7 @@
5551
6336
  "isVirtual": true,
5552
6337
  "isOverride": true,
5553
6338
  "isSealed": false,
6339
+ "visibility": "Public",
5554
6340
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme",
5555
6341
  "declaringAssemblyName": "Npgsql",
5556
6342
  "isExtensionMethod": false
@@ -5570,6 +6356,7 @@
5570
6356
  "isVirtual": true,
5571
6357
  "isOverride": false,
5572
6358
  "isSealed": false,
6359
+ "visibility": "Public",
5573
6360
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme",
5574
6361
  "declaringAssemblyName": "Npgsql",
5575
6362
  "isExtensionMethod": false
@@ -5591,6 +6378,7 @@
5591
6378
  "isAbstract": false,
5592
6379
  "isVirtual": false,
5593
6380
  "isOverride": false,
6381
+ "visibility": "Public",
5594
6382
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme",
5595
6383
  "declaringAssemblyName": "Npgsql"
5596
6384
  },
@@ -5609,6 +6397,7 @@
5609
6397
  "isAbstract": false,
5610
6398
  "isVirtual": false,
5611
6399
  "isOverride": false,
6400
+ "visibility": "Public",
5612
6401
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme",
5613
6402
  "declaringAssemblyName": "Npgsql"
5614
6403
  },
@@ -5627,6 +6416,7 @@
5627
6416
  "isAbstract": false,
5628
6417
  "isVirtual": false,
5629
6418
  "isOverride": false,
6419
+ "visibility": "Public",
5630
6420
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme",
5631
6421
  "declaringAssemblyName": "Npgsql"
5632
6422
  }
@@ -5641,6 +6431,7 @@
5641
6431
  "normalizedSignature": "constructor|(System.String):void|static=false",
5642
6432
  "isStatic": false,
5643
6433
  "parameterCount": 1,
6434
+ "visibility": "Public",
5644
6435
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme",
5645
6436
  "declaringAssemblyName": "Npgsql"
5646
6437
  },
@@ -5651,6 +6442,7 @@
5651
6442
  "normalizedSignature": "constructor|(System.String,NpgsqlTypes.NpgsqlTsQueryLexeme\u002BWeight):void|static=false",
5652
6443
  "isStatic": false,
5653
6444
  "parameterCount": 2,
6445
+ "visibility": "Public",
5654
6446
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme",
5655
6447
  "declaringAssemblyName": "Npgsql"
5656
6448
  },
@@ -5661,6 +6453,7 @@
5661
6453
  "normalizedSignature": "constructor|(System.String,NpgsqlTypes.NpgsqlTsQueryLexeme\u002BWeight,System.Boolean):void|static=false",
5662
6454
  "isStatic": false,
5663
6455
  "parameterCount": 3,
6456
+ "visibility": "Public",
5664
6457
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryLexeme",
5665
6458
  "declaringAssemblyName": "Npgsql"
5666
6459
  }
@@ -5677,6 +6470,19 @@
5677
6470
  "isSealed": true,
5678
6471
  "isStatic": false,
5679
6472
  "arity": 0,
6473
+ "baseType": {
6474
+ "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQuery",
6475
+ "clrName": "NpgsqlTypes.NpgsqlTsQuery"
6476
+ },
6477
+ "interfaces": [
6478
+ {
6479
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
6480
+ "clrName": "System.IEquatable\u00601",
6481
+ "typeArguments": [
6482
+ "NpgsqlTsQuery"
6483
+ ]
6484
+ }
6485
+ ],
5680
6486
  "methods": [
5681
6487
  {
5682
6488
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryNot::Equals(NpgsqlTypes.NpgsqlTsQuery):System.Boolean",
@@ -5693,6 +6499,7 @@
5693
6499
  "isVirtual": true,
5694
6500
  "isOverride": true,
5695
6501
  "isSealed": false,
6502
+ "visibility": "Public",
5696
6503
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryNot",
5697
6504
  "declaringAssemblyName": "Npgsql",
5698
6505
  "isExtensionMethod": false
@@ -5712,6 +6519,7 @@
5712
6519
  "isVirtual": true,
5713
6520
  "isOverride": true,
5714
6521
  "isSealed": false,
6522
+ "visibility": "Public",
5715
6523
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryNot",
5716
6524
  "declaringAssemblyName": "Npgsql",
5717
6525
  "isExtensionMethod": false
@@ -5731,6 +6539,7 @@
5731
6539
  "isVirtual": true,
5732
6540
  "isOverride": false,
5733
6541
  "isSealed": false,
6542
+ "visibility": "Public",
5734
6543
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryNot",
5735
6544
  "declaringAssemblyName": "Npgsql",
5736
6545
  "isExtensionMethod": false
@@ -5752,6 +6561,7 @@
5752
6561
  "isAbstract": false,
5753
6562
  "isVirtual": false,
5754
6563
  "isOverride": false,
6564
+ "visibility": "Public",
5755
6565
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryNot",
5756
6566
  "declaringAssemblyName": "Npgsql"
5757
6567
  }
@@ -5766,6 +6576,7 @@
5766
6576
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlTsQuery):void|static=false",
5767
6577
  "isStatic": false,
5768
6578
  "parameterCount": 1,
6579
+ "visibility": "Public",
5769
6580
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryNot",
5770
6581
  "declaringAssemblyName": "Npgsql"
5771
6582
  }
@@ -5782,6 +6593,19 @@
5782
6593
  "isSealed": true,
5783
6594
  "isStatic": false,
5784
6595
  "arity": 0,
6596
+ "baseType": {
6597
+ "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryBinOp",
6598
+ "clrName": "NpgsqlTypes.NpgsqlTsQueryBinOp"
6599
+ },
6600
+ "interfaces": [
6601
+ {
6602
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
6603
+ "clrName": "System.IEquatable\u00601",
6604
+ "typeArguments": [
6605
+ "NpgsqlTsQuery"
6606
+ ]
6607
+ }
6608
+ ],
5785
6609
  "methods": [
5786
6610
  {
5787
6611
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsQueryOr::Equals(NpgsqlTypes.NpgsqlTsQuery):System.Boolean",
@@ -5798,6 +6622,7 @@
5798
6622
  "isVirtual": true,
5799
6623
  "isOverride": true,
5800
6624
  "isSealed": false,
6625
+ "visibility": "Public",
5801
6626
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryOr",
5802
6627
  "declaringAssemblyName": "Npgsql",
5803
6628
  "isExtensionMethod": false
@@ -5817,6 +6642,7 @@
5817
6642
  "isVirtual": true,
5818
6643
  "isOverride": true,
5819
6644
  "isSealed": false,
6645
+ "visibility": "Public",
5820
6646
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryOr",
5821
6647
  "declaringAssemblyName": "Npgsql",
5822
6648
  "isExtensionMethod": false
@@ -5836,6 +6662,7 @@
5836
6662
  "isVirtual": true,
5837
6663
  "isOverride": false,
5838
6664
  "isSealed": false,
6665
+ "visibility": "Public",
5839
6666
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryOr",
5840
6667
  "declaringAssemblyName": "Npgsql",
5841
6668
  "isExtensionMethod": false
@@ -5852,6 +6679,7 @@
5852
6679
  "normalizedSignature": "constructor|(NpgsqlTypes.NpgsqlTsQuery,NpgsqlTypes.NpgsqlTsQuery):void|static=false",
5853
6680
  "isStatic": false,
5854
6681
  "parameterCount": 2,
6682
+ "visibility": "Public",
5855
6683
  "declaringClrType": "NpgsqlTypes.NpgsqlTsQueryOr",
5856
6684
  "declaringAssemblyName": "Npgsql"
5857
6685
  }
@@ -5868,6 +6696,30 @@
5868
6696
  "isSealed": true,
5869
6697
  "isStatic": false,
5870
6698
  "arity": 0,
6699
+ "baseType": {
6700
+ "stableId": "System.Private.CoreLib:System.Object",
6701
+ "clrName": "System.Object"
6702
+ },
6703
+ "interfaces": [
6704
+ {
6705
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
6706
+ "clrName": "System.Collections.Generic.IEnumerable\u00601",
6707
+ "typeArguments": [
6708
+ "Lexeme"
6709
+ ]
6710
+ },
6711
+ {
6712
+ "stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
6713
+ "clrName": "System.Collections.IEnumerable"
6714
+ },
6715
+ {
6716
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
6717
+ "clrName": "System.IEquatable\u00601",
6718
+ "typeArguments": [
6719
+ "NpgsqlTsVector"
6720
+ ]
6721
+ }
6722
+ ],
5871
6723
  "methods": [
5872
6724
  {
5873
6725
  "stableId": "Npgsql:NpgsqlTypes.NpgsqlTsVector::Parse(System.String):NpgsqlTypes.NpgsqlTsVector",
@@ -5884,6 +6736,7 @@
5884
6736
  "isVirtual": false,
5885
6737
  "isOverride": false,
5886
6738
  "isSealed": false,
6739
+ "visibility": "Public",
5887
6740
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector",
5888
6741
  "declaringAssemblyName": "Npgsql",
5889
6742
  "isExtensionMethod": false
@@ -5903,6 +6756,7 @@
5903
6756
  "isVirtual": true,
5904
6757
  "isOverride": false,
5905
6758
  "isSealed": true,
6759
+ "visibility": "Public",
5906
6760
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector",
5907
6761
  "declaringAssemblyName": "Npgsql",
5908
6762
  "isExtensionMethod": false
@@ -5922,6 +6776,7 @@
5922
6776
  "isVirtual": true,
5923
6777
  "isOverride": true,
5924
6778
  "isSealed": false,
6779
+ "visibility": "Public",
5925
6780
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector",
5926
6781
  "declaringAssemblyName": "Npgsql",
5927
6782
  "isExtensionMethod": false
@@ -5941,6 +6796,7 @@
5941
6796
  "isVirtual": true,
5942
6797
  "isOverride": false,
5943
6798
  "isSealed": true,
6799
+ "visibility": "Public",
5944
6800
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector",
5945
6801
  "declaringAssemblyName": "Npgsql",
5946
6802
  "isExtensionMethod": false
@@ -5960,6 +6816,7 @@
5960
6816
  "isVirtual": true,
5961
6817
  "isOverride": true,
5962
6818
  "isSealed": false,
6819
+ "visibility": "Public",
5963
6820
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector",
5964
6821
  "declaringAssemblyName": "Npgsql",
5965
6822
  "isExtensionMethod": false
@@ -5979,6 +6836,7 @@
5979
6836
  "isVirtual": true,
5980
6837
  "isOverride": true,
5981
6838
  "isSealed": false,
6839
+ "visibility": "Public",
5982
6840
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector",
5983
6841
  "declaringAssemblyName": "Npgsql",
5984
6842
  "isExtensionMethod": false
@@ -6000,6 +6858,7 @@
6000
6858
  "isAbstract": false,
6001
6859
  "isVirtual": false,
6002
6860
  "isOverride": false,
6861
+ "visibility": "Public",
6003
6862
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector",
6004
6863
  "declaringAssemblyName": "Npgsql"
6005
6864
  },
@@ -6018,6 +6877,7 @@
6018
6877
  "isAbstract": false,
6019
6878
  "isVirtual": false,
6020
6879
  "isOverride": false,
6880
+ "visibility": "Public",
6021
6881
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector",
6022
6882
  "declaringAssemblyName": "Npgsql"
6023
6883
  }
@@ -6031,6 +6891,7 @@
6031
6891
  "isStatic": true,
6032
6892
  "isReadOnly": true,
6033
6893
  "isLiteral": false,
6894
+ "visibility": "Public",
6034
6895
  "declaringClrType": "NpgsqlTypes.NpgsqlTsVector",
6035
6896
  "declaringAssemblyName": "Npgsql"
6036
6897
  }
@@ -6049,6 +6910,10 @@
6049
6910
  "isSealed": false,
6050
6911
  "isStatic": false,
6051
6912
  "arity": 0,
6913
+ "baseType": {
6914
+ "stableId": "System.Private.CoreLib:System.Attribute",
6915
+ "clrName": "System.Attribute"
6916
+ },
6052
6917
  "methods": [],
6053
6918
  "properties": [
6054
6919
  {
@@ -6066,6 +6931,7 @@
6066
6931
  "isAbstract": false,
6067
6932
  "isVirtual": false,
6068
6933
  "isOverride": false,
6934
+ "visibility": "Public",
6069
6935
  "declaringClrType": "NpgsqlTypes.PgNameAttribute",
6070
6936
  "declaringAssemblyName": "Npgsql"
6071
6937
  }
@@ -6080,6 +6946,7 @@
6080
6946
  "normalizedSignature": "constructor|(System.String):void|static=false",
6081
6947
  "isStatic": false,
6082
6948
  "parameterCount": 1,
6949
+ "visibility": "Public",
6083
6950
  "declaringClrType": "NpgsqlTypes.PgNameAttribute",
6084
6951
  "declaringAssemblyName": "Npgsql"
6085
6952
  }