@tsonic/efcore-npgsql 0.1.1

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 (234) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.EntityFrameworkCore/bindings.json +14997 -0
  3. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +795 -0
  4. package/Microsoft.EntityFrameworkCore/internal/metadata.json +10154 -0
  5. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +356 -0
  6. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +34 -0
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +172 -0
  8. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +13 -0
  9. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  10. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +50 -0
  11. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +22 -0
  12. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +49 -0
  13. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +13 -0
  14. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  15. package/Microsoft.EntityFrameworkCore.d.ts +58 -0
  16. package/Microsoft.EntityFrameworkCore.js +9 -0
  17. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  18. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  19. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  20. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  21. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  22. package/Npgsql/bindings.json +26674 -0
  23. package/Npgsql/internal/index.d.ts +1619 -0
  24. package/Npgsql/internal/metadata.json +15514 -0
  25. package/Npgsql.BackendMessages/bindings.json +95 -0
  26. package/Npgsql.BackendMessages/internal/index.d.ts +25 -0
  27. package/Npgsql.BackendMessages/internal/metadata.json +72 -0
  28. package/Npgsql.BackendMessages.d.ts +12 -0
  29. package/Npgsql.BackendMessages.js +9 -0
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +153 -0
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +32 -0
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +60 -0
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +404 -0
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +66 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +269 -0
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.d.ts +22 -0
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.js +9 -0
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +399 -0
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +40 -0
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +184 -0
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.d.ts +12 -0
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.js +9 -0
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +152 -0
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +26 -0
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +125 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +14 -0
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.js +9 -0
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +499 -0
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +65 -0
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +342 -0
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +1540 -0
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +128 -0
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +985 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +25 -0
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.js +9 -0
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +21 -0
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.js +9 -0
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +1581 -0
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +110 -0
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +1064 -0
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +20 -0
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.js +9 -0
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +1548 -0
  64. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +149 -0
  65. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +990 -0
  66. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -0
  67. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +111 -0
  68. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +317 -0
  69. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +27 -0
  70. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.js +9 -0
  71. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +1255 -0
  72. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +101 -0
  73. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +664 -0
  74. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.d.ts +18 -0
  75. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.js +9 -0
  76. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.d.ts +26 -0
  77. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.js +9 -0
  78. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +138 -0
  79. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +33 -0
  80. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +95 -0
  81. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +394 -0
  82. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +58 -0
  83. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +262 -0
  84. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +23 -0
  85. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.js +9 -0
  86. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +175 -0
  87. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +45 -0
  88. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +114 -0
  89. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.d.ts +16 -0
  90. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.js +9 -0
  91. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +18 -0
  92. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.js +9 -0
  93. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +522 -0
  94. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +51 -0
  95. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +351 -0
  96. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +2098 -0
  97. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +413 -0
  98. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +1349 -0
  99. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.d.ts +54 -0
  100. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.js +9 -0
  101. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +671 -0
  102. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +45 -0
  103. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +304 -0
  104. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +4396 -0
  105. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +360 -0
  106. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +2783 -0
  107. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.d.ts +36 -0
  108. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.js +9 -0
  109. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.d.ts +12 -0
  110. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.js +9 -0
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +1277 -0
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +266 -0
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +806 -0
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +39 -0
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.js +9 -0
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.d.ts +20 -0
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.js +9 -0
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +151 -0
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +43 -0
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +102 -0
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.d.ts +19 -0
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.js +9 -0
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +1237 -0
  124. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +164 -0
  125. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +807 -0
  126. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +267 -0
  127. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +52 -0
  128. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +186 -0
  129. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.d.ts +18 -0
  130. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.js +9 -0
  131. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +8287 -0
  132. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +1225 -0
  133. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +4823 -0
  134. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.d.ts +93 -0
  135. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.js +9 -0
  136. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +34 -0
  137. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.js +9 -0
  138. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +85 -0
  139. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +25 -0
  140. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +51 -0
  141. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.d.ts +13 -0
  142. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.js +9 -0
  143. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +500 -0
  144. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +85 -0
  145. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +341 -0
  146. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +20 -0
  147. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.js +9 -0
  148. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +181 -0
  149. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +40 -0
  150. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +118 -0
  151. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +469 -0
  152. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +110 -0
  153. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +323 -0
  154. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +24 -0
  155. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.js +9 -0
  156. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.d.ts +15 -0
  157. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.js +9 -0
  158. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +15 -0
  159. package/Npgsql.EntityFrameworkCore.PostgreSQL.js +9 -0
  160. package/Npgsql.Internal/bindings.json +6965 -0
  161. package/Npgsql.Internal/internal/index.d.ts +591 -0
  162. package/Npgsql.Internal/internal/metadata.json +4555 -0
  163. package/Npgsql.Internal.Postgres/bindings.json +973 -0
  164. package/Npgsql.Internal.Postgres/internal/index.d.ts +89 -0
  165. package/Npgsql.Internal.Postgres/internal/metadata.json +619 -0
  166. package/Npgsql.Internal.Postgres.d.ts +15 -0
  167. package/Npgsql.Internal.Postgres.js +9 -0
  168. package/Npgsql.Internal.d.ts +78 -0
  169. package/Npgsql.Internal.js +9 -0
  170. package/Npgsql.NameTranslation/bindings.json +266 -0
  171. package/Npgsql.NameTranslation/internal/index.d.ts +56 -0
  172. package/Npgsql.NameTranslation/internal/metadata.json +173 -0
  173. package/Npgsql.NameTranslation.d.ts +15 -0
  174. package/Npgsql.NameTranslation.js +9 -0
  175. package/Npgsql.PostgresTypes/bindings.json +1375 -0
  176. package/Npgsql.PostgresTypes/internal/index.d.ts +141 -0
  177. package/Npgsql.PostgresTypes/internal/metadata.json +480 -0
  178. package/Npgsql.PostgresTypes.d.ts +22 -0
  179. package/Npgsql.PostgresTypes.js +9 -0
  180. package/Npgsql.Replication/bindings.json +1909 -0
  181. package/Npgsql.Replication/internal/index.d.ts +192 -0
  182. package/Npgsql.Replication/internal/metadata.json +972 -0
  183. package/Npgsql.Replication.Internal/bindings.json +165 -0
  184. package/Npgsql.Replication.Internal/internal/index.d.ts +38 -0
  185. package/Npgsql.Replication.Internal/internal/metadata.json +119 -0
  186. package/Npgsql.Replication.Internal.d.ts +21 -0
  187. package/Npgsql.Replication.Internal.js +9 -0
  188. package/Npgsql.Replication.PgOutput/bindings.json +1124 -0
  189. package/Npgsql.Replication.PgOutput/internal/index.d.ts +115 -0
  190. package/Npgsql.Replication.PgOutput/internal/metadata.json +644 -0
  191. package/Npgsql.Replication.PgOutput.Messages/bindings.json +4397 -0
  192. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +476 -0
  193. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +1905 -0
  194. package/Npgsql.Replication.PgOutput.Messages.d.ts +56 -0
  195. package/Npgsql.Replication.PgOutput.Messages.js +9 -0
  196. package/Npgsql.Replication.PgOutput.d.ts +26 -0
  197. package/Npgsql.Replication.PgOutput.js +9 -0
  198. package/Npgsql.Replication.TestDecoding/bindings.json +522 -0
  199. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +63 -0
  200. package/Npgsql.Replication.TestDecoding/internal/metadata.json +283 -0
  201. package/Npgsql.Replication.TestDecoding.d.ts +17 -0
  202. package/Npgsql.Replication.TestDecoding.js +9 -0
  203. package/Npgsql.Replication.d.ts +36 -0
  204. package/Npgsql.Replication.js +9 -0
  205. package/Npgsql.Schema/bindings.json +714 -0
  206. package/Npgsql.Schema/internal/index.d.ts +54 -0
  207. package/Npgsql.Schema/internal/metadata.json +451 -0
  208. package/Npgsql.Schema.d.ts +15 -0
  209. package/Npgsql.Schema.js +9 -0
  210. package/Npgsql.TypeMapping/bindings.json +350 -0
  211. package/Npgsql.TypeMapping/internal/index.d.ts +43 -0
  212. package/Npgsql.TypeMapping/internal/metadata.json +248 -0
  213. package/Npgsql.TypeMapping.d.ts +16 -0
  214. package/Npgsql.TypeMapping.js +9 -0
  215. package/Npgsql.Util/bindings.json +17 -0
  216. package/Npgsql.Util/internal/index.d.ts +22 -0
  217. package/Npgsql.Util/internal/metadata.json +24 -0
  218. package/Npgsql.Util.d.ts +12 -0
  219. package/Npgsql.Util.js +9 -0
  220. package/Npgsql.d.ts +99 -0
  221. package/Npgsql.js +9 -0
  222. package/NpgsqlTypes/bindings.json +8946 -0
  223. package/NpgsqlTypes/internal/index.d.ts +654 -0
  224. package/NpgsqlTypes/internal/metadata.json +5014 -0
  225. package/NpgsqlTypes.d.ts +47 -0
  226. package/NpgsqlTypes.js +9 -0
  227. package/README.md +5 -0
  228. package/__build/ref/Program.cs +5 -0
  229. package/__build/ref/ref.csproj +13 -0
  230. package/__build/scripts/generate.sh +113 -0
  231. package/__internal/extensions/index.d.ts +163 -0
  232. package/families.json +23 -0
  233. package/package.json +28 -0
  234. package/tsconfig.json +20 -0
@@ -0,0 +1,4555 @@
1
+ {
2
+ "namespace": "Npgsql.Internal",
3
+ "contributingAssemblies": [
4
+ "Npgsql"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Npgsql:Npgsql.Internal.DataFormat",
9
+ "clrName": "Npgsql.Internal.DataFormat",
10
+ "tsEmitName": "DataFormat",
11
+ "kind": "Enum",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": true,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [],
19
+ "fields": [
20
+ {
21
+ "stableId": "Npgsql:Npgsql.Internal.DataFormat::value__System.Byte",
22
+ "clrName": "value__",
23
+ "tsEmitName": "value__",
24
+ "normalizedSignature": "value__|System.Byte|static=false|const=false",
25
+ "isStatic": false,
26
+ "isReadOnly": false,
27
+ "isLiteral": false
28
+ },
29
+ {
30
+ "stableId": "Npgsql:Npgsql.Internal.DataFormat::BinaryNpgsql.Internal.DataFormat",
31
+ "clrName": "Binary",
32
+ "tsEmitName": "binary",
33
+ "normalizedSignature": "Binary|Npgsql.Internal.DataFormat|static=true|const=true",
34
+ "isStatic": true,
35
+ "isReadOnly": false,
36
+ "isLiteral": true
37
+ },
38
+ {
39
+ "stableId": "Npgsql:Npgsql.Internal.DataFormat::TextNpgsql.Internal.DataFormat",
40
+ "clrName": "Text",
41
+ "tsEmitName": "text",
42
+ "normalizedSignature": "Text|Npgsql.Internal.DataFormat|static=true|const=true",
43
+ "isStatic": true,
44
+ "isReadOnly": false,
45
+ "isLiteral": true
46
+ }
47
+ ],
48
+ "events": [],
49
+ "constructors": []
50
+ },
51
+ {
52
+ "stableId": "Npgsql:Npgsql.Internal.MatchRequirement",
53
+ "clrName": "Npgsql.Internal.MatchRequirement",
54
+ "tsEmitName": "MatchRequirement",
55
+ "kind": "Enum",
56
+ "accessibility": "Public",
57
+ "isAbstract": false,
58
+ "isSealed": true,
59
+ "isStatic": false,
60
+ "arity": 0,
61
+ "methods": [],
62
+ "properties": [],
63
+ "fields": [
64
+ {
65
+ "stableId": "Npgsql:Npgsql.Internal.MatchRequirement::value__System.Int32",
66
+ "clrName": "value__",
67
+ "tsEmitName": "value__",
68
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
69
+ "isStatic": false,
70
+ "isReadOnly": false,
71
+ "isLiteral": false
72
+ },
73
+ {
74
+ "stableId": "Npgsql:Npgsql.Internal.MatchRequirement::AllNpgsql.Internal.MatchRequirement",
75
+ "clrName": "All",
76
+ "tsEmitName": "all",
77
+ "normalizedSignature": "All|Npgsql.Internal.MatchRequirement|static=true|const=true",
78
+ "isStatic": true,
79
+ "isReadOnly": false,
80
+ "isLiteral": true
81
+ },
82
+ {
83
+ "stableId": "Npgsql:Npgsql.Internal.MatchRequirement::SingleNpgsql.Internal.MatchRequirement",
84
+ "clrName": "Single",
85
+ "tsEmitName": "single",
86
+ "normalizedSignature": "Single|Npgsql.Internal.MatchRequirement|static=true|const=true",
87
+ "isStatic": true,
88
+ "isReadOnly": false,
89
+ "isLiteral": true
90
+ },
91
+ {
92
+ "stableId": "Npgsql:Npgsql.Internal.MatchRequirement::DataTypeNameNpgsql.Internal.MatchRequirement",
93
+ "clrName": "DataTypeName",
94
+ "tsEmitName": "dataTypeName",
95
+ "normalizedSignature": "DataTypeName|Npgsql.Internal.MatchRequirement|static=true|const=true",
96
+ "isStatic": true,
97
+ "isReadOnly": false,
98
+ "isLiteral": true
99
+ }
100
+ ],
101
+ "events": [],
102
+ "constructors": []
103
+ },
104
+ {
105
+ "stableId": "Npgsql:Npgsql.Internal.SizeKind",
106
+ "clrName": "Npgsql.Internal.SizeKind",
107
+ "tsEmitName": "SizeKind",
108
+ "kind": "Enum",
109
+ "accessibility": "Public",
110
+ "isAbstract": false,
111
+ "isSealed": true,
112
+ "isStatic": false,
113
+ "arity": 0,
114
+ "methods": [],
115
+ "properties": [],
116
+ "fields": [
117
+ {
118
+ "stableId": "Npgsql:Npgsql.Internal.SizeKind::value__System.Int32",
119
+ "clrName": "value__",
120
+ "tsEmitName": "value__",
121
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
122
+ "isStatic": false,
123
+ "isReadOnly": false,
124
+ "isLiteral": false
125
+ },
126
+ {
127
+ "stableId": "Npgsql:Npgsql.Internal.SizeKind::UnknownNpgsql.Internal.SizeKind",
128
+ "clrName": "Unknown",
129
+ "tsEmitName": "unknown_",
130
+ "normalizedSignature": "Unknown|Npgsql.Internal.SizeKind|static=true|const=true",
131
+ "isStatic": true,
132
+ "isReadOnly": false,
133
+ "isLiteral": true
134
+ },
135
+ {
136
+ "stableId": "Npgsql:Npgsql.Internal.SizeKind::ExactNpgsql.Internal.SizeKind",
137
+ "clrName": "Exact",
138
+ "tsEmitName": "exact",
139
+ "normalizedSignature": "Exact|Npgsql.Internal.SizeKind|static=true|const=true",
140
+ "isStatic": true,
141
+ "isReadOnly": false,
142
+ "isLiteral": true
143
+ },
144
+ {
145
+ "stableId": "Npgsql:Npgsql.Internal.SizeKind::UpperBoundNpgsql.Internal.SizeKind",
146
+ "clrName": "UpperBound",
147
+ "tsEmitName": "upperBound",
148
+ "normalizedSignature": "UpperBound|Npgsql.Internal.SizeKind|static=true|const=true",
149
+ "isStatic": true,
150
+ "isReadOnly": false,
151
+ "isLiteral": true
152
+ }
153
+ ],
154
+ "events": [],
155
+ "constructors": []
156
+ },
157
+ {
158
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoFactory",
159
+ "clrName": "Npgsql.Internal.TypeInfoFactory",
160
+ "tsEmitName": "TypeInfoFactory",
161
+ "kind": "Delegate",
162
+ "accessibility": "Public",
163
+ "isAbstract": false,
164
+ "isSealed": true,
165
+ "isStatic": false,
166
+ "arity": 0,
167
+ "methods": [
168
+ {
169
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoFactory::Invoke(Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.TypeInfoMapping,System.Boolean):Npgsql.Internal.PgTypeInfo",
170
+ "clrName": "Invoke",
171
+ "tsEmitName": "invoke",
172
+ "normalizedSignature": "Invoke|(Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.TypeInfoMapping,System.Boolean):Npgsql.Internal.PgTypeInfo|static=false",
173
+ "provenance": "Original",
174
+ "emitScope": "ClassSurface",
175
+ "isStatic": false,
176
+ "isAbstract": false,
177
+ "isVirtual": true,
178
+ "isOverride": false,
179
+ "isSealed": false,
180
+ "arity": 0,
181
+ "parameterCount": 3,
182
+ "isExtensionMethod": false
183
+ },
184
+ {
185
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoFactory::BeginInvoke(Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.TypeInfoMapping,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult",
186
+ "clrName": "BeginInvoke",
187
+ "tsEmitName": "beginInvoke",
188
+ "normalizedSignature": "BeginInvoke|(Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.TypeInfoMapping,System.Boolean,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
189
+ "provenance": "Original",
190
+ "emitScope": "ClassSurface",
191
+ "isStatic": false,
192
+ "isAbstract": false,
193
+ "isVirtual": true,
194
+ "isOverride": false,
195
+ "isSealed": false,
196
+ "arity": 0,
197
+ "parameterCount": 5,
198
+ "isExtensionMethod": false
199
+ },
200
+ {
201
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoFactory::EndInvoke(System.IAsyncResult):Npgsql.Internal.PgTypeInfo",
202
+ "clrName": "EndInvoke",
203
+ "tsEmitName": "endInvoke",
204
+ "normalizedSignature": "EndInvoke|(System.IAsyncResult):Npgsql.Internal.PgTypeInfo|static=false",
205
+ "provenance": "Original",
206
+ "emitScope": "ClassSurface",
207
+ "isStatic": false,
208
+ "isAbstract": false,
209
+ "isVirtual": true,
210
+ "isOverride": false,
211
+ "isSealed": false,
212
+ "arity": 0,
213
+ "parameterCount": 1,
214
+ "isExtensionMethod": false
215
+ }
216
+ ],
217
+ "properties": [],
218
+ "fields": [],
219
+ "events": [],
220
+ "constructors": [
221
+ {
222
+ "normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
223
+ "isStatic": false,
224
+ "parameterCount": 2
225
+ }
226
+ ]
227
+ },
228
+ {
229
+ "stableId": "Npgsql:Npgsql.Internal.IDbTypeResolver",
230
+ "clrName": "Npgsql.Internal.IDbTypeResolver",
231
+ "tsEmitName": "IDbTypeResolver",
232
+ "kind": "Interface",
233
+ "accessibility": "Public",
234
+ "isAbstract": true,
235
+ "isSealed": false,
236
+ "isStatic": false,
237
+ "arity": 0,
238
+ "methods": [
239
+ {
240
+ "stableId": "Npgsql:Npgsql.Internal.IDbTypeResolver::GetDataTypeName(System.Data.DbType,System.Type):System.String",
241
+ "clrName": "GetDataTypeName",
242
+ "tsEmitName": "getDataTypeName",
243
+ "normalizedSignature": "GetDataTypeName|(System.Data.DbType,System.Type):System.String|static=false",
244
+ "provenance": "Original",
245
+ "emitScope": "ClassSurface",
246
+ "isStatic": false,
247
+ "isAbstract": true,
248
+ "isVirtual": true,
249
+ "isOverride": false,
250
+ "isSealed": false,
251
+ "arity": 0,
252
+ "parameterCount": 2,
253
+ "isExtensionMethod": false
254
+ },
255
+ {
256
+ "stableId": "Npgsql:Npgsql.Internal.IDbTypeResolver::GetDbType(Npgsql.Internal.Postgres.DataTypeName):System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
257
+ "clrName": "GetDbType",
258
+ "tsEmitName": "getDbType",
259
+ "normalizedSignature": "GetDbType|(Npgsql.Internal.Postgres.DataTypeName):System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false",
260
+ "provenance": "Original",
261
+ "emitScope": "ClassSurface",
262
+ "isStatic": false,
263
+ "isAbstract": true,
264
+ "isVirtual": true,
265
+ "isOverride": false,
266
+ "isSealed": false,
267
+ "arity": 0,
268
+ "parameterCount": 1,
269
+ "isExtensionMethod": false
270
+ }
271
+ ],
272
+ "properties": [],
273
+ "fields": [],
274
+ "events": [],
275
+ "constructors": []
276
+ },
277
+ {
278
+ "stableId": "Npgsql:Npgsql.Internal.INpgsqlDatabaseInfoFactory",
279
+ "clrName": "Npgsql.Internal.INpgsqlDatabaseInfoFactory",
280
+ "tsEmitName": "INpgsqlDatabaseInfoFactory",
281
+ "kind": "Interface",
282
+ "accessibility": "Public",
283
+ "isAbstract": true,
284
+ "isSealed": false,
285
+ "isStatic": false,
286
+ "arity": 0,
287
+ "methods": [
288
+ {
289
+ "stableId": "Npgsql:Npgsql.Internal.INpgsqlDatabaseInfoFactory::Load(Npgsql.Internal.NpgsqlConnector,Npgsql.Util.NpgsqlTimeout,System.Boolean):System.Threading.Tasks.Task_1[[Npgsql.Internal.NpgsqlDatabaseInfo,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
290
+ "clrName": "Load",
291
+ "tsEmitName": "load",
292
+ "normalizedSignature": "Load|(Npgsql.Internal.NpgsqlConnector,Npgsql.Util.NpgsqlTimeout,System.Boolean):System.Threading.Tasks.Task_1[[Npgsql.Internal.NpgsqlDatabaseInfo,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
293
+ "provenance": "Original",
294
+ "emitScope": "ClassSurface",
295
+ "isStatic": false,
296
+ "isAbstract": true,
297
+ "isVirtual": true,
298
+ "isOverride": false,
299
+ "isSealed": false,
300
+ "arity": 0,
301
+ "parameterCount": 3,
302
+ "isExtensionMethod": false
303
+ }
304
+ ],
305
+ "properties": [],
306
+ "fields": [],
307
+ "events": [],
308
+ "constructors": []
309
+ },
310
+ {
311
+ "stableId": "Npgsql:Npgsql.Internal.IPgTypeInfoResolver",
312
+ "clrName": "Npgsql.Internal.IPgTypeInfoResolver",
313
+ "tsEmitName": "IPgTypeInfoResolver",
314
+ "kind": "Interface",
315
+ "accessibility": "Public",
316
+ "isAbstract": true,
317
+ "isSealed": false,
318
+ "isStatic": false,
319
+ "arity": 0,
320
+ "methods": [
321
+ {
322
+ "stableId": "Npgsql:Npgsql.Internal.IPgTypeInfoResolver::GetTypeInfo(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo",
323
+ "clrName": "GetTypeInfo",
324
+ "tsEmitName": "getTypeInfo",
325
+ "normalizedSignature": "GetTypeInfo|(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo|static=false",
326
+ "provenance": "Original",
327
+ "emitScope": "ClassSurface",
328
+ "isStatic": false,
329
+ "isAbstract": true,
330
+ "isVirtual": true,
331
+ "isOverride": false,
332
+ "isSealed": false,
333
+ "arity": 0,
334
+ "parameterCount": 3,
335
+ "isExtensionMethod": false
336
+ }
337
+ ],
338
+ "properties": [],
339
+ "fields": [],
340
+ "events": [],
341
+ "constructors": []
342
+ },
343
+ {
344
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements",
345
+ "clrName": "Npgsql.Internal.BufferRequirements",
346
+ "tsEmitName": "BufferRequirements",
347
+ "kind": "Struct",
348
+ "accessibility": "Public",
349
+ "isAbstract": false,
350
+ "isSealed": true,
351
+ "isStatic": false,
352
+ "arity": 0,
353
+ "methods": [
354
+ {
355
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::CreateFixedSize(System.Int32):Npgsql.Internal.BufferRequirements",
356
+ "clrName": "CreateFixedSize",
357
+ "tsEmitName": "createFixedSize",
358
+ "normalizedSignature": "CreateFixedSize|(System.Int32):Npgsql.Internal.BufferRequirements|static=true",
359
+ "provenance": "Original",
360
+ "emitScope": "ClassSurface",
361
+ "isStatic": true,
362
+ "isAbstract": false,
363
+ "isVirtual": false,
364
+ "isOverride": false,
365
+ "isSealed": false,
366
+ "arity": 0,
367
+ "parameterCount": 1,
368
+ "isExtensionMethod": false
369
+ },
370
+ {
371
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Create(Npgsql.Internal.Size):Npgsql.Internal.BufferRequirements",
372
+ "clrName": "Create",
373
+ "tsEmitName": "create",
374
+ "normalizedSignature": "Create|(Npgsql.Internal.Size):Npgsql.Internal.BufferRequirements|static=true",
375
+ "provenance": "Original",
376
+ "emitScope": "ClassSurface",
377
+ "isStatic": true,
378
+ "isAbstract": false,
379
+ "isVirtual": false,
380
+ "isOverride": false,
381
+ "isSealed": false,
382
+ "arity": 0,
383
+ "parameterCount": 1,
384
+ "isExtensionMethod": false
385
+ },
386
+ {
387
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Create(Npgsql.Internal.Size,Npgsql.Internal.Size):Npgsql.Internal.BufferRequirements",
388
+ "clrName": "Create",
389
+ "tsEmitName": "create",
390
+ "normalizedSignature": "Create|(Npgsql.Internal.Size,Npgsql.Internal.Size):Npgsql.Internal.BufferRequirements|static=true",
391
+ "provenance": "Original",
392
+ "emitScope": "ClassSurface",
393
+ "isStatic": true,
394
+ "isAbstract": false,
395
+ "isVirtual": false,
396
+ "isOverride": false,
397
+ "isSealed": false,
398
+ "arity": 0,
399
+ "parameterCount": 2,
400
+ "isExtensionMethod": false
401
+ },
402
+ {
403
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Combine(Npgsql.Internal.Size,Npgsql.Internal.Size):Npgsql.Internal.BufferRequirements",
404
+ "clrName": "Combine",
405
+ "tsEmitName": "combine",
406
+ "normalizedSignature": "Combine|(Npgsql.Internal.Size,Npgsql.Internal.Size):Npgsql.Internal.BufferRequirements|static=false",
407
+ "provenance": "Original",
408
+ "emitScope": "ClassSurface",
409
+ "isStatic": false,
410
+ "isAbstract": false,
411
+ "isVirtual": false,
412
+ "isOverride": false,
413
+ "isSealed": false,
414
+ "arity": 0,
415
+ "parameterCount": 2,
416
+ "isExtensionMethod": false
417
+ },
418
+ {
419
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Combine(Npgsql.Internal.BufferRequirements):Npgsql.Internal.BufferRequirements",
420
+ "clrName": "Combine",
421
+ "tsEmitName": "combine",
422
+ "normalizedSignature": "Combine|(Npgsql.Internal.BufferRequirements):Npgsql.Internal.BufferRequirements|static=false",
423
+ "provenance": "Original",
424
+ "emitScope": "ClassSurface",
425
+ "isStatic": false,
426
+ "isAbstract": false,
427
+ "isVirtual": false,
428
+ "isOverride": false,
429
+ "isSealed": false,
430
+ "arity": 0,
431
+ "parameterCount": 1,
432
+ "isExtensionMethod": false
433
+ },
434
+ {
435
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Combine(System.Int32):Npgsql.Internal.BufferRequirements",
436
+ "clrName": "Combine",
437
+ "tsEmitName": "combine",
438
+ "normalizedSignature": "Combine|(System.Int32):Npgsql.Internal.BufferRequirements|static=false",
439
+ "provenance": "Original",
440
+ "emitScope": "ClassSurface",
441
+ "isStatic": false,
442
+ "isAbstract": false,
443
+ "isVirtual": false,
444
+ "isOverride": false,
445
+ "isSealed": false,
446
+ "arity": 0,
447
+ "parameterCount": 1,
448
+ "isExtensionMethod": false
449
+ },
450
+ {
451
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Equals(Npgsql.Internal.BufferRequirements):System.Boolean",
452
+ "clrName": "Equals",
453
+ "tsEmitName": "equals",
454
+ "normalizedSignature": "Equals|(Npgsql.Internal.BufferRequirements):System.Boolean|static=false",
455
+ "provenance": "Original",
456
+ "emitScope": "ClassSurface",
457
+ "isStatic": false,
458
+ "isAbstract": false,
459
+ "isVirtual": true,
460
+ "isOverride": false,
461
+ "isSealed": true,
462
+ "arity": 0,
463
+ "parameterCount": 1,
464
+ "isExtensionMethod": false
465
+ },
466
+ {
467
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Equals(System.Object):System.Boolean",
468
+ "clrName": "Equals",
469
+ "tsEmitName": "equals",
470
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
471
+ "provenance": "Original",
472
+ "emitScope": "ClassSurface",
473
+ "isStatic": false,
474
+ "isAbstract": false,
475
+ "isVirtual": true,
476
+ "isOverride": true,
477
+ "isSealed": false,
478
+ "arity": 0,
479
+ "parameterCount": 1,
480
+ "isExtensionMethod": false
481
+ },
482
+ {
483
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::GetHashCode():System.Int32",
484
+ "clrName": "GetHashCode",
485
+ "tsEmitName": "getHashCode",
486
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
487
+ "provenance": "Original",
488
+ "emitScope": "ClassSurface",
489
+ "isStatic": false,
490
+ "isAbstract": false,
491
+ "isVirtual": true,
492
+ "isOverride": true,
493
+ "isSealed": false,
494
+ "arity": 0,
495
+ "parameterCount": 0,
496
+ "isExtensionMethod": false
497
+ }
498
+ ],
499
+ "properties": [
500
+ {
501
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Read:Npgsql.Internal.Size",
502
+ "clrName": "Read",
503
+ "tsEmitName": "read",
504
+ "normalizedSignature": "Read|:Npgsql.Internal.Size|static=false|accessor=get",
505
+ "provenance": "Original",
506
+ "emitScope": "ClassSurface",
507
+ "isStatic": false,
508
+ "isAbstract": false,
509
+ "isVirtual": false,
510
+ "isOverride": false,
511
+ "isIndexer": false,
512
+ "hasGetter": true,
513
+ "hasSetter": false
514
+ },
515
+ {
516
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Write:Npgsql.Internal.Size",
517
+ "clrName": "Write",
518
+ "tsEmitName": "write",
519
+ "normalizedSignature": "Write|:Npgsql.Internal.Size|static=false|accessor=get",
520
+ "provenance": "Original",
521
+ "emitScope": "ClassSurface",
522
+ "isStatic": false,
523
+ "isAbstract": false,
524
+ "isVirtual": false,
525
+ "isOverride": false,
526
+ "isIndexer": false,
527
+ "hasGetter": true,
528
+ "hasSetter": false
529
+ },
530
+ {
531
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::None:Npgsql.Internal.BufferRequirements",
532
+ "clrName": "None",
533
+ "tsEmitName": "none",
534
+ "normalizedSignature": "None|:Npgsql.Internal.BufferRequirements|static=true|accessor=get",
535
+ "provenance": "Original",
536
+ "emitScope": "ClassSurface",
537
+ "isStatic": true,
538
+ "isAbstract": false,
539
+ "isVirtual": false,
540
+ "isOverride": false,
541
+ "isIndexer": false,
542
+ "hasGetter": true,
543
+ "hasSetter": false
544
+ },
545
+ {
546
+ "stableId": "Npgsql:Npgsql.Internal.BufferRequirements::Value:Npgsql.Internal.BufferRequirements",
547
+ "clrName": "Value",
548
+ "tsEmitName": "value",
549
+ "normalizedSignature": "Value|:Npgsql.Internal.BufferRequirements|static=true|accessor=get",
550
+ "provenance": "Original",
551
+ "emitScope": "ClassSurface",
552
+ "isStatic": true,
553
+ "isAbstract": false,
554
+ "isVirtual": false,
555
+ "isOverride": false,
556
+ "isIndexer": false,
557
+ "hasGetter": true,
558
+ "hasSetter": false
559
+ }
560
+ ],
561
+ "fields": [],
562
+ "events": [],
563
+ "constructors": []
564
+ },
565
+ {
566
+ "stableId": "Npgsql:Npgsql.Internal.NestedReadScope",
567
+ "clrName": "Npgsql.Internal.NestedReadScope",
568
+ "tsEmitName": "NestedReadScope",
569
+ "kind": "Struct",
570
+ "accessibility": "Public",
571
+ "isAbstract": false,
572
+ "isSealed": true,
573
+ "isStatic": false,
574
+ "arity": 0,
575
+ "methods": [
576
+ {
577
+ "stableId": "Npgsql:Npgsql.Internal.NestedReadScope::Dispose():System.Void",
578
+ "clrName": "Dispose",
579
+ "tsEmitName": "dispose",
580
+ "normalizedSignature": "Dispose|():System.Void|static=false",
581
+ "provenance": "Original",
582
+ "emitScope": "ClassSurface",
583
+ "isStatic": false,
584
+ "isAbstract": false,
585
+ "isVirtual": true,
586
+ "isOverride": false,
587
+ "isSealed": true,
588
+ "arity": 0,
589
+ "parameterCount": 0,
590
+ "isExtensionMethod": false
591
+ },
592
+ {
593
+ "stableId": "Npgsql:Npgsql.Internal.NestedReadScope::DisposeAsync():System.Threading.Tasks.ValueTask",
594
+ "clrName": "DisposeAsync",
595
+ "tsEmitName": "disposeAsync",
596
+ "normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
597
+ "provenance": "Original",
598
+ "emitScope": "ClassSurface",
599
+ "isStatic": false,
600
+ "isAbstract": false,
601
+ "isVirtual": true,
602
+ "isOverride": false,
603
+ "isSealed": true,
604
+ "arity": 0,
605
+ "parameterCount": 0,
606
+ "isExtensionMethod": false
607
+ }
608
+ ],
609
+ "properties": [],
610
+ "fields": [],
611
+ "events": [],
612
+ "constructors": []
613
+ },
614
+ {
615
+ "stableId": "Npgsql:Npgsql.Internal.NestedWriteScope",
616
+ "clrName": "Npgsql.Internal.NestedWriteScope",
617
+ "tsEmitName": "NestedWriteScope",
618
+ "kind": "Struct",
619
+ "accessibility": "Public",
620
+ "isAbstract": false,
621
+ "isSealed": true,
622
+ "isStatic": false,
623
+ "arity": 0,
624
+ "methods": [
625
+ {
626
+ "stableId": "Npgsql:Npgsql.Internal.NestedWriteScope::Dispose():System.Void",
627
+ "clrName": "Dispose",
628
+ "tsEmitName": "dispose",
629
+ "normalizedSignature": "Dispose|():System.Void|static=false",
630
+ "provenance": "Original",
631
+ "emitScope": "ClassSurface",
632
+ "isStatic": false,
633
+ "isAbstract": false,
634
+ "isVirtual": true,
635
+ "isOverride": false,
636
+ "isSealed": true,
637
+ "arity": 0,
638
+ "parameterCount": 0,
639
+ "isExtensionMethod": false
640
+ }
641
+ ],
642
+ "properties": [],
643
+ "fields": [],
644
+ "events": [],
645
+ "constructors": []
646
+ },
647
+ {
648
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolution",
649
+ "clrName": "Npgsql.Internal.PgConverterResolution",
650
+ "tsEmitName": "PgConverterResolution",
651
+ "kind": "Struct",
652
+ "accessibility": "Public",
653
+ "isAbstract": false,
654
+ "isSealed": true,
655
+ "isStatic": false,
656
+ "arity": 0,
657
+ "methods": [
658
+ {
659
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolution::GetConverter():PgConverter_1",
660
+ "clrName": "GetConverter",
661
+ "tsEmitName": "getConverter",
662
+ "normalizedSignature": "GetConverter|():PgConverter_1|static=false",
663
+ "provenance": "Original",
664
+ "emitScope": "ClassSurface",
665
+ "isStatic": false,
666
+ "isAbstract": false,
667
+ "isVirtual": false,
668
+ "isOverride": false,
669
+ "isSealed": false,
670
+ "arity": 1,
671
+ "parameterCount": 0,
672
+ "isExtensionMethod": false
673
+ }
674
+ ],
675
+ "properties": [
676
+ {
677
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolution::Converter:Npgsql.Internal.PgConverter",
678
+ "clrName": "Converter",
679
+ "tsEmitName": "converter",
680
+ "normalizedSignature": "Converter|:Npgsql.Internal.PgConverter|static=false|accessor=get",
681
+ "provenance": "Original",
682
+ "emitScope": "ClassSurface",
683
+ "isStatic": false,
684
+ "isAbstract": false,
685
+ "isVirtual": false,
686
+ "isOverride": false,
687
+ "isIndexer": false,
688
+ "hasGetter": true,
689
+ "hasSetter": false
690
+ },
691
+ {
692
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolution::PgTypeId:Npgsql.Internal.Postgres.PgTypeId",
693
+ "clrName": "PgTypeId",
694
+ "tsEmitName": "pgTypeId",
695
+ "normalizedSignature": "PgTypeId|:Npgsql.Internal.Postgres.PgTypeId|static=false|accessor=get",
696
+ "provenance": "Original",
697
+ "emitScope": "ClassSurface",
698
+ "isStatic": false,
699
+ "isAbstract": false,
700
+ "isVirtual": false,
701
+ "isOverride": false,
702
+ "isIndexer": false,
703
+ "hasGetter": true,
704
+ "hasSetter": false
705
+ }
706
+ ],
707
+ "fields": [],
708
+ "events": [],
709
+ "constructors": [
710
+ {
711
+ "normalizedSignature": "constructor|(Npgsql.Internal.PgConverter,Npgsql.Internal.Postgres.PgTypeId):void|static=false",
712
+ "isStatic": false,
713
+ "parameterCount": 2
714
+ }
715
+ ]
716
+ },
717
+ {
718
+ "stableId": "Npgsql:Npgsql.Internal.Size",
719
+ "clrName": "Npgsql.Internal.Size",
720
+ "tsEmitName": "Size",
721
+ "kind": "Struct",
722
+ "accessibility": "Public",
723
+ "isAbstract": false,
724
+ "isSealed": true,
725
+ "isStatic": false,
726
+ "arity": 0,
727
+ "methods": [
728
+ {
729
+ "stableId": "Npgsql:Npgsql.Internal.Size::Create(System.Int32):Npgsql.Internal.Size",
730
+ "clrName": "Create",
731
+ "tsEmitName": "create",
732
+ "normalizedSignature": "Create|(System.Int32):Npgsql.Internal.Size|static=true",
733
+ "provenance": "Original",
734
+ "emitScope": "ClassSurface",
735
+ "isStatic": true,
736
+ "isAbstract": false,
737
+ "isVirtual": false,
738
+ "isOverride": false,
739
+ "isSealed": false,
740
+ "arity": 0,
741
+ "parameterCount": 1,
742
+ "isExtensionMethod": false
743
+ },
744
+ {
745
+ "stableId": "Npgsql:Npgsql.Internal.Size::CreateUpperBound(System.Int32):Npgsql.Internal.Size",
746
+ "clrName": "CreateUpperBound",
747
+ "tsEmitName": "createUpperBound",
748
+ "normalizedSignature": "CreateUpperBound|(System.Int32):Npgsql.Internal.Size|static=true",
749
+ "provenance": "Original",
750
+ "emitScope": "ClassSurface",
751
+ "isStatic": true,
752
+ "isAbstract": false,
753
+ "isVirtual": false,
754
+ "isOverride": false,
755
+ "isSealed": false,
756
+ "arity": 0,
757
+ "parameterCount": 1,
758
+ "isExtensionMethod": false
759
+ },
760
+ {
761
+ "stableId": "Npgsql:Npgsql.Internal.Size::TryCombine(Npgsql.Internal.Size,Npgsql.Internal.Size\u0026):System.Boolean",
762
+ "clrName": "TryCombine",
763
+ "tsEmitName": "tryCombine",
764
+ "normalizedSignature": "TryCombine|(Npgsql.Internal.Size,Npgsql.Internal.Size\u0026):System.Boolean|static=false",
765
+ "provenance": "Original",
766
+ "emitScope": "ClassSurface",
767
+ "isStatic": false,
768
+ "isAbstract": false,
769
+ "isVirtual": false,
770
+ "isOverride": false,
771
+ "isSealed": false,
772
+ "arity": 0,
773
+ "parameterCount": 2,
774
+ "isExtensionMethod": false,
775
+ "parameterModifiers": [
776
+ {
777
+ "index": 1,
778
+ "modifier": "out"
779
+ }
780
+ ]
781
+ },
782
+ {
783
+ "stableId": "Npgsql:Npgsql.Internal.Size::Combine(Npgsql.Internal.Size):Npgsql.Internal.Size",
784
+ "clrName": "Combine",
785
+ "tsEmitName": "combine",
786
+ "normalizedSignature": "Combine|(Npgsql.Internal.Size):Npgsql.Internal.Size|static=false",
787
+ "provenance": "Original",
788
+ "emitScope": "ClassSurface",
789
+ "isStatic": false,
790
+ "isAbstract": false,
791
+ "isVirtual": false,
792
+ "isOverride": false,
793
+ "isSealed": false,
794
+ "arity": 0,
795
+ "parameterCount": 1,
796
+ "isExtensionMethod": false
797
+ },
798
+ {
799
+ "stableId": "Npgsql:Npgsql.Internal.Size::Equals(Npgsql.Internal.Size):System.Boolean",
800
+ "clrName": "Equals",
801
+ "tsEmitName": "equals",
802
+ "normalizedSignature": "Equals|(Npgsql.Internal.Size):System.Boolean|static=false",
803
+ "provenance": "Original",
804
+ "emitScope": "ClassSurface",
805
+ "isStatic": false,
806
+ "isAbstract": false,
807
+ "isVirtual": true,
808
+ "isOverride": false,
809
+ "isSealed": true,
810
+ "arity": 0,
811
+ "parameterCount": 1,
812
+ "isExtensionMethod": false
813
+ },
814
+ {
815
+ "stableId": "Npgsql:Npgsql.Internal.Size::Equals(System.Object):System.Boolean",
816
+ "clrName": "Equals",
817
+ "tsEmitName": "equals",
818
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
819
+ "provenance": "Original",
820
+ "emitScope": "ClassSurface",
821
+ "isStatic": false,
822
+ "isAbstract": false,
823
+ "isVirtual": true,
824
+ "isOverride": true,
825
+ "isSealed": false,
826
+ "arity": 0,
827
+ "parameterCount": 1,
828
+ "isExtensionMethod": false
829
+ },
830
+ {
831
+ "stableId": "Npgsql:Npgsql.Internal.Size::GetHashCode():System.Int32",
832
+ "clrName": "GetHashCode",
833
+ "tsEmitName": "getHashCode",
834
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
835
+ "provenance": "Original",
836
+ "emitScope": "ClassSurface",
837
+ "isStatic": false,
838
+ "isAbstract": false,
839
+ "isVirtual": true,
840
+ "isOverride": true,
841
+ "isSealed": false,
842
+ "arity": 0,
843
+ "parameterCount": 0,
844
+ "isExtensionMethod": false
845
+ },
846
+ {
847
+ "stableId": "Npgsql:Npgsql.Internal.Size::ToString():System.String",
848
+ "clrName": "ToString",
849
+ "tsEmitName": "toString",
850
+ "normalizedSignature": "ToString|():System.String|static=false",
851
+ "provenance": "Original",
852
+ "emitScope": "ClassSurface",
853
+ "isStatic": false,
854
+ "isAbstract": false,
855
+ "isVirtual": true,
856
+ "isOverride": true,
857
+ "isSealed": false,
858
+ "arity": 0,
859
+ "parameterCount": 0,
860
+ "isExtensionMethod": false
861
+ }
862
+ ],
863
+ "properties": [
864
+ {
865
+ "stableId": "Npgsql:Npgsql.Internal.Size::Value:System.Int32",
866
+ "clrName": "Value",
867
+ "tsEmitName": "value",
868
+ "normalizedSignature": "Value|:System.Int32|static=false|accessor=get",
869
+ "provenance": "Original",
870
+ "emitScope": "ClassSurface",
871
+ "isStatic": false,
872
+ "isAbstract": false,
873
+ "isVirtual": false,
874
+ "isOverride": false,
875
+ "isIndexer": false,
876
+ "hasGetter": true,
877
+ "hasSetter": false
878
+ },
879
+ {
880
+ "stableId": "Npgsql:Npgsql.Internal.Size::Kind:Npgsql.Internal.SizeKind",
881
+ "clrName": "Kind",
882
+ "tsEmitName": "kind",
883
+ "normalizedSignature": "Kind|:Npgsql.Internal.SizeKind|static=false|accessor=get",
884
+ "provenance": "Original",
885
+ "emitScope": "ClassSurface",
886
+ "isStatic": false,
887
+ "isAbstract": false,
888
+ "isVirtual": false,
889
+ "isOverride": false,
890
+ "isIndexer": false,
891
+ "hasGetter": true,
892
+ "hasSetter": false
893
+ },
894
+ {
895
+ "stableId": "Npgsql:Npgsql.Internal.Size::Unknown:Npgsql.Internal.Size",
896
+ "clrName": "Unknown",
897
+ "tsEmitName": "unknown_",
898
+ "normalizedSignature": "Unknown|:Npgsql.Internal.Size|static=true|accessor=get",
899
+ "provenance": "Original",
900
+ "emitScope": "ClassSurface",
901
+ "isStatic": true,
902
+ "isAbstract": false,
903
+ "isVirtual": false,
904
+ "isOverride": false,
905
+ "isIndexer": false,
906
+ "hasGetter": true,
907
+ "hasSetter": false
908
+ },
909
+ {
910
+ "stableId": "Npgsql:Npgsql.Internal.Size::Zero:Npgsql.Internal.Size",
911
+ "clrName": "Zero",
912
+ "tsEmitName": "zero",
913
+ "normalizedSignature": "Zero|:Npgsql.Internal.Size|static=true|accessor=get",
914
+ "provenance": "Original",
915
+ "emitScope": "ClassSurface",
916
+ "isStatic": true,
917
+ "isAbstract": false,
918
+ "isVirtual": false,
919
+ "isOverride": false,
920
+ "isIndexer": false,
921
+ "hasGetter": true,
922
+ "hasSetter": false
923
+ }
924
+ ],
925
+ "fields": [],
926
+ "events": [],
927
+ "constructors": []
928
+ },
929
+ {
930
+ "stableId": "Npgsql:Npgsql.Internal.SizeContext",
931
+ "clrName": "Npgsql.Internal.SizeContext",
932
+ "tsEmitName": "SizeContext",
933
+ "kind": "Struct",
934
+ "accessibility": "Public",
935
+ "isAbstract": false,
936
+ "isSealed": true,
937
+ "isStatic": false,
938
+ "arity": 0,
939
+ "methods": [],
940
+ "properties": [
941
+ {
942
+ "stableId": "Npgsql:Npgsql.Internal.SizeContext::BufferRequirement:Npgsql.Internal.Size",
943
+ "clrName": "BufferRequirement",
944
+ "tsEmitName": "bufferRequirement",
945
+ "normalizedSignature": "BufferRequirement|:Npgsql.Internal.Size|static=false|accessor=getset",
946
+ "provenance": "Original",
947
+ "emitScope": "ClassSurface",
948
+ "isStatic": false,
949
+ "isAbstract": false,
950
+ "isVirtual": false,
951
+ "isOverride": false,
952
+ "isIndexer": false,
953
+ "hasGetter": true,
954
+ "hasSetter": true
955
+ },
956
+ {
957
+ "stableId": "Npgsql:Npgsql.Internal.SizeContext::Format:Npgsql.Internal.DataFormat",
958
+ "clrName": "Format",
959
+ "tsEmitName": "format",
960
+ "normalizedSignature": "Format|:Npgsql.Internal.DataFormat|static=false|accessor=get",
961
+ "provenance": "Original",
962
+ "emitScope": "ClassSurface",
963
+ "isStatic": false,
964
+ "isAbstract": false,
965
+ "isVirtual": false,
966
+ "isOverride": false,
967
+ "isIndexer": false,
968
+ "hasGetter": true,
969
+ "hasSetter": false
970
+ }
971
+ ],
972
+ "fields": [],
973
+ "events": [],
974
+ "constructors": [
975
+ {
976
+ "normalizedSignature": "constructor|(Npgsql.Internal.DataFormat,Npgsql.Internal.Size):void|static=false",
977
+ "isStatic": false,
978
+ "parameterCount": 2
979
+ }
980
+ ]
981
+ },
982
+ {
983
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMapping",
984
+ "clrName": "Npgsql.Internal.TypeInfoMapping",
985
+ "tsEmitName": "TypeInfoMapping",
986
+ "kind": "Struct",
987
+ "accessibility": "Public",
988
+ "isAbstract": false,
989
+ "isSealed": true,
990
+ "isStatic": false,
991
+ "arity": 0,
992
+ "methods": [
993
+ {
994
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMapping::TypeEquals(System.Type):System.Boolean",
995
+ "clrName": "TypeEquals",
996
+ "tsEmitName": "typeEquals",
997
+ "normalizedSignature": "TypeEquals|(System.Type):System.Boolean|static=false",
998
+ "provenance": "Original",
999
+ "emitScope": "ClassSurface",
1000
+ "isStatic": false,
1001
+ "isAbstract": false,
1002
+ "isVirtual": false,
1003
+ "isOverride": false,
1004
+ "isSealed": false,
1005
+ "arity": 0,
1006
+ "parameterCount": 1,
1007
+ "isExtensionMethod": false
1008
+ },
1009
+ {
1010
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMapping::DataTypeNameEquals(System.String):System.Boolean",
1011
+ "clrName": "DataTypeNameEquals",
1012
+ "tsEmitName": "dataTypeNameEquals",
1013
+ "normalizedSignature": "DataTypeNameEquals|(System.String):System.Boolean|static=false",
1014
+ "provenance": "Original",
1015
+ "emitScope": "ClassSurface",
1016
+ "isStatic": false,
1017
+ "isAbstract": false,
1018
+ "isVirtual": false,
1019
+ "isOverride": false,
1020
+ "isSealed": false,
1021
+ "arity": 0,
1022
+ "parameterCount": 1,
1023
+ "isExtensionMethod": false
1024
+ }
1025
+ ],
1026
+ "properties": [
1027
+ {
1028
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMapping::Factory:Npgsql.Internal.TypeInfoFactory",
1029
+ "clrName": "Factory",
1030
+ "tsEmitName": "factory",
1031
+ "normalizedSignature": "Factory|:Npgsql.Internal.TypeInfoFactory|static=false|accessor=getset",
1032
+ "provenance": "Original",
1033
+ "emitScope": "ClassSurface",
1034
+ "isStatic": false,
1035
+ "isAbstract": false,
1036
+ "isVirtual": false,
1037
+ "isOverride": false,
1038
+ "isIndexer": false,
1039
+ "hasGetter": true,
1040
+ "hasSetter": true
1041
+ },
1042
+ {
1043
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMapping::Type:System.Type",
1044
+ "clrName": "Type",
1045
+ "tsEmitName": "type_",
1046
+ "normalizedSignature": "Type|:System.Type|static=false|accessor=getset",
1047
+ "provenance": "Original",
1048
+ "emitScope": "ClassSurface",
1049
+ "isStatic": false,
1050
+ "isAbstract": false,
1051
+ "isVirtual": false,
1052
+ "isOverride": false,
1053
+ "isIndexer": false,
1054
+ "hasGetter": true,
1055
+ "hasSetter": true
1056
+ },
1057
+ {
1058
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMapping::DataTypeName:System.String",
1059
+ "clrName": "DataTypeName",
1060
+ "tsEmitName": "dataTypeName",
1061
+ "normalizedSignature": "DataTypeName|:System.String|static=false|accessor=getset",
1062
+ "provenance": "Original",
1063
+ "emitScope": "ClassSurface",
1064
+ "isStatic": false,
1065
+ "isAbstract": false,
1066
+ "isVirtual": false,
1067
+ "isOverride": false,
1068
+ "isIndexer": false,
1069
+ "hasGetter": true,
1070
+ "hasSetter": true
1071
+ },
1072
+ {
1073
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMapping::MatchRequirement:Npgsql.Internal.MatchRequirement",
1074
+ "clrName": "MatchRequirement",
1075
+ "tsEmitName": "matchRequirement",
1076
+ "normalizedSignature": "MatchRequirement|:Npgsql.Internal.MatchRequirement|static=false|accessor=getset",
1077
+ "provenance": "Original",
1078
+ "emitScope": "ClassSurface",
1079
+ "isStatic": false,
1080
+ "isAbstract": false,
1081
+ "isVirtual": false,
1082
+ "isOverride": false,
1083
+ "isIndexer": false,
1084
+ "hasGetter": true,
1085
+ "hasSetter": true
1086
+ },
1087
+ {
1088
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMapping::TypeMatchPredicate:System.Func_2[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1089
+ "clrName": "TypeMatchPredicate",
1090
+ "tsEmitName": "typeMatchPredicate",
1091
+ "normalizedSignature": "TypeMatchPredicate|:System.Func_2[[System.Type,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1092
+ "provenance": "Original",
1093
+ "emitScope": "ClassSurface",
1094
+ "isStatic": false,
1095
+ "isAbstract": false,
1096
+ "isVirtual": false,
1097
+ "isOverride": false,
1098
+ "isIndexer": false,
1099
+ "hasGetter": true,
1100
+ "hasSetter": true
1101
+ }
1102
+ ],
1103
+ "fields": [],
1104
+ "events": [],
1105
+ "constructors": [
1106
+ {
1107
+ "normalizedSignature": "constructor|(System.Type,System.String,Npgsql.Internal.TypeInfoFactory):void|static=false",
1108
+ "isStatic": false,
1109
+ "parameterCount": 3
1110
+ }
1111
+ ]
1112
+ },
1113
+ {
1114
+ "stableId": "Npgsql:Npgsql.Internal.ValueMetadata",
1115
+ "clrName": "Npgsql.Internal.ValueMetadata",
1116
+ "tsEmitName": "ValueMetadata",
1117
+ "kind": "Struct",
1118
+ "accessibility": "Public",
1119
+ "isAbstract": false,
1120
+ "isSealed": true,
1121
+ "isStatic": false,
1122
+ "arity": 0,
1123
+ "methods": [],
1124
+ "properties": [
1125
+ {
1126
+ "stableId": "Npgsql:Npgsql.Internal.ValueMetadata::Format:Npgsql.Internal.DataFormat",
1127
+ "clrName": "Format",
1128
+ "tsEmitName": "format",
1129
+ "normalizedSignature": "Format|:Npgsql.Internal.DataFormat|static=false|accessor=getset",
1130
+ "provenance": "Original",
1131
+ "emitScope": "ClassSurface",
1132
+ "isStatic": false,
1133
+ "isAbstract": false,
1134
+ "isVirtual": false,
1135
+ "isOverride": false,
1136
+ "isIndexer": false,
1137
+ "hasGetter": true,
1138
+ "hasSetter": true
1139
+ },
1140
+ {
1141
+ "stableId": "Npgsql:Npgsql.Internal.ValueMetadata::BufferRequirement:Npgsql.Internal.Size",
1142
+ "clrName": "BufferRequirement",
1143
+ "tsEmitName": "bufferRequirement",
1144
+ "normalizedSignature": "BufferRequirement|:Npgsql.Internal.Size|static=false|accessor=getset",
1145
+ "provenance": "Original",
1146
+ "emitScope": "ClassSurface",
1147
+ "isStatic": false,
1148
+ "isAbstract": false,
1149
+ "isVirtual": false,
1150
+ "isOverride": false,
1151
+ "isIndexer": false,
1152
+ "hasGetter": true,
1153
+ "hasSetter": true
1154
+ },
1155
+ {
1156
+ "stableId": "Npgsql:Npgsql.Internal.ValueMetadata::Size:Npgsql.Internal.Size",
1157
+ "clrName": "Size",
1158
+ "tsEmitName": "size",
1159
+ "normalizedSignature": "Size|:Npgsql.Internal.Size|static=false|accessor=getset",
1160
+ "provenance": "Original",
1161
+ "emitScope": "ClassSurface",
1162
+ "isStatic": false,
1163
+ "isAbstract": false,
1164
+ "isVirtual": false,
1165
+ "isOverride": false,
1166
+ "isIndexer": false,
1167
+ "hasGetter": true,
1168
+ "hasSetter": true
1169
+ },
1170
+ {
1171
+ "stableId": "Npgsql:Npgsql.Internal.ValueMetadata::WriteState:System.Object",
1172
+ "clrName": "WriteState",
1173
+ "tsEmitName": "writeState",
1174
+ "normalizedSignature": "WriteState|:System.Object|static=false|accessor=getset",
1175
+ "provenance": "Original",
1176
+ "emitScope": "ClassSurface",
1177
+ "isStatic": false,
1178
+ "isAbstract": false,
1179
+ "isVirtual": false,
1180
+ "isOverride": false,
1181
+ "isIndexer": false,
1182
+ "hasGetter": true,
1183
+ "hasSetter": true
1184
+ }
1185
+ ],
1186
+ "fields": [],
1187
+ "events": [],
1188
+ "constructors": []
1189
+ },
1190
+ {
1191
+ "stableId": "Npgsql:Npgsql.Internal.DbTypeResolverFactory",
1192
+ "clrName": "Npgsql.Internal.DbTypeResolverFactory",
1193
+ "tsEmitName": "DbTypeResolverFactory",
1194
+ "kind": "Class",
1195
+ "accessibility": "Public",
1196
+ "isAbstract": true,
1197
+ "isSealed": false,
1198
+ "isStatic": false,
1199
+ "arity": 0,
1200
+ "methods": [
1201
+ {
1202
+ "stableId": "Npgsql:Npgsql.Internal.DbTypeResolverFactory::CreateDbTypeResolver(Npgsql.Internal.NpgsqlDatabaseInfo):Npgsql.Internal.IDbTypeResolver",
1203
+ "clrName": "CreateDbTypeResolver",
1204
+ "tsEmitName": "createDbTypeResolver",
1205
+ "normalizedSignature": "CreateDbTypeResolver|(Npgsql.Internal.NpgsqlDatabaseInfo):Npgsql.Internal.IDbTypeResolver|static=false",
1206
+ "provenance": "Original",
1207
+ "emitScope": "ClassSurface",
1208
+ "isStatic": false,
1209
+ "isAbstract": true,
1210
+ "isVirtual": true,
1211
+ "isOverride": false,
1212
+ "isSealed": false,
1213
+ "arity": 0,
1214
+ "parameterCount": 1,
1215
+ "isExtensionMethod": false
1216
+ }
1217
+ ],
1218
+ "properties": [],
1219
+ "fields": [],
1220
+ "events": [],
1221
+ "constructors": []
1222
+ },
1223
+ {
1224
+ "stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver",
1225
+ "clrName": "Npgsql.Internal.DynamicTypeInfoResolver",
1226
+ "tsEmitName": "DynamicTypeInfoResolver",
1227
+ "kind": "Class",
1228
+ "accessibility": "Public",
1229
+ "isAbstract": true,
1230
+ "isSealed": false,
1231
+ "isStatic": false,
1232
+ "arity": 0,
1233
+ "methods": [
1234
+ {
1235
+ "stableId": "Npgsql:Npgsql.Internal.DynamicTypeInfoResolver::GetTypeInfo(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo",
1236
+ "clrName": "GetTypeInfo",
1237
+ "tsEmitName": "getTypeInfo",
1238
+ "normalizedSignature": "GetTypeInfo|(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo|static=false",
1239
+ "provenance": "Original",
1240
+ "emitScope": "ClassSurface",
1241
+ "isStatic": false,
1242
+ "isAbstract": false,
1243
+ "isVirtual": true,
1244
+ "isOverride": false,
1245
+ "isSealed": true,
1246
+ "arity": 0,
1247
+ "parameterCount": 3,
1248
+ "isExtensionMethod": false
1249
+ },
1250
+ {
1251
+ "stableId": "Npgsql:Npgsql.Internal.IPgTypeInfoResolver::GetTypeInfo(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo",
1252
+ "clrName": "GetTypeInfo",
1253
+ "tsEmitName": "getTypeInfo$view",
1254
+ "normalizedSignature": "GetTypeInfo|(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo|static=false",
1255
+ "provenance": "ExplicitView",
1256
+ "emitScope": "ViewOnly",
1257
+ "isStatic": false,
1258
+ "isAbstract": false,
1259
+ "isVirtual": true,
1260
+ "isOverride": false,
1261
+ "isSealed": false,
1262
+ "arity": 0,
1263
+ "parameterCount": 3,
1264
+ "sourceInterface": "Npgsql.Internal.IPgTypeInfoResolver",
1265
+ "isExtensionMethod": false
1266
+ }
1267
+ ],
1268
+ "properties": [],
1269
+ "fields": [],
1270
+ "events": [],
1271
+ "constructors": []
1272
+ },
1273
+ {
1274
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlConnector",
1275
+ "clrName": "Npgsql.Internal.NpgsqlConnector",
1276
+ "tsEmitName": "NpgsqlConnector",
1277
+ "kind": "Class",
1278
+ "accessibility": "Public",
1279
+ "isAbstract": false,
1280
+ "isSealed": true,
1281
+ "isStatic": false,
1282
+ "arity": 0,
1283
+ "methods": [
1284
+ {
1285
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlConnector::CreateCommand(System.String):Npgsql.NpgsqlCommand",
1286
+ "clrName": "CreateCommand",
1287
+ "tsEmitName": "createCommand",
1288
+ "normalizedSignature": "CreateCommand|(System.String):Npgsql.NpgsqlCommand|static=false",
1289
+ "provenance": "Original",
1290
+ "emitScope": "ClassSurface",
1291
+ "isStatic": false,
1292
+ "isAbstract": false,
1293
+ "isVirtual": false,
1294
+ "isOverride": false,
1295
+ "isSealed": false,
1296
+ "arity": 0,
1297
+ "parameterCount": 1,
1298
+ "isExtensionMethod": false
1299
+ },
1300
+ {
1301
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlConnector::CreateBatch():Npgsql.NpgsqlBatch",
1302
+ "clrName": "CreateBatch",
1303
+ "tsEmitName": "createBatch",
1304
+ "normalizedSignature": "CreateBatch|():Npgsql.NpgsqlBatch|static=false",
1305
+ "provenance": "Original",
1306
+ "emitScope": "ClassSurface",
1307
+ "isStatic": false,
1308
+ "isAbstract": false,
1309
+ "isVirtual": false,
1310
+ "isOverride": false,
1311
+ "isSealed": false,
1312
+ "arity": 0,
1313
+ "parameterCount": 0,
1314
+ "isExtensionMethod": false
1315
+ }
1316
+ ],
1317
+ "properties": [
1318
+ {
1319
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlConnector::Settings:Npgsql.NpgsqlConnectionStringBuilder",
1320
+ "clrName": "Settings",
1321
+ "tsEmitName": "settings",
1322
+ "normalizedSignature": "Settings|:Npgsql.NpgsqlConnectionStringBuilder|static=false|accessor=get",
1323
+ "provenance": "Original",
1324
+ "emitScope": "ClassSurface",
1325
+ "isStatic": false,
1326
+ "isAbstract": false,
1327
+ "isVirtual": false,
1328
+ "isOverride": false,
1329
+ "isIndexer": false,
1330
+ "hasGetter": true,
1331
+ "hasSetter": false
1332
+ },
1333
+ {
1334
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlConnector::TextEncoding:System.Text.Encoding",
1335
+ "clrName": "TextEncoding",
1336
+ "tsEmitName": "textEncoding",
1337
+ "normalizedSignature": "TextEncoding|:System.Text.Encoding|static=false|accessor=get",
1338
+ "provenance": "Original",
1339
+ "emitScope": "ClassSurface",
1340
+ "isStatic": false,
1341
+ "isAbstract": false,
1342
+ "isVirtual": false,
1343
+ "isOverride": false,
1344
+ "isIndexer": false,
1345
+ "hasGetter": true,
1346
+ "hasSetter": false
1347
+ },
1348
+ {
1349
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlConnector::DatabaseInfo:Npgsql.Internal.NpgsqlDatabaseInfo",
1350
+ "clrName": "DatabaseInfo",
1351
+ "tsEmitName": "databaseInfo",
1352
+ "normalizedSignature": "DatabaseInfo|:Npgsql.Internal.NpgsqlDatabaseInfo|static=false|accessor=get",
1353
+ "provenance": "Original",
1354
+ "emitScope": "ClassSurface",
1355
+ "isStatic": false,
1356
+ "isAbstract": false,
1357
+ "isVirtual": false,
1358
+ "isOverride": false,
1359
+ "isIndexer": false,
1360
+ "hasGetter": true,
1361
+ "hasSetter": false
1362
+ }
1363
+ ],
1364
+ "fields": [],
1365
+ "events": [],
1366
+ "constructors": []
1367
+ },
1368
+ {
1369
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo",
1370
+ "clrName": "Npgsql.Internal.NpgsqlDatabaseInfo",
1371
+ "tsEmitName": "NpgsqlDatabaseInfo",
1372
+ "kind": "Class",
1373
+ "accessibility": "Public",
1374
+ "isAbstract": true,
1375
+ "isSealed": false,
1376
+ "isStatic": false,
1377
+ "arity": 0,
1378
+ "methods": [
1379
+ {
1380
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::GetPostgresType(System.UInt32):Npgsql.PostgresTypes.PostgresType",
1381
+ "clrName": "GetPostgresType",
1382
+ "tsEmitName": "getPostgresType",
1383
+ "normalizedSignature": "GetPostgresType|(System.UInt32):Npgsql.PostgresTypes.PostgresType|static=false",
1384
+ "provenance": "Original",
1385
+ "emitScope": "ClassSurface",
1386
+ "isStatic": false,
1387
+ "isAbstract": false,
1388
+ "isVirtual": false,
1389
+ "isOverride": false,
1390
+ "isSealed": false,
1391
+ "arity": 0,
1392
+ "parameterCount": 1,
1393
+ "isExtensionMethod": false
1394
+ },
1395
+ {
1396
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::GetPostgresType(System.String):Npgsql.PostgresTypes.PostgresType",
1397
+ "clrName": "GetPostgresType",
1398
+ "tsEmitName": "getPostgresType",
1399
+ "normalizedSignature": "GetPostgresType|(System.String):Npgsql.PostgresTypes.PostgresType|static=false",
1400
+ "provenance": "Original",
1401
+ "emitScope": "ClassSurface",
1402
+ "isStatic": false,
1403
+ "isAbstract": false,
1404
+ "isVirtual": false,
1405
+ "isOverride": false,
1406
+ "isSealed": false,
1407
+ "arity": 0,
1408
+ "parameterCount": 1,
1409
+ "isExtensionMethod": false
1410
+ },
1411
+ {
1412
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::TryGetPostgresTypeByName(System.String,Npgsql.PostgresTypes.PostgresType\u0026):System.Boolean",
1413
+ "clrName": "TryGetPostgresTypeByName",
1414
+ "tsEmitName": "tryGetPostgresTypeByName",
1415
+ "normalizedSignature": "TryGetPostgresTypeByName|(System.String,Npgsql.PostgresTypes.PostgresType\u0026):System.Boolean|static=false",
1416
+ "provenance": "Original",
1417
+ "emitScope": "ClassSurface",
1418
+ "isStatic": false,
1419
+ "isAbstract": false,
1420
+ "isVirtual": false,
1421
+ "isOverride": false,
1422
+ "isSealed": false,
1423
+ "arity": 0,
1424
+ "parameterCount": 2,
1425
+ "isExtensionMethod": false,
1426
+ "parameterModifiers": [
1427
+ {
1428
+ "index": 1,
1429
+ "modifier": "out"
1430
+ }
1431
+ ]
1432
+ },
1433
+ {
1434
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::RegisterFactory(Npgsql.Internal.INpgsqlDatabaseInfoFactory):System.Void",
1435
+ "clrName": "RegisterFactory",
1436
+ "tsEmitName": "registerFactory",
1437
+ "normalizedSignature": "RegisterFactory|(Npgsql.Internal.INpgsqlDatabaseInfoFactory):System.Void|static=true",
1438
+ "provenance": "Original",
1439
+ "emitScope": "ClassSurface",
1440
+ "isStatic": true,
1441
+ "isAbstract": false,
1442
+ "isVirtual": false,
1443
+ "isOverride": false,
1444
+ "isSealed": false,
1445
+ "arity": 0,
1446
+ "parameterCount": 1,
1447
+ "isExtensionMethod": false
1448
+ }
1449
+ ],
1450
+ "properties": [
1451
+ {
1452
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::Host:System.String",
1453
+ "clrName": "Host",
1454
+ "tsEmitName": "host",
1455
+ "normalizedSignature": "Host|:System.String|static=false|accessor=get",
1456
+ "provenance": "Original",
1457
+ "emitScope": "ClassSurface",
1458
+ "isStatic": false,
1459
+ "isAbstract": false,
1460
+ "isVirtual": false,
1461
+ "isOverride": false,
1462
+ "isIndexer": false,
1463
+ "hasGetter": true,
1464
+ "hasSetter": false
1465
+ },
1466
+ {
1467
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::Port:System.Int32",
1468
+ "clrName": "Port",
1469
+ "tsEmitName": "port",
1470
+ "normalizedSignature": "Port|:System.Int32|static=false|accessor=get",
1471
+ "provenance": "Original",
1472
+ "emitScope": "ClassSurface",
1473
+ "isStatic": false,
1474
+ "isAbstract": false,
1475
+ "isVirtual": false,
1476
+ "isOverride": false,
1477
+ "isIndexer": false,
1478
+ "hasGetter": true,
1479
+ "hasSetter": false
1480
+ },
1481
+ {
1482
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::Name:System.String",
1483
+ "clrName": "Name",
1484
+ "tsEmitName": "name",
1485
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
1486
+ "provenance": "Original",
1487
+ "emitScope": "ClassSurface",
1488
+ "isStatic": false,
1489
+ "isAbstract": false,
1490
+ "isVirtual": false,
1491
+ "isOverride": false,
1492
+ "isIndexer": false,
1493
+ "hasGetter": true,
1494
+ "hasSetter": false
1495
+ },
1496
+ {
1497
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::Version:System.Version",
1498
+ "clrName": "Version",
1499
+ "tsEmitName": "version",
1500
+ "normalizedSignature": "Version|:System.Version|static=false|accessor=get",
1501
+ "provenance": "Original",
1502
+ "emitScope": "ClassSurface",
1503
+ "isStatic": false,
1504
+ "isAbstract": false,
1505
+ "isVirtual": false,
1506
+ "isOverride": false,
1507
+ "isIndexer": false,
1508
+ "hasGetter": true,
1509
+ "hasSetter": false
1510
+ },
1511
+ {
1512
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::ServerVersion:System.String",
1513
+ "clrName": "ServerVersion",
1514
+ "tsEmitName": "serverVersion",
1515
+ "normalizedSignature": "ServerVersion|:System.String|static=false|accessor=get",
1516
+ "provenance": "Original",
1517
+ "emitScope": "ClassSurface",
1518
+ "isStatic": false,
1519
+ "isAbstract": false,
1520
+ "isVirtual": false,
1521
+ "isOverride": false,
1522
+ "isIndexer": false,
1523
+ "hasGetter": true,
1524
+ "hasSetter": false
1525
+ },
1526
+ {
1527
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsRangeTypes:System.Boolean",
1528
+ "clrName": "SupportsRangeTypes",
1529
+ "tsEmitName": "supportsRangeTypes",
1530
+ "normalizedSignature": "SupportsRangeTypes|:System.Boolean|static=false|accessor=get",
1531
+ "provenance": "Original",
1532
+ "emitScope": "ClassSurface",
1533
+ "isStatic": false,
1534
+ "isAbstract": false,
1535
+ "isVirtual": true,
1536
+ "isOverride": false,
1537
+ "isIndexer": false,
1538
+ "hasGetter": true,
1539
+ "hasSetter": false
1540
+ },
1541
+ {
1542
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsMultirangeTypes:System.Boolean",
1543
+ "clrName": "SupportsMultirangeTypes",
1544
+ "tsEmitName": "supportsMultirangeTypes",
1545
+ "normalizedSignature": "SupportsMultirangeTypes|:System.Boolean|static=false|accessor=get",
1546
+ "provenance": "Original",
1547
+ "emitScope": "ClassSurface",
1548
+ "isStatic": false,
1549
+ "isAbstract": false,
1550
+ "isVirtual": true,
1551
+ "isOverride": false,
1552
+ "isIndexer": false,
1553
+ "hasGetter": true,
1554
+ "hasSetter": false
1555
+ },
1556
+ {
1557
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsEnumTypes:System.Boolean",
1558
+ "clrName": "SupportsEnumTypes",
1559
+ "tsEmitName": "supportsEnumTypes",
1560
+ "normalizedSignature": "SupportsEnumTypes|:System.Boolean|static=false|accessor=get",
1561
+ "provenance": "Original",
1562
+ "emitScope": "ClassSurface",
1563
+ "isStatic": false,
1564
+ "isAbstract": false,
1565
+ "isVirtual": true,
1566
+ "isOverride": false,
1567
+ "isIndexer": false,
1568
+ "hasGetter": true,
1569
+ "hasSetter": false
1570
+ },
1571
+ {
1572
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsCloseAll:System.Boolean",
1573
+ "clrName": "SupportsCloseAll",
1574
+ "tsEmitName": "supportsCloseAll",
1575
+ "normalizedSignature": "SupportsCloseAll|:System.Boolean|static=false|accessor=get",
1576
+ "provenance": "Original",
1577
+ "emitScope": "ClassSurface",
1578
+ "isStatic": false,
1579
+ "isAbstract": false,
1580
+ "isVirtual": true,
1581
+ "isOverride": false,
1582
+ "isIndexer": false,
1583
+ "hasGetter": true,
1584
+ "hasSetter": false
1585
+ },
1586
+ {
1587
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsAdvisoryLocks:System.Boolean",
1588
+ "clrName": "SupportsAdvisoryLocks",
1589
+ "tsEmitName": "supportsAdvisoryLocks",
1590
+ "normalizedSignature": "SupportsAdvisoryLocks|:System.Boolean|static=false|accessor=get",
1591
+ "provenance": "Original",
1592
+ "emitScope": "ClassSurface",
1593
+ "isStatic": false,
1594
+ "isAbstract": false,
1595
+ "isVirtual": true,
1596
+ "isOverride": false,
1597
+ "isIndexer": false,
1598
+ "hasGetter": true,
1599
+ "hasSetter": false
1600
+ },
1601
+ {
1602
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsDiscardSequences:System.Boolean",
1603
+ "clrName": "SupportsDiscardSequences",
1604
+ "tsEmitName": "supportsDiscardSequences",
1605
+ "normalizedSignature": "SupportsDiscardSequences|:System.Boolean|static=false|accessor=get",
1606
+ "provenance": "Original",
1607
+ "emitScope": "ClassSurface",
1608
+ "isStatic": false,
1609
+ "isAbstract": false,
1610
+ "isVirtual": true,
1611
+ "isOverride": false,
1612
+ "isIndexer": false,
1613
+ "hasGetter": true,
1614
+ "hasSetter": false
1615
+ },
1616
+ {
1617
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsUnlisten:System.Boolean",
1618
+ "clrName": "SupportsUnlisten",
1619
+ "tsEmitName": "supportsUnlisten",
1620
+ "normalizedSignature": "SupportsUnlisten|:System.Boolean|static=false|accessor=get",
1621
+ "provenance": "Original",
1622
+ "emitScope": "ClassSurface",
1623
+ "isStatic": false,
1624
+ "isAbstract": false,
1625
+ "isVirtual": true,
1626
+ "isOverride": false,
1627
+ "isIndexer": false,
1628
+ "hasGetter": true,
1629
+ "hasSetter": false
1630
+ },
1631
+ {
1632
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsDiscardTemp:System.Boolean",
1633
+ "clrName": "SupportsDiscardTemp",
1634
+ "tsEmitName": "supportsDiscardTemp",
1635
+ "normalizedSignature": "SupportsDiscardTemp|:System.Boolean|static=false|accessor=get",
1636
+ "provenance": "Original",
1637
+ "emitScope": "ClassSurface",
1638
+ "isStatic": false,
1639
+ "isAbstract": false,
1640
+ "isVirtual": true,
1641
+ "isOverride": false,
1642
+ "isIndexer": false,
1643
+ "hasGetter": true,
1644
+ "hasSetter": false
1645
+ },
1646
+ {
1647
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsDiscard:System.Boolean",
1648
+ "clrName": "SupportsDiscard",
1649
+ "tsEmitName": "supportsDiscard",
1650
+ "normalizedSignature": "SupportsDiscard|:System.Boolean|static=false|accessor=get",
1651
+ "provenance": "Original",
1652
+ "emitScope": "ClassSurface",
1653
+ "isStatic": false,
1654
+ "isAbstract": false,
1655
+ "isVirtual": true,
1656
+ "isOverride": false,
1657
+ "isIndexer": false,
1658
+ "hasGetter": true,
1659
+ "hasSetter": false
1660
+ },
1661
+ {
1662
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::HasIntegerDateTimes:System.Boolean",
1663
+ "clrName": "HasIntegerDateTimes",
1664
+ "tsEmitName": "hasIntegerDateTimes",
1665
+ "normalizedSignature": "HasIntegerDateTimes|:System.Boolean|static=false|accessor=get",
1666
+ "provenance": "Original",
1667
+ "emitScope": "ClassSurface",
1668
+ "isStatic": false,
1669
+ "isAbstract": false,
1670
+ "isVirtual": true,
1671
+ "isOverride": false,
1672
+ "isIndexer": false,
1673
+ "hasGetter": true,
1674
+ "hasSetter": false
1675
+ },
1676
+ {
1677
+ "stableId": "Npgsql:Npgsql.Internal.NpgsqlDatabaseInfo::SupportsTransactions:System.Boolean",
1678
+ "clrName": "SupportsTransactions",
1679
+ "tsEmitName": "supportsTransactions",
1680
+ "normalizedSignature": "SupportsTransactions|:System.Boolean|static=false|accessor=get",
1681
+ "provenance": "Original",
1682
+ "emitScope": "ClassSurface",
1683
+ "isStatic": false,
1684
+ "isAbstract": false,
1685
+ "isVirtual": true,
1686
+ "isOverride": false,
1687
+ "isIndexer": false,
1688
+ "hasGetter": true,
1689
+ "hasSetter": false
1690
+ }
1691
+ ],
1692
+ "fields": [],
1693
+ "events": [],
1694
+ "constructors": []
1695
+ },
1696
+ {
1697
+ "stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601",
1698
+ "clrName": "Npgsql.Internal.PgBufferedConverter\u00601",
1699
+ "tsEmitName": "PgBufferedConverter_1",
1700
+ "kind": "Class",
1701
+ "accessibility": "Public",
1702
+ "isAbstract": true,
1703
+ "isSealed": false,
1704
+ "isStatic": false,
1705
+ "arity": 1,
1706
+ "methods": [
1707
+ {
1708
+ "stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::GetSize(Npgsql.Internal.SizeContext,T,System.Object\u0026):Npgsql.Internal.Size",
1709
+ "clrName": "GetSize",
1710
+ "tsEmitName": "getSize",
1711
+ "normalizedSignature": "GetSize|(Npgsql.Internal.SizeContext,T,System.Object\u0026):Npgsql.Internal.Size|static=false",
1712
+ "provenance": "Original",
1713
+ "emitScope": "ClassSurface",
1714
+ "isStatic": false,
1715
+ "isAbstract": false,
1716
+ "isVirtual": true,
1717
+ "isOverride": true,
1718
+ "isSealed": false,
1719
+ "arity": 0,
1720
+ "parameterCount": 3,
1721
+ "isExtensionMethod": false,
1722
+ "parameterModifiers": [
1723
+ {
1724
+ "index": 2,
1725
+ "modifier": "ref"
1726
+ }
1727
+ ]
1728
+ },
1729
+ {
1730
+ "stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::Read(Npgsql.Internal.PgReader):T",
1731
+ "clrName": "Read",
1732
+ "tsEmitName": "read",
1733
+ "normalizedSignature": "Read|(Npgsql.Internal.PgReader):T|static=false",
1734
+ "provenance": "Original",
1735
+ "emitScope": "ClassSurface",
1736
+ "isStatic": false,
1737
+ "isAbstract": false,
1738
+ "isVirtual": true,
1739
+ "isOverride": true,
1740
+ "isSealed": true,
1741
+ "arity": 0,
1742
+ "parameterCount": 1,
1743
+ "isExtensionMethod": false
1744
+ },
1745
+ {
1746
+ "stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::ReadAsync(Npgsql.Internal.PgReader,System.Threading.CancellationToken):ValueTask_1",
1747
+ "clrName": "ReadAsync",
1748
+ "tsEmitName": "readAsync2",
1749
+ "normalizedSignature": "ReadAsync|(Npgsql.Internal.PgReader,System.Threading.CancellationToken):ValueTask_1|static=false",
1750
+ "provenance": "Original",
1751
+ "emitScope": "ClassSurface",
1752
+ "isStatic": false,
1753
+ "isAbstract": false,
1754
+ "isVirtual": true,
1755
+ "isOverride": true,
1756
+ "isSealed": true,
1757
+ "arity": 0,
1758
+ "parameterCount": 2,
1759
+ "isExtensionMethod": false
1760
+ },
1761
+ {
1762
+ "stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::Write(Npgsql.Internal.PgWriter,T):System.Void",
1763
+ "clrName": "Write",
1764
+ "tsEmitName": "write",
1765
+ "normalizedSignature": "Write|(Npgsql.Internal.PgWriter,T):System.Void|static=false",
1766
+ "provenance": "Original",
1767
+ "emitScope": "ClassSurface",
1768
+ "isStatic": false,
1769
+ "isAbstract": false,
1770
+ "isVirtual": true,
1771
+ "isOverride": true,
1772
+ "isSealed": true,
1773
+ "arity": 0,
1774
+ "parameterCount": 2,
1775
+ "isExtensionMethod": false
1776
+ },
1777
+ {
1778
+ "stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::WriteAsync(Npgsql.Internal.PgWriter,T,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
1779
+ "clrName": "WriteAsync",
1780
+ "tsEmitName": "writeAsync",
1781
+ "normalizedSignature": "WriteAsync|(Npgsql.Internal.PgWriter,T,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
1782
+ "provenance": "Original",
1783
+ "emitScope": "ClassSurface",
1784
+ "isStatic": false,
1785
+ "isAbstract": false,
1786
+ "isVirtual": true,
1787
+ "isOverride": true,
1788
+ "isSealed": true,
1789
+ "arity": 0,
1790
+ "parameterCount": 3,
1791
+ "isExtensionMethod": false
1792
+ },
1793
+ {
1794
+ "stableId": "Npgsql:Npgsql.Internal.PgBufferedConverter\u00601::ReadAsync(Npgsql.Internal.PgReader,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1",
1795
+ "clrName": "ReadAsync",
1796
+ "tsEmitName": "readAsync",
1797
+ "normalizedSignature": "ReadAsync|(Npgsql.Internal.PgReader,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1|static=false",
1798
+ "provenance": "BaseOverload",
1799
+ "emitScope": "ClassSurface",
1800
+ "isStatic": false,
1801
+ "isAbstract": true,
1802
+ "isVirtual": true,
1803
+ "isOverride": false,
1804
+ "isSealed": false,
1805
+ "arity": 0,
1806
+ "parameterCount": 2,
1807
+ "isExtensionMethod": false
1808
+ }
1809
+ ],
1810
+ "properties": [],
1811
+ "fields": [],
1812
+ "events": [],
1813
+ "constructors": []
1814
+ },
1815
+ {
1816
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter",
1817
+ "clrName": "Npgsql.Internal.PgConverter",
1818
+ "tsEmitName": "PgConverter",
1819
+ "kind": "Class",
1820
+ "accessibility": "Public",
1821
+ "isAbstract": true,
1822
+ "isSealed": false,
1823
+ "isStatic": false,
1824
+ "arity": 0,
1825
+ "methods": [
1826
+ {
1827
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter::CanConvert(Npgsql.Internal.DataFormat,Npgsql.Internal.BufferRequirements\u0026):System.Boolean",
1828
+ "clrName": "CanConvert",
1829
+ "tsEmitName": "canConvert",
1830
+ "normalizedSignature": "CanConvert|(Npgsql.Internal.DataFormat,Npgsql.Internal.BufferRequirements\u0026):System.Boolean|static=false",
1831
+ "provenance": "Original",
1832
+ "emitScope": "ClassSurface",
1833
+ "isStatic": false,
1834
+ "isAbstract": true,
1835
+ "isVirtual": true,
1836
+ "isOverride": false,
1837
+ "isSealed": false,
1838
+ "arity": 0,
1839
+ "parameterCount": 2,
1840
+ "isExtensionMethod": false,
1841
+ "parameterModifiers": [
1842
+ {
1843
+ "index": 1,
1844
+ "modifier": "out"
1845
+ }
1846
+ ]
1847
+ }
1848
+ ],
1849
+ "properties": [
1850
+ {
1851
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter::IsDbNullable:System.Boolean",
1852
+ "clrName": "IsDbNullable",
1853
+ "tsEmitName": "isDbNullable",
1854
+ "normalizedSignature": "IsDbNullable|:System.Boolean|static=false|accessor=get",
1855
+ "provenance": "Original",
1856
+ "emitScope": "ClassSurface",
1857
+ "isStatic": false,
1858
+ "isAbstract": false,
1859
+ "isVirtual": false,
1860
+ "isOverride": false,
1861
+ "isIndexer": false,
1862
+ "hasGetter": true,
1863
+ "hasSetter": false
1864
+ }
1865
+ ],
1866
+ "fields": [],
1867
+ "events": [],
1868
+ "constructors": []
1869
+ },
1870
+ {
1871
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601",
1872
+ "clrName": "Npgsql.Internal.PgConverter\u00601",
1873
+ "tsEmitName": "PgConverter_1",
1874
+ "kind": "Class",
1875
+ "accessibility": "Public",
1876
+ "isAbstract": true,
1877
+ "isSealed": false,
1878
+ "isStatic": false,
1879
+ "arity": 1,
1880
+ "methods": [
1881
+ {
1882
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601::IsDbNull(T,System.Object\u0026):System.Boolean",
1883
+ "clrName": "IsDbNull",
1884
+ "tsEmitName": "isDbNull",
1885
+ "normalizedSignature": "IsDbNull|(T,System.Object\u0026):System.Boolean|static=false",
1886
+ "provenance": "Original",
1887
+ "emitScope": "ClassSurface",
1888
+ "isStatic": false,
1889
+ "isAbstract": false,
1890
+ "isVirtual": false,
1891
+ "isOverride": false,
1892
+ "isSealed": false,
1893
+ "arity": 0,
1894
+ "parameterCount": 2,
1895
+ "isExtensionMethod": false,
1896
+ "parameterModifiers": [
1897
+ {
1898
+ "index": 1,
1899
+ "modifier": "ref"
1900
+ }
1901
+ ]
1902
+ },
1903
+ {
1904
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601::Read(Npgsql.Internal.PgReader):T",
1905
+ "clrName": "Read",
1906
+ "tsEmitName": "read",
1907
+ "normalizedSignature": "Read|(Npgsql.Internal.PgReader):T|static=false",
1908
+ "provenance": "Original",
1909
+ "emitScope": "ClassSurface",
1910
+ "isStatic": false,
1911
+ "isAbstract": true,
1912
+ "isVirtual": true,
1913
+ "isOverride": false,
1914
+ "isSealed": false,
1915
+ "arity": 0,
1916
+ "parameterCount": 1,
1917
+ "isExtensionMethod": false
1918
+ },
1919
+ {
1920
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601::ReadAsync(Npgsql.Internal.PgReader,System.Threading.CancellationToken):ValueTask_1",
1921
+ "clrName": "ReadAsync",
1922
+ "tsEmitName": "readAsync",
1923
+ "normalizedSignature": "ReadAsync|(Npgsql.Internal.PgReader,System.Threading.CancellationToken):ValueTask_1|static=false",
1924
+ "provenance": "Original",
1925
+ "emitScope": "ClassSurface",
1926
+ "isStatic": false,
1927
+ "isAbstract": true,
1928
+ "isVirtual": true,
1929
+ "isOverride": false,
1930
+ "isSealed": false,
1931
+ "arity": 0,
1932
+ "parameterCount": 2,
1933
+ "isExtensionMethod": false
1934
+ },
1935
+ {
1936
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601::GetSize(Npgsql.Internal.SizeContext,T,System.Object\u0026):Npgsql.Internal.Size",
1937
+ "clrName": "GetSize",
1938
+ "tsEmitName": "getSize",
1939
+ "normalizedSignature": "GetSize|(Npgsql.Internal.SizeContext,T,System.Object\u0026):Npgsql.Internal.Size|static=false",
1940
+ "provenance": "Original",
1941
+ "emitScope": "ClassSurface",
1942
+ "isStatic": false,
1943
+ "isAbstract": true,
1944
+ "isVirtual": true,
1945
+ "isOverride": false,
1946
+ "isSealed": false,
1947
+ "arity": 0,
1948
+ "parameterCount": 3,
1949
+ "isExtensionMethod": false,
1950
+ "parameterModifiers": [
1951
+ {
1952
+ "index": 2,
1953
+ "modifier": "ref"
1954
+ }
1955
+ ]
1956
+ },
1957
+ {
1958
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601::Write(Npgsql.Internal.PgWriter,T):System.Void",
1959
+ "clrName": "Write",
1960
+ "tsEmitName": "write",
1961
+ "normalizedSignature": "Write|(Npgsql.Internal.PgWriter,T):System.Void|static=false",
1962
+ "provenance": "Original",
1963
+ "emitScope": "ClassSurface",
1964
+ "isStatic": false,
1965
+ "isAbstract": true,
1966
+ "isVirtual": true,
1967
+ "isOverride": false,
1968
+ "isSealed": false,
1969
+ "arity": 0,
1970
+ "parameterCount": 2,
1971
+ "isExtensionMethod": false
1972
+ },
1973
+ {
1974
+ "stableId": "Npgsql:Npgsql.Internal.PgConverter\u00601::WriteAsync(Npgsql.Internal.PgWriter,T,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
1975
+ "clrName": "WriteAsync",
1976
+ "tsEmitName": "writeAsync",
1977
+ "normalizedSignature": "WriteAsync|(Npgsql.Internal.PgWriter,T,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
1978
+ "provenance": "Original",
1979
+ "emitScope": "ClassSurface",
1980
+ "isStatic": false,
1981
+ "isAbstract": true,
1982
+ "isVirtual": true,
1983
+ "isOverride": false,
1984
+ "isSealed": false,
1985
+ "arity": 0,
1986
+ "parameterCount": 3,
1987
+ "isExtensionMethod": false
1988
+ }
1989
+ ],
1990
+ "properties": [],
1991
+ "fields": [],
1992
+ "events": [],
1993
+ "constructors": []
1994
+ },
1995
+ {
1996
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolver",
1997
+ "clrName": "Npgsql.Internal.PgConverterResolver",
1998
+ "tsEmitName": "PgConverterResolver",
1999
+ "kind": "Class",
2000
+ "accessibility": "Public",
2001
+ "isAbstract": true,
2002
+ "isSealed": false,
2003
+ "isStatic": false,
2004
+ "arity": 0,
2005
+ "methods": [
2006
+ {
2007
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolver::GetDefault(System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):Npgsql.Internal.PgConverterResolution",
2008
+ "clrName": "GetDefault",
2009
+ "tsEmitName": "getDefault",
2010
+ "normalizedSignature": "GetDefault|(System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):Npgsql.Internal.PgConverterResolution|static=false",
2011
+ "provenance": "Original",
2012
+ "emitScope": "ClassSurface",
2013
+ "isStatic": false,
2014
+ "isAbstract": true,
2015
+ "isVirtual": true,
2016
+ "isOverride": false,
2017
+ "isSealed": false,
2018
+ "arity": 0,
2019
+ "parameterCount": 1,
2020
+ "isExtensionMethod": false
2021
+ },
2022
+ {
2023
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolver::Get(Npgsql.Internal.Postgres.Field):Npgsql.Internal.PgConverterResolution",
2024
+ "clrName": "Get",
2025
+ "tsEmitName": "get_",
2026
+ "normalizedSignature": "Get|(Npgsql.Internal.Postgres.Field):Npgsql.Internal.PgConverterResolution|static=false",
2027
+ "provenance": "Original",
2028
+ "emitScope": "ClassSurface",
2029
+ "isStatic": false,
2030
+ "isAbstract": false,
2031
+ "isVirtual": true,
2032
+ "isOverride": false,
2033
+ "isSealed": false,
2034
+ "arity": 0,
2035
+ "parameterCount": 1,
2036
+ "isExtensionMethod": false
2037
+ }
2038
+ ],
2039
+ "properties": [],
2040
+ "fields": [],
2041
+ "events": [],
2042
+ "constructors": []
2043
+ },
2044
+ {
2045
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolver\u00601",
2046
+ "clrName": "Npgsql.Internal.PgConverterResolver\u00601",
2047
+ "tsEmitName": "PgConverterResolver_1",
2048
+ "kind": "Class",
2049
+ "accessibility": "Public",
2050
+ "isAbstract": true,
2051
+ "isSealed": false,
2052
+ "isStatic": false,
2053
+ "arity": 1,
2054
+ "methods": [
2055
+ {
2056
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolver\u00601::Get(T,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Nullable_1[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
2057
+ "clrName": "Get",
2058
+ "tsEmitName": "get_2",
2059
+ "normalizedSignature": "Get|(T,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Nullable_1[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
2060
+ "provenance": "Original",
2061
+ "emitScope": "ClassSurface",
2062
+ "isStatic": false,
2063
+ "isAbstract": true,
2064
+ "isVirtual": true,
2065
+ "isOverride": false,
2066
+ "isSealed": false,
2067
+ "arity": 0,
2068
+ "parameterCount": 2,
2069
+ "isExtensionMethod": false
2070
+ },
2071
+ {
2072
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterResolver\u00601::Get(Npgsql.Internal.Postgres.Field):Npgsql.Internal.PgConverterResolution",
2073
+ "clrName": "Get",
2074
+ "tsEmitName": "get_",
2075
+ "normalizedSignature": "Get|(Npgsql.Internal.Postgres.Field):Npgsql.Internal.PgConverterResolution|static=false",
2076
+ "provenance": "BaseOverload",
2077
+ "emitScope": "ClassSurface",
2078
+ "isStatic": false,
2079
+ "isAbstract": false,
2080
+ "isVirtual": true,
2081
+ "isOverride": false,
2082
+ "isSealed": false,
2083
+ "arity": 0,
2084
+ "parameterCount": 1,
2085
+ "isExtensionMethod": false
2086
+ }
2087
+ ],
2088
+ "properties": [],
2089
+ "fields": [],
2090
+ "events": [],
2091
+ "constructors": []
2092
+ },
2093
+ {
2094
+ "stableId": "Npgsql:Npgsql.Internal.PgReader",
2095
+ "clrName": "Npgsql.Internal.PgReader",
2096
+ "tsEmitName": "PgReader",
2097
+ "kind": "Class",
2098
+ "accessibility": "Public",
2099
+ "isAbstract": false,
2100
+ "isSealed": false,
2101
+ "isStatic": false,
2102
+ "arity": 0,
2103
+ "methods": [
2104
+ {
2105
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadByte():System.Byte",
2106
+ "clrName": "ReadByte",
2107
+ "tsEmitName": "readByte",
2108
+ "normalizedSignature": "ReadByte|():System.Byte|static=false",
2109
+ "provenance": "Original",
2110
+ "emitScope": "ClassSurface",
2111
+ "isStatic": false,
2112
+ "isAbstract": false,
2113
+ "isVirtual": false,
2114
+ "isOverride": false,
2115
+ "isSealed": false,
2116
+ "arity": 0,
2117
+ "parameterCount": 0,
2118
+ "isExtensionMethod": false
2119
+ },
2120
+ {
2121
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadInt16():System.Int16",
2122
+ "clrName": "ReadInt16",
2123
+ "tsEmitName": "readInt16",
2124
+ "normalizedSignature": "ReadInt16|():System.Int16|static=false",
2125
+ "provenance": "Original",
2126
+ "emitScope": "ClassSurface",
2127
+ "isStatic": false,
2128
+ "isAbstract": false,
2129
+ "isVirtual": false,
2130
+ "isOverride": false,
2131
+ "isSealed": false,
2132
+ "arity": 0,
2133
+ "parameterCount": 0,
2134
+ "isExtensionMethod": false
2135
+ },
2136
+ {
2137
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadInt32():System.Int32",
2138
+ "clrName": "ReadInt32",
2139
+ "tsEmitName": "readInt32",
2140
+ "normalizedSignature": "ReadInt32|():System.Int32|static=false",
2141
+ "provenance": "Original",
2142
+ "emitScope": "ClassSurface",
2143
+ "isStatic": false,
2144
+ "isAbstract": false,
2145
+ "isVirtual": false,
2146
+ "isOverride": false,
2147
+ "isSealed": false,
2148
+ "arity": 0,
2149
+ "parameterCount": 0,
2150
+ "isExtensionMethod": false
2151
+ },
2152
+ {
2153
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadInt64():System.Int64",
2154
+ "clrName": "ReadInt64",
2155
+ "tsEmitName": "readInt64",
2156
+ "normalizedSignature": "ReadInt64|():System.Int64|static=false",
2157
+ "provenance": "Original",
2158
+ "emitScope": "ClassSurface",
2159
+ "isStatic": false,
2160
+ "isAbstract": false,
2161
+ "isVirtual": false,
2162
+ "isOverride": false,
2163
+ "isSealed": false,
2164
+ "arity": 0,
2165
+ "parameterCount": 0,
2166
+ "isExtensionMethod": false
2167
+ },
2168
+ {
2169
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadUInt16():System.UInt16",
2170
+ "clrName": "ReadUInt16",
2171
+ "tsEmitName": "readUInt16",
2172
+ "normalizedSignature": "ReadUInt16|():System.UInt16|static=false",
2173
+ "provenance": "Original",
2174
+ "emitScope": "ClassSurface",
2175
+ "isStatic": false,
2176
+ "isAbstract": false,
2177
+ "isVirtual": false,
2178
+ "isOverride": false,
2179
+ "isSealed": false,
2180
+ "arity": 0,
2181
+ "parameterCount": 0,
2182
+ "isExtensionMethod": false
2183
+ },
2184
+ {
2185
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadUInt32():System.UInt32",
2186
+ "clrName": "ReadUInt32",
2187
+ "tsEmitName": "readUInt32",
2188
+ "normalizedSignature": "ReadUInt32|():System.UInt32|static=false",
2189
+ "provenance": "Original",
2190
+ "emitScope": "ClassSurface",
2191
+ "isStatic": false,
2192
+ "isAbstract": false,
2193
+ "isVirtual": false,
2194
+ "isOverride": false,
2195
+ "isSealed": false,
2196
+ "arity": 0,
2197
+ "parameterCount": 0,
2198
+ "isExtensionMethod": false
2199
+ },
2200
+ {
2201
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadUInt64():System.UInt64",
2202
+ "clrName": "ReadUInt64",
2203
+ "tsEmitName": "readUInt64",
2204
+ "normalizedSignature": "ReadUInt64|():System.UInt64|static=false",
2205
+ "provenance": "Original",
2206
+ "emitScope": "ClassSurface",
2207
+ "isStatic": false,
2208
+ "isAbstract": false,
2209
+ "isVirtual": false,
2210
+ "isOverride": false,
2211
+ "isSealed": false,
2212
+ "arity": 0,
2213
+ "parameterCount": 0,
2214
+ "isExtensionMethod": false
2215
+ },
2216
+ {
2217
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadFloat():System.Single",
2218
+ "clrName": "ReadFloat",
2219
+ "tsEmitName": "readFloat",
2220
+ "normalizedSignature": "ReadFloat|():System.Single|static=false",
2221
+ "provenance": "Original",
2222
+ "emitScope": "ClassSurface",
2223
+ "isStatic": false,
2224
+ "isAbstract": false,
2225
+ "isVirtual": false,
2226
+ "isOverride": false,
2227
+ "isSealed": false,
2228
+ "arity": 0,
2229
+ "parameterCount": 0,
2230
+ "isExtensionMethod": false
2231
+ },
2232
+ {
2233
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadDouble():System.Double",
2234
+ "clrName": "ReadDouble",
2235
+ "tsEmitName": "readDouble",
2236
+ "normalizedSignature": "ReadDouble|():System.Double|static=false",
2237
+ "provenance": "Original",
2238
+ "emitScope": "ClassSurface",
2239
+ "isStatic": false,
2240
+ "isAbstract": false,
2241
+ "isVirtual": false,
2242
+ "isOverride": false,
2243
+ "isSealed": false,
2244
+ "arity": 0,
2245
+ "parameterCount": 0,
2246
+ "isExtensionMethod": false
2247
+ },
2248
+ {
2249
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::Read(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
2250
+ "clrName": "Read",
2251
+ "tsEmitName": "read",
2252
+ "normalizedSignature": "Read|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
2253
+ "provenance": "Original",
2254
+ "emitScope": "ClassSurface",
2255
+ "isStatic": false,
2256
+ "isAbstract": false,
2257
+ "isVirtual": false,
2258
+ "isOverride": false,
2259
+ "isSealed": false,
2260
+ "arity": 0,
2261
+ "parameterCount": 1,
2262
+ "isExtensionMethod": false
2263
+ },
2264
+ {
2265
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadNullTerminatedStringAsync(System.Text.Encoding,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2266
+ "clrName": "ReadNullTerminatedStringAsync",
2267
+ "tsEmitName": "readNullTerminatedStringAsync",
2268
+ "normalizedSignature": "ReadNullTerminatedStringAsync|(System.Text.Encoding,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2269
+ "provenance": "Original",
2270
+ "emitScope": "ClassSurface",
2271
+ "isStatic": false,
2272
+ "isAbstract": false,
2273
+ "isVirtual": false,
2274
+ "isOverride": false,
2275
+ "isSealed": false,
2276
+ "arity": 0,
2277
+ "parameterCount": 2,
2278
+ "isExtensionMethod": false
2279
+ },
2280
+ {
2281
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadNullTerminatedString(System.Text.Encoding):System.String",
2282
+ "clrName": "ReadNullTerminatedString",
2283
+ "tsEmitName": "readNullTerminatedString",
2284
+ "normalizedSignature": "ReadNullTerminatedString|(System.Text.Encoding):System.String|static=false",
2285
+ "provenance": "Original",
2286
+ "emitScope": "ClassSurface",
2287
+ "isStatic": false,
2288
+ "isAbstract": false,
2289
+ "isVirtual": false,
2290
+ "isOverride": false,
2291
+ "isSealed": false,
2292
+ "arity": 0,
2293
+ "parameterCount": 1,
2294
+ "isExtensionMethod": false
2295
+ },
2296
+ {
2297
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::GetStream(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.IO.Stream",
2298
+ "clrName": "GetStream",
2299
+ "tsEmitName": "getStream",
2300
+ "normalizedSignature": "GetStream|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.IO.Stream|static=false",
2301
+ "provenance": "Original",
2302
+ "emitScope": "ClassSurface",
2303
+ "isStatic": false,
2304
+ "isAbstract": false,
2305
+ "isVirtual": false,
2306
+ "isOverride": false,
2307
+ "isSealed": false,
2308
+ "arity": 0,
2309
+ "parameterCount": 1,
2310
+ "isExtensionMethod": false
2311
+ },
2312
+ {
2313
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::GetTextReader(System.Text.Encoding):System.IO.TextReader",
2314
+ "clrName": "GetTextReader",
2315
+ "tsEmitName": "getTextReader",
2316
+ "normalizedSignature": "GetTextReader|(System.Text.Encoding):System.IO.TextReader|static=false",
2317
+ "provenance": "Original",
2318
+ "emitScope": "ClassSurface",
2319
+ "isStatic": false,
2320
+ "isAbstract": false,
2321
+ "isVirtual": false,
2322
+ "isOverride": false,
2323
+ "isSealed": false,
2324
+ "arity": 0,
2325
+ "parameterCount": 1,
2326
+ "isExtensionMethod": false
2327
+ },
2328
+ {
2329
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::GetTextReaderAsync(System.Text.Encoding,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.IO.TextReader,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2330
+ "clrName": "GetTextReaderAsync",
2331
+ "tsEmitName": "getTextReaderAsync",
2332
+ "normalizedSignature": "GetTextReaderAsync|(System.Text.Encoding,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.IO.TextReader,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2333
+ "provenance": "Original",
2334
+ "emitScope": "ClassSurface",
2335
+ "isStatic": false,
2336
+ "isAbstract": false,
2337
+ "isVirtual": false,
2338
+ "isOverride": false,
2339
+ "isSealed": false,
2340
+ "arity": 0,
2341
+ "parameterCount": 2,
2342
+ "isExtensionMethod": false
2343
+ },
2344
+ {
2345
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadBytesAsync(System.Memory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2346
+ "clrName": "ReadBytesAsync",
2347
+ "tsEmitName": "readBytesAsync",
2348
+ "normalizedSignature": "ReadBytesAsync|(System.Memory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2349
+ "provenance": "Original",
2350
+ "emitScope": "ClassSurface",
2351
+ "isStatic": false,
2352
+ "isAbstract": false,
2353
+ "isVirtual": false,
2354
+ "isOverride": false,
2355
+ "isSealed": false,
2356
+ "arity": 0,
2357
+ "parameterCount": 2,
2358
+ "isExtensionMethod": false
2359
+ },
2360
+ {
2361
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadBytes(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
2362
+ "clrName": "ReadBytes",
2363
+ "tsEmitName": "readBytes",
2364
+ "normalizedSignature": "ReadBytes|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
2365
+ "provenance": "Original",
2366
+ "emitScope": "ClassSurface",
2367
+ "isStatic": false,
2368
+ "isAbstract": false,
2369
+ "isVirtual": false,
2370
+ "isOverride": false,
2371
+ "isSealed": false,
2372
+ "arity": 0,
2373
+ "parameterCount": 1,
2374
+ "isExtensionMethod": false
2375
+ },
2376
+ {
2377
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::TryReadBytes(System.Int32,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Boolean",
2378
+ "clrName": "TryReadBytes",
2379
+ "tsEmitName": "tryReadBytes",
2380
+ "normalizedSignature": "TryReadBytes|(System.Int32,System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Boolean|static=false",
2381
+ "provenance": "Original",
2382
+ "emitScope": "ClassSurface",
2383
+ "isStatic": false,
2384
+ "isAbstract": false,
2385
+ "isVirtual": false,
2386
+ "isOverride": false,
2387
+ "isSealed": false,
2388
+ "arity": 0,
2389
+ "parameterCount": 2,
2390
+ "isExtensionMethod": false,
2391
+ "parameterModifiers": [
2392
+ {
2393
+ "index": 1,
2394
+ "modifier": "out"
2395
+ }
2396
+ ]
2397
+ },
2398
+ {
2399
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::TryReadBytes(System.Int32,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Boolean",
2400
+ "clrName": "TryReadBytes",
2401
+ "tsEmitName": "tryReadBytes",
2402
+ "normalizedSignature": "TryReadBytes|(System.Int32,System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]\u0026):System.Boolean|static=false",
2403
+ "provenance": "Original",
2404
+ "emitScope": "ClassSurface",
2405
+ "isStatic": false,
2406
+ "isAbstract": false,
2407
+ "isVirtual": false,
2408
+ "isOverride": false,
2409
+ "isSealed": false,
2410
+ "arity": 0,
2411
+ "parameterCount": 2,
2412
+ "isExtensionMethod": false,
2413
+ "parameterModifiers": [
2414
+ {
2415
+ "index": 1,
2416
+ "modifier": "out"
2417
+ }
2418
+ ]
2419
+ },
2420
+ {
2421
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadBytes(System.Int32):System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2422
+ "clrName": "ReadBytes",
2423
+ "tsEmitName": "readBytes",
2424
+ "normalizedSignature": "ReadBytes|(System.Int32):System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
2425
+ "provenance": "Original",
2426
+ "emitScope": "ClassSurface",
2427
+ "isStatic": false,
2428
+ "isAbstract": false,
2429
+ "isVirtual": false,
2430
+ "isOverride": false,
2431
+ "isSealed": false,
2432
+ "arity": 0,
2433
+ "parameterCount": 1,
2434
+ "isExtensionMethod": false
2435
+ },
2436
+ {
2437
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ReadBytesAsync(System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Memory,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
2438
+ "clrName": "ReadBytesAsync",
2439
+ "tsEmitName": "readBytesAsync",
2440
+ "normalizedSignature": "ReadBytesAsync|(System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Buffers.ReadOnlySequence_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Memory,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]|static=false",
2441
+ "provenance": "Original",
2442
+ "emitScope": "ClassSurface",
2443
+ "isStatic": false,
2444
+ "isAbstract": false,
2445
+ "isVirtual": false,
2446
+ "isOverride": false,
2447
+ "isSealed": false,
2448
+ "arity": 0,
2449
+ "parameterCount": 2,
2450
+ "isExtensionMethod": false
2451
+ },
2452
+ {
2453
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::Rewind(System.Int32):System.Void",
2454
+ "clrName": "Rewind",
2455
+ "tsEmitName": "rewind",
2456
+ "normalizedSignature": "Rewind|(System.Int32):System.Void|static=false",
2457
+ "provenance": "Original",
2458
+ "emitScope": "ClassSurface",
2459
+ "isStatic": false,
2460
+ "isAbstract": false,
2461
+ "isVirtual": false,
2462
+ "isOverride": false,
2463
+ "isSealed": false,
2464
+ "arity": 0,
2465
+ "parameterCount": 1,
2466
+ "isExtensionMethod": false
2467
+ },
2468
+ {
2469
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::BeginNestedRead(System.Int32,Npgsql.Internal.Size):Npgsql.Internal.NestedReadScope",
2470
+ "clrName": "BeginNestedRead",
2471
+ "tsEmitName": "beginNestedRead",
2472
+ "normalizedSignature": "BeginNestedRead|(System.Int32,Npgsql.Internal.Size):Npgsql.Internal.NestedReadScope|static=false",
2473
+ "provenance": "Original",
2474
+ "emitScope": "ClassSurface",
2475
+ "isStatic": false,
2476
+ "isAbstract": false,
2477
+ "isVirtual": false,
2478
+ "isOverride": false,
2479
+ "isSealed": false,
2480
+ "arity": 0,
2481
+ "parameterCount": 2,
2482
+ "isExtensionMethod": false
2483
+ },
2484
+ {
2485
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::BeginNestedReadAsync(System.Int32,Npgsql.Internal.Size,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.Internal.NestedReadScope,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
2486
+ "clrName": "BeginNestedReadAsync",
2487
+ "tsEmitName": "beginNestedReadAsync",
2488
+ "normalizedSignature": "BeginNestedReadAsync|(System.Int32,Npgsql.Internal.Size,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.Internal.NestedReadScope,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
2489
+ "provenance": "Original",
2490
+ "emitScope": "ClassSurface",
2491
+ "isStatic": false,
2492
+ "isAbstract": false,
2493
+ "isVirtual": false,
2494
+ "isOverride": false,
2495
+ "isSealed": false,
2496
+ "arity": 0,
2497
+ "parameterCount": 3,
2498
+ "isExtensionMethod": false
2499
+ },
2500
+ {
2501
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::Consume(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
2502
+ "clrName": "Consume",
2503
+ "tsEmitName": "consume",
2504
+ "normalizedSignature": "Consume|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
2505
+ "provenance": "Original",
2506
+ "emitScope": "ClassSurface",
2507
+ "isStatic": false,
2508
+ "isAbstract": false,
2509
+ "isVirtual": false,
2510
+ "isOverride": false,
2511
+ "isSealed": false,
2512
+ "arity": 0,
2513
+ "parameterCount": 1,
2514
+ "isExtensionMethod": false
2515
+ },
2516
+ {
2517
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ConsumeAsync(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2518
+ "clrName": "ConsumeAsync",
2519
+ "tsEmitName": "consumeAsync",
2520
+ "normalizedSignature": "ConsumeAsync|(System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2521
+ "provenance": "Original",
2522
+ "emitScope": "ClassSurface",
2523
+ "isStatic": false,
2524
+ "isAbstract": false,
2525
+ "isVirtual": false,
2526
+ "isOverride": false,
2527
+ "isSealed": false,
2528
+ "arity": 0,
2529
+ "parameterCount": 2,
2530
+ "isExtensionMethod": false
2531
+ },
2532
+ {
2533
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ShouldBuffer(Npgsql.Internal.Size):System.Boolean",
2534
+ "clrName": "ShouldBuffer",
2535
+ "tsEmitName": "shouldBuffer",
2536
+ "normalizedSignature": "ShouldBuffer|(Npgsql.Internal.Size):System.Boolean|static=false",
2537
+ "provenance": "Original",
2538
+ "emitScope": "ClassSurface",
2539
+ "isStatic": false,
2540
+ "isAbstract": false,
2541
+ "isVirtual": false,
2542
+ "isOverride": false,
2543
+ "isSealed": false,
2544
+ "arity": 0,
2545
+ "parameterCount": 1,
2546
+ "isExtensionMethod": false
2547
+ },
2548
+ {
2549
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::ShouldBuffer(System.Int32):System.Boolean",
2550
+ "clrName": "ShouldBuffer",
2551
+ "tsEmitName": "shouldBuffer",
2552
+ "normalizedSignature": "ShouldBuffer|(System.Int32):System.Boolean|static=false",
2553
+ "provenance": "Original",
2554
+ "emitScope": "ClassSurface",
2555
+ "isStatic": false,
2556
+ "isAbstract": false,
2557
+ "isVirtual": false,
2558
+ "isOverride": false,
2559
+ "isSealed": false,
2560
+ "arity": 0,
2561
+ "parameterCount": 1,
2562
+ "isExtensionMethod": false
2563
+ },
2564
+ {
2565
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::Buffer(Npgsql.Internal.Size):System.Void",
2566
+ "clrName": "Buffer",
2567
+ "tsEmitName": "buffer",
2568
+ "normalizedSignature": "Buffer|(Npgsql.Internal.Size):System.Void|static=false",
2569
+ "provenance": "Original",
2570
+ "emitScope": "ClassSurface",
2571
+ "isStatic": false,
2572
+ "isAbstract": false,
2573
+ "isVirtual": false,
2574
+ "isOverride": false,
2575
+ "isSealed": false,
2576
+ "arity": 0,
2577
+ "parameterCount": 1,
2578
+ "isExtensionMethod": false
2579
+ },
2580
+ {
2581
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::Buffer(System.Int32):System.Void",
2582
+ "clrName": "Buffer",
2583
+ "tsEmitName": "buffer",
2584
+ "normalizedSignature": "Buffer|(System.Int32):System.Void|static=false",
2585
+ "provenance": "Original",
2586
+ "emitScope": "ClassSurface",
2587
+ "isStatic": false,
2588
+ "isAbstract": false,
2589
+ "isVirtual": false,
2590
+ "isOverride": false,
2591
+ "isSealed": false,
2592
+ "arity": 0,
2593
+ "parameterCount": 1,
2594
+ "isExtensionMethod": false
2595
+ },
2596
+ {
2597
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::BufferAsync(Npgsql.Internal.Size,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2598
+ "clrName": "BufferAsync",
2599
+ "tsEmitName": "bufferAsync",
2600
+ "normalizedSignature": "BufferAsync|(Npgsql.Internal.Size,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2601
+ "provenance": "Original",
2602
+ "emitScope": "ClassSurface",
2603
+ "isStatic": false,
2604
+ "isAbstract": false,
2605
+ "isVirtual": false,
2606
+ "isOverride": false,
2607
+ "isSealed": false,
2608
+ "arity": 0,
2609
+ "parameterCount": 2,
2610
+ "isExtensionMethod": false
2611
+ },
2612
+ {
2613
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::BufferAsync(System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
2614
+ "clrName": "BufferAsync",
2615
+ "tsEmitName": "bufferAsync",
2616
+ "normalizedSignature": "BufferAsync|(System.Int32,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
2617
+ "provenance": "Original",
2618
+ "emitScope": "ClassSurface",
2619
+ "isStatic": false,
2620
+ "isAbstract": false,
2621
+ "isVirtual": false,
2622
+ "isOverride": false,
2623
+ "isSealed": false,
2624
+ "arity": 0,
2625
+ "parameterCount": 2,
2626
+ "isExtensionMethod": false
2627
+ }
2628
+ ],
2629
+ "properties": [
2630
+ {
2631
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::Current:Npgsql.Internal.ValueMetadata",
2632
+ "clrName": "Current",
2633
+ "tsEmitName": "current",
2634
+ "normalizedSignature": "Current|:Npgsql.Internal.ValueMetadata|static=false|accessor=get",
2635
+ "provenance": "Original",
2636
+ "emitScope": "ClassSurface",
2637
+ "isStatic": false,
2638
+ "isAbstract": false,
2639
+ "isVirtual": false,
2640
+ "isOverride": false,
2641
+ "isIndexer": false,
2642
+ "hasGetter": true,
2643
+ "hasSetter": false
2644
+ },
2645
+ {
2646
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::CurrentRemaining:System.Int32",
2647
+ "clrName": "CurrentRemaining",
2648
+ "tsEmitName": "currentRemaining",
2649
+ "normalizedSignature": "CurrentRemaining|:System.Int32|static=false|accessor=get",
2650
+ "provenance": "Original",
2651
+ "emitScope": "ClassSurface",
2652
+ "isStatic": false,
2653
+ "isAbstract": false,
2654
+ "isVirtual": false,
2655
+ "isOverride": false,
2656
+ "isIndexer": false,
2657
+ "hasGetter": true,
2658
+ "hasSetter": false
2659
+ },
2660
+ {
2661
+ "stableId": "Npgsql:Npgsql.Internal.PgReader::IsResumed:System.Boolean",
2662
+ "clrName": "IsResumed",
2663
+ "tsEmitName": "isResumed",
2664
+ "normalizedSignature": "IsResumed|:System.Boolean|static=false|accessor=get",
2665
+ "provenance": "Original",
2666
+ "emitScope": "ClassSurface",
2667
+ "isStatic": false,
2668
+ "isAbstract": false,
2669
+ "isVirtual": false,
2670
+ "isOverride": false,
2671
+ "isIndexer": false,
2672
+ "hasGetter": true,
2673
+ "hasSetter": false
2674
+ }
2675
+ ],
2676
+ "fields": [],
2677
+ "events": [],
2678
+ "constructors": []
2679
+ },
2680
+ {
2681
+ "stableId": "Npgsql:Npgsql.Internal.PgResolverTypeInfo",
2682
+ "clrName": "Npgsql.Internal.PgResolverTypeInfo",
2683
+ "tsEmitName": "PgResolverTypeInfo",
2684
+ "kind": "Class",
2685
+ "accessibility": "Public",
2686
+ "isAbstract": false,
2687
+ "isSealed": true,
2688
+ "isStatic": false,
2689
+ "arity": 0,
2690
+ "methods": [
2691
+ {
2692
+ "stableId": "Npgsql:Npgsql.Internal.PgResolverTypeInfo::GetResolution(T,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Nullable_1[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
2693
+ "clrName": "GetResolution",
2694
+ "tsEmitName": "getResolution2",
2695
+ "normalizedSignature": "GetResolution|(T,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Nullable_1[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
2696
+ "provenance": "Original",
2697
+ "emitScope": "ClassSurface",
2698
+ "isStatic": false,
2699
+ "isAbstract": false,
2700
+ "isVirtual": false,
2701
+ "isOverride": false,
2702
+ "isSealed": false,
2703
+ "arity": 1,
2704
+ "parameterCount": 2,
2705
+ "isExtensionMethod": false
2706
+ },
2707
+ {
2708
+ "stableId": "Npgsql:Npgsql.Internal.PgResolverTypeInfo::GetResolutionAsObject(System.Object,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Nullable_1[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
2709
+ "clrName": "GetResolutionAsObject",
2710
+ "tsEmitName": "getResolutionAsObject",
2711
+ "normalizedSignature": "GetResolutionAsObject|(System.Object,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Nullable_1[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
2712
+ "provenance": "Original",
2713
+ "emitScope": "ClassSurface",
2714
+ "isStatic": false,
2715
+ "isAbstract": false,
2716
+ "isVirtual": false,
2717
+ "isOverride": false,
2718
+ "isSealed": false,
2719
+ "arity": 0,
2720
+ "parameterCount": 2,
2721
+ "isExtensionMethod": false
2722
+ },
2723
+ {
2724
+ "stableId": "Npgsql:Npgsql.Internal.PgResolverTypeInfo::GetResolution(Npgsql.Internal.Postgres.Field):Npgsql.Internal.PgConverterResolution",
2725
+ "clrName": "GetResolution",
2726
+ "tsEmitName": "getResolution2",
2727
+ "normalizedSignature": "GetResolution|(Npgsql.Internal.Postgres.Field):Npgsql.Internal.PgConverterResolution|static=false",
2728
+ "provenance": "Original",
2729
+ "emitScope": "ClassSurface",
2730
+ "isStatic": false,
2731
+ "isAbstract": false,
2732
+ "isVirtual": false,
2733
+ "isOverride": false,
2734
+ "isSealed": false,
2735
+ "arity": 0,
2736
+ "parameterCount": 1,
2737
+ "isExtensionMethod": false
2738
+ },
2739
+ {
2740
+ "stableId": "Npgsql:Npgsql.Internal.PgResolverTypeInfo::GetDefaultResolution(System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):Npgsql.Internal.PgConverterResolution",
2741
+ "clrName": "GetDefaultResolution",
2742
+ "tsEmitName": "getDefaultResolution",
2743
+ "normalizedSignature": "GetDefaultResolution|(System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):Npgsql.Internal.PgConverterResolution|static=false",
2744
+ "provenance": "Original",
2745
+ "emitScope": "ClassSurface",
2746
+ "isStatic": false,
2747
+ "isAbstract": false,
2748
+ "isVirtual": false,
2749
+ "isOverride": false,
2750
+ "isSealed": false,
2751
+ "arity": 0,
2752
+ "parameterCount": 1,
2753
+ "isExtensionMethod": false
2754
+ },
2755
+ {
2756
+ "stableId": "Npgsql:Npgsql.Internal.PgResolverTypeInfo::GetConverterResolver():Npgsql.Internal.PgConverterResolver",
2757
+ "clrName": "GetConverterResolver",
2758
+ "tsEmitName": "getConverterResolver",
2759
+ "normalizedSignature": "GetConverterResolver|():Npgsql.Internal.PgConverterResolver|static=false",
2760
+ "provenance": "Original",
2761
+ "emitScope": "ClassSurface",
2762
+ "isStatic": false,
2763
+ "isAbstract": false,
2764
+ "isVirtual": false,
2765
+ "isOverride": false,
2766
+ "isSealed": false,
2767
+ "arity": 0,
2768
+ "parameterCount": 0,
2769
+ "isExtensionMethod": false
2770
+ },
2771
+ {
2772
+ "stableId": "Npgsql:Npgsql.Internal.PgResolverTypeInfo::GetResolution(T):Npgsql.Internal.PgConverterResolution",
2773
+ "clrName": "GetResolution",
2774
+ "tsEmitName": "getResolution",
2775
+ "normalizedSignature": "GetResolution|(T):Npgsql.Internal.PgConverterResolution|static=false",
2776
+ "provenance": "BaseOverload",
2777
+ "emitScope": "ClassSurface",
2778
+ "isStatic": false,
2779
+ "isAbstract": false,
2780
+ "isVirtual": false,
2781
+ "isOverride": false,
2782
+ "isSealed": false,
2783
+ "arity": 1,
2784
+ "parameterCount": 1,
2785
+ "isExtensionMethod": false
2786
+ }
2787
+ ],
2788
+ "properties": [],
2789
+ "fields": [],
2790
+ "events": [],
2791
+ "constructors": [
2792
+ {
2793
+ "normalizedSignature": "constructor|(Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverterResolver,System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Type):void|static=false",
2794
+ "isStatic": false,
2795
+ "parameterCount": 4
2796
+ }
2797
+ ]
2798
+ },
2799
+ {
2800
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions",
2801
+ "clrName": "Npgsql.Internal.PgSerializerOptions",
2802
+ "tsEmitName": "PgSerializerOptions",
2803
+ "kind": "Class",
2804
+ "accessibility": "Public",
2805
+ "isAbstract": false,
2806
+ "isSealed": true,
2807
+ "isStatic": false,
2808
+ "arity": 0,
2809
+ "methods": [
2810
+ {
2811
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::IsWellKnownTextType(System.Type):System.Boolean",
2812
+ "clrName": "IsWellKnownTextType",
2813
+ "tsEmitName": "isWellKnownTextType",
2814
+ "normalizedSignature": "IsWellKnownTextType|(System.Type):System.Boolean|static=true",
2815
+ "provenance": "Original",
2816
+ "emitScope": "ClassSurface",
2817
+ "isStatic": true,
2818
+ "isAbstract": false,
2819
+ "isVirtual": false,
2820
+ "isOverride": false,
2821
+ "isSealed": false,
2822
+ "arity": 0,
2823
+ "parameterCount": 1,
2824
+ "isExtensionMethod": false
2825
+ },
2826
+ {
2827
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetDefaultTypeInfo(System.Type):Npgsql.Internal.PgTypeInfo",
2828
+ "clrName": "GetDefaultTypeInfo",
2829
+ "tsEmitName": "getDefaultTypeInfo",
2830
+ "normalizedSignature": "GetDefaultTypeInfo|(System.Type):Npgsql.Internal.PgTypeInfo|static=false",
2831
+ "provenance": "Original",
2832
+ "emitScope": "ClassSurface",
2833
+ "isStatic": false,
2834
+ "isAbstract": false,
2835
+ "isVirtual": false,
2836
+ "isOverride": false,
2837
+ "isSealed": false,
2838
+ "arity": 0,
2839
+ "parameterCount": 1,
2840
+ "isExtensionMethod": false
2841
+ },
2842
+ {
2843
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetDefaultTypeInfo(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.PgTypeInfo",
2844
+ "clrName": "GetDefaultTypeInfo",
2845
+ "tsEmitName": "getDefaultTypeInfo",
2846
+ "normalizedSignature": "GetDefaultTypeInfo|(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.PgTypeInfo|static=false",
2847
+ "provenance": "Original",
2848
+ "emitScope": "ClassSurface",
2849
+ "isStatic": false,
2850
+ "isAbstract": false,
2851
+ "isVirtual": false,
2852
+ "isOverride": false,
2853
+ "isSealed": false,
2854
+ "arity": 0,
2855
+ "parameterCount": 1,
2856
+ "isExtensionMethod": false
2857
+ },
2858
+ {
2859
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetTypeInfo(System.Type,Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.PgTypeInfo",
2860
+ "clrName": "GetTypeInfo",
2861
+ "tsEmitName": "getTypeInfo",
2862
+ "normalizedSignature": "GetTypeInfo|(System.Type,Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.PgTypeInfo|static=false",
2863
+ "provenance": "Original",
2864
+ "emitScope": "ClassSurface",
2865
+ "isStatic": false,
2866
+ "isAbstract": false,
2867
+ "isVirtual": false,
2868
+ "isOverride": false,
2869
+ "isSealed": false,
2870
+ "arity": 0,
2871
+ "parameterCount": 2,
2872
+ "isExtensionMethod": false
2873
+ },
2874
+ {
2875
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetArrayTypeId(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId",
2876
+ "clrName": "GetArrayTypeId",
2877
+ "tsEmitName": "getArrayTypeId",
2878
+ "normalizedSignature": "GetArrayTypeId|(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId|static=false",
2879
+ "provenance": "Original",
2880
+ "emitScope": "ClassSurface",
2881
+ "isStatic": false,
2882
+ "isAbstract": false,
2883
+ "isVirtual": false,
2884
+ "isOverride": false,
2885
+ "isSealed": false,
2886
+ "arity": 0,
2887
+ "parameterCount": 1,
2888
+ "isExtensionMethod": false
2889
+ },
2890
+ {
2891
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetArrayElementTypeId(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId",
2892
+ "clrName": "GetArrayElementTypeId",
2893
+ "tsEmitName": "getArrayElementTypeId",
2894
+ "normalizedSignature": "GetArrayElementTypeId|(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId|static=false",
2895
+ "provenance": "Original",
2896
+ "emitScope": "ClassSurface",
2897
+ "isStatic": false,
2898
+ "isAbstract": false,
2899
+ "isVirtual": false,
2900
+ "isOverride": false,
2901
+ "isSealed": false,
2902
+ "arity": 0,
2903
+ "parameterCount": 1,
2904
+ "isExtensionMethod": false
2905
+ },
2906
+ {
2907
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetRangeTypeId(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId",
2908
+ "clrName": "GetRangeTypeId",
2909
+ "tsEmitName": "getRangeTypeId",
2910
+ "normalizedSignature": "GetRangeTypeId|(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId|static=false",
2911
+ "provenance": "Original",
2912
+ "emitScope": "ClassSurface",
2913
+ "isStatic": false,
2914
+ "isAbstract": false,
2915
+ "isVirtual": false,
2916
+ "isOverride": false,
2917
+ "isSealed": false,
2918
+ "arity": 0,
2919
+ "parameterCount": 1,
2920
+ "isExtensionMethod": false
2921
+ },
2922
+ {
2923
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetRangeSubtypeTypeId(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId",
2924
+ "clrName": "GetRangeSubtypeTypeId",
2925
+ "tsEmitName": "getRangeSubtypeTypeId",
2926
+ "normalizedSignature": "GetRangeSubtypeTypeId|(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId|static=false",
2927
+ "provenance": "Original",
2928
+ "emitScope": "ClassSurface",
2929
+ "isStatic": false,
2930
+ "isAbstract": false,
2931
+ "isVirtual": false,
2932
+ "isOverride": false,
2933
+ "isSealed": false,
2934
+ "arity": 0,
2935
+ "parameterCount": 1,
2936
+ "isExtensionMethod": false
2937
+ },
2938
+ {
2939
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetMultirangeTypeId(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId",
2940
+ "clrName": "GetMultirangeTypeId",
2941
+ "tsEmitName": "getMultirangeTypeId",
2942
+ "normalizedSignature": "GetMultirangeTypeId|(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId|static=false",
2943
+ "provenance": "Original",
2944
+ "emitScope": "ClassSurface",
2945
+ "isStatic": false,
2946
+ "isAbstract": false,
2947
+ "isVirtual": false,
2948
+ "isOverride": false,
2949
+ "isSealed": false,
2950
+ "arity": 0,
2951
+ "parameterCount": 1,
2952
+ "isExtensionMethod": false
2953
+ },
2954
+ {
2955
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetMultirangeElementTypeId(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId",
2956
+ "clrName": "GetMultirangeElementTypeId",
2957
+ "tsEmitName": "getMultirangeElementTypeId",
2958
+ "normalizedSignature": "GetMultirangeElementTypeId|(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.PgTypeId|static=false",
2959
+ "provenance": "Original",
2960
+ "emitScope": "ClassSurface",
2961
+ "isStatic": false,
2962
+ "isAbstract": false,
2963
+ "isVirtual": false,
2964
+ "isOverride": false,
2965
+ "isSealed": false,
2966
+ "arity": 0,
2967
+ "parameterCount": 1,
2968
+ "isExtensionMethod": false
2969
+ },
2970
+ {
2971
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::TryGetDataTypeName(Npgsql.Internal.Postgres.PgTypeId,Npgsql.Internal.Postgres.DataTypeName\u0026):System.Boolean",
2972
+ "clrName": "TryGetDataTypeName",
2973
+ "tsEmitName": "tryGetDataTypeName",
2974
+ "normalizedSignature": "TryGetDataTypeName|(Npgsql.Internal.Postgres.PgTypeId,Npgsql.Internal.Postgres.DataTypeName\u0026):System.Boolean|static=false",
2975
+ "provenance": "Original",
2976
+ "emitScope": "ClassSurface",
2977
+ "isStatic": false,
2978
+ "isAbstract": false,
2979
+ "isVirtual": false,
2980
+ "isOverride": false,
2981
+ "isSealed": false,
2982
+ "arity": 0,
2983
+ "parameterCount": 2,
2984
+ "isExtensionMethod": false,
2985
+ "parameterModifiers": [
2986
+ {
2987
+ "index": 1,
2988
+ "modifier": "out"
2989
+ }
2990
+ ]
2991
+ },
2992
+ {
2993
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::GetDataTypeName(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.DataTypeName",
2994
+ "clrName": "GetDataTypeName",
2995
+ "tsEmitName": "getDataTypeName",
2996
+ "normalizedSignature": "GetDataTypeName|(Npgsql.Internal.Postgres.PgTypeId):Npgsql.Internal.Postgres.DataTypeName|static=false",
2997
+ "provenance": "Original",
2998
+ "emitScope": "ClassSurface",
2999
+ "isStatic": false,
3000
+ "isAbstract": false,
3001
+ "isVirtual": false,
3002
+ "isOverride": false,
3003
+ "isSealed": false,
3004
+ "arity": 0,
3005
+ "parameterCount": 1,
3006
+ "isExtensionMethod": false
3007
+ }
3008
+ ],
3009
+ "properties": [
3010
+ {
3011
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::TimeZone:System.String",
3012
+ "clrName": "TimeZone",
3013
+ "tsEmitName": "timeZone",
3014
+ "normalizedSignature": "TimeZone|:System.String|static=false|accessor=get",
3015
+ "provenance": "Original",
3016
+ "emitScope": "ClassSurface",
3017
+ "isStatic": false,
3018
+ "isAbstract": false,
3019
+ "isVirtual": false,
3020
+ "isOverride": false,
3021
+ "isIndexer": false,
3022
+ "hasGetter": true,
3023
+ "hasSetter": false
3024
+ },
3025
+ {
3026
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::TextEncoding:System.Text.Encoding",
3027
+ "clrName": "TextEncoding",
3028
+ "tsEmitName": "textEncoding",
3029
+ "normalizedSignature": "TextEncoding|:System.Text.Encoding|static=false|accessor=getset",
3030
+ "provenance": "Original",
3031
+ "emitScope": "ClassSurface",
3032
+ "isStatic": false,
3033
+ "isAbstract": false,
3034
+ "isVirtual": false,
3035
+ "isOverride": false,
3036
+ "isIndexer": false,
3037
+ "hasGetter": true,
3038
+ "hasSetter": true
3039
+ },
3040
+ {
3041
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::TypeInfoResolver:Npgsql.Internal.IPgTypeInfoResolver",
3042
+ "clrName": "TypeInfoResolver",
3043
+ "tsEmitName": "typeInfoResolver",
3044
+ "normalizedSignature": "TypeInfoResolver|:Npgsql.Internal.IPgTypeInfoResolver|static=false|accessor=get",
3045
+ "provenance": "Original",
3046
+ "emitScope": "ClassSurface",
3047
+ "isStatic": false,
3048
+ "isAbstract": false,
3049
+ "isVirtual": false,
3050
+ "isOverride": false,
3051
+ "isIndexer": false,
3052
+ "hasGetter": true,
3053
+ "hasSetter": false
3054
+ },
3055
+ {
3056
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::EnableDateTimeInfinityConversions:System.Boolean",
3057
+ "clrName": "EnableDateTimeInfinityConversions",
3058
+ "tsEmitName": "enableDateTimeInfinityConversions",
3059
+ "normalizedSignature": "EnableDateTimeInfinityConversions|:System.Boolean|static=false|accessor=getset",
3060
+ "provenance": "Original",
3061
+ "emitScope": "ClassSurface",
3062
+ "isStatic": false,
3063
+ "isAbstract": false,
3064
+ "isVirtual": false,
3065
+ "isOverride": false,
3066
+ "isIndexer": false,
3067
+ "hasGetter": true,
3068
+ "hasSetter": true
3069
+ },
3070
+ {
3071
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::ArrayNullabilityMode:Npgsql.ArrayNullabilityMode",
3072
+ "clrName": "ArrayNullabilityMode",
3073
+ "tsEmitName": "arrayNullabilityMode",
3074
+ "normalizedSignature": "ArrayNullabilityMode|:Npgsql.ArrayNullabilityMode|static=false|accessor=getset",
3075
+ "provenance": "Original",
3076
+ "emitScope": "ClassSurface",
3077
+ "isStatic": false,
3078
+ "isAbstract": false,
3079
+ "isVirtual": false,
3080
+ "isOverride": false,
3081
+ "isIndexer": false,
3082
+ "hasGetter": true,
3083
+ "hasSetter": true
3084
+ },
3085
+ {
3086
+ "stableId": "Npgsql:Npgsql.Internal.PgSerializerOptions::DefaultNameTranslator:Npgsql.INpgsqlNameTranslator",
3087
+ "clrName": "DefaultNameTranslator",
3088
+ "tsEmitName": "defaultNameTranslator",
3089
+ "normalizedSignature": "DefaultNameTranslator|:Npgsql.INpgsqlNameTranslator|static=false|accessor=getset",
3090
+ "provenance": "Original",
3091
+ "emitScope": "ClassSurface",
3092
+ "isStatic": false,
3093
+ "isAbstract": false,
3094
+ "isVirtual": false,
3095
+ "isOverride": false,
3096
+ "isIndexer": false,
3097
+ "hasGetter": true,
3098
+ "hasSetter": true
3099
+ }
3100
+ ],
3101
+ "fields": [],
3102
+ "events": [],
3103
+ "constructors": []
3104
+ },
3105
+ {
3106
+ "stableId": "Npgsql:Npgsql.Internal.PgStreamingConverter\u00601",
3107
+ "clrName": "Npgsql.Internal.PgStreamingConverter\u00601",
3108
+ "tsEmitName": "PgStreamingConverter_1",
3109
+ "kind": "Class",
3110
+ "accessibility": "Public",
3111
+ "isAbstract": true,
3112
+ "isSealed": false,
3113
+ "isStatic": false,
3114
+ "arity": 1,
3115
+ "methods": [
3116
+ {
3117
+ "stableId": "Npgsql:Npgsql.Internal.PgStreamingConverter\u00601::CanConvert(Npgsql.Internal.DataFormat,Npgsql.Internal.BufferRequirements\u0026):System.Boolean",
3118
+ "clrName": "CanConvert",
3119
+ "tsEmitName": "canConvert",
3120
+ "normalizedSignature": "CanConvert|(Npgsql.Internal.DataFormat,Npgsql.Internal.BufferRequirements\u0026):System.Boolean|static=false",
3121
+ "provenance": "Original",
3122
+ "emitScope": "ClassSurface",
3123
+ "isStatic": false,
3124
+ "isAbstract": false,
3125
+ "isVirtual": true,
3126
+ "isOverride": true,
3127
+ "isSealed": false,
3128
+ "arity": 0,
3129
+ "parameterCount": 2,
3130
+ "isExtensionMethod": false,
3131
+ "parameterModifiers": [
3132
+ {
3133
+ "index": 1,
3134
+ "modifier": "out"
3135
+ }
3136
+ ]
3137
+ }
3138
+ ],
3139
+ "properties": [],
3140
+ "fields": [],
3141
+ "events": [],
3142
+ "constructors": []
3143
+ },
3144
+ {
3145
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo",
3146
+ "clrName": "Npgsql.Internal.PgTypeInfo",
3147
+ "tsEmitName": "PgTypeInfo",
3148
+ "kind": "Class",
3149
+ "accessibility": "Public",
3150
+ "isAbstract": false,
3151
+ "isSealed": false,
3152
+ "isStatic": false,
3153
+ "arity": 0,
3154
+ "methods": [
3155
+ {
3156
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::GetResolution(T):Npgsql.Internal.PgConverterResolution",
3157
+ "clrName": "GetResolution",
3158
+ "tsEmitName": "getResolution",
3159
+ "normalizedSignature": "GetResolution|(T):Npgsql.Internal.PgConverterResolution|static=false",
3160
+ "provenance": "Original",
3161
+ "emitScope": "ClassSurface",
3162
+ "isStatic": false,
3163
+ "isAbstract": false,
3164
+ "isVirtual": false,
3165
+ "isOverride": false,
3166
+ "isSealed": false,
3167
+ "arity": 1,
3168
+ "parameterCount": 1,
3169
+ "isExtensionMethod": false
3170
+ },
3171
+ {
3172
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::GetObjectResolution(System.Object):Npgsql.Internal.PgConverterResolution",
3173
+ "clrName": "GetObjectResolution",
3174
+ "tsEmitName": "getObjectResolution",
3175
+ "normalizedSignature": "GetObjectResolution|(System.Object):Npgsql.Internal.PgConverterResolution|static=false",
3176
+ "provenance": "Original",
3177
+ "emitScope": "ClassSurface",
3178
+ "isStatic": false,
3179
+ "isAbstract": false,
3180
+ "isVirtual": false,
3181
+ "isOverride": false,
3182
+ "isSealed": false,
3183
+ "arity": 0,
3184
+ "parameterCount": 1,
3185
+ "isExtensionMethod": false
3186
+ },
3187
+ {
3188
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::GetBufferRequirements(Npgsql.Internal.PgConverter,Npgsql.Internal.DataFormat):System.Nullable_1[[Npgsql.Internal.BufferRequirements,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
3189
+ "clrName": "GetBufferRequirements",
3190
+ "tsEmitName": "getBufferRequirements",
3191
+ "normalizedSignature": "GetBufferRequirements|(Npgsql.Internal.PgConverter,Npgsql.Internal.DataFormat):System.Nullable_1[[Npgsql.Internal.BufferRequirements,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
3192
+ "provenance": "Original",
3193
+ "emitScope": "ClassSurface",
3194
+ "isStatic": false,
3195
+ "isAbstract": false,
3196
+ "isVirtual": false,
3197
+ "isOverride": false,
3198
+ "isSealed": false,
3199
+ "arity": 0,
3200
+ "parameterCount": 2,
3201
+ "isExtensionMethod": false
3202
+ }
3203
+ ],
3204
+ "properties": [
3205
+ {
3206
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::Type:System.Type",
3207
+ "clrName": "Type",
3208
+ "tsEmitName": "type_",
3209
+ "normalizedSignature": "Type|:System.Type|static=false|accessor=get",
3210
+ "provenance": "Original",
3211
+ "emitScope": "ClassSurface",
3212
+ "isStatic": false,
3213
+ "isAbstract": false,
3214
+ "isVirtual": false,
3215
+ "isOverride": false,
3216
+ "isIndexer": false,
3217
+ "hasGetter": true,
3218
+ "hasSetter": false
3219
+ },
3220
+ {
3221
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::Options:Npgsql.Internal.PgSerializerOptions",
3222
+ "clrName": "Options",
3223
+ "tsEmitName": "options",
3224
+ "normalizedSignature": "Options|:Npgsql.Internal.PgSerializerOptions|static=false|accessor=get",
3225
+ "provenance": "Original",
3226
+ "emitScope": "ClassSurface",
3227
+ "isStatic": false,
3228
+ "isAbstract": false,
3229
+ "isVirtual": false,
3230
+ "isOverride": false,
3231
+ "isIndexer": false,
3232
+ "hasGetter": true,
3233
+ "hasSetter": false
3234
+ },
3235
+ {
3236
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::SupportsReading:System.Boolean",
3237
+ "clrName": "SupportsReading",
3238
+ "tsEmitName": "supportsReading",
3239
+ "normalizedSignature": "SupportsReading|:System.Boolean|static=false|accessor=getset",
3240
+ "provenance": "Original",
3241
+ "emitScope": "ClassSurface",
3242
+ "isStatic": false,
3243
+ "isAbstract": false,
3244
+ "isVirtual": false,
3245
+ "isOverride": false,
3246
+ "isIndexer": false,
3247
+ "hasGetter": true,
3248
+ "hasSetter": true
3249
+ },
3250
+ {
3251
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::SupportsWriting:System.Boolean",
3252
+ "clrName": "SupportsWriting",
3253
+ "tsEmitName": "supportsWriting",
3254
+ "normalizedSignature": "SupportsWriting|:System.Boolean|static=false|accessor=getset",
3255
+ "provenance": "Original",
3256
+ "emitScope": "ClassSurface",
3257
+ "isStatic": false,
3258
+ "isAbstract": false,
3259
+ "isVirtual": false,
3260
+ "isOverride": false,
3261
+ "isIndexer": false,
3262
+ "hasGetter": true,
3263
+ "hasSetter": true
3264
+ },
3265
+ {
3266
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::PreferredFormat:System.Nullable_1[[Npgsql.Internal.DataFormat,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
3267
+ "clrName": "PreferredFormat",
3268
+ "tsEmitName": "preferredFormat",
3269
+ "normalizedSignature": "PreferredFormat|:System.Nullable_1[[Npgsql.Internal.DataFormat,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=getset",
3270
+ "provenance": "Original",
3271
+ "emitScope": "ClassSurface",
3272
+ "isStatic": false,
3273
+ "isAbstract": false,
3274
+ "isVirtual": false,
3275
+ "isOverride": false,
3276
+ "isIndexer": false,
3277
+ "hasGetter": true,
3278
+ "hasSetter": true
3279
+ },
3280
+ {
3281
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfo::PgTypeId:System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
3282
+ "clrName": "PgTypeId",
3283
+ "tsEmitName": "pgTypeId",
3284
+ "normalizedSignature": "PgTypeId|:System.Nullable_1[[Npgsql.Internal.Postgres.PgTypeId,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
3285
+ "provenance": "Original",
3286
+ "emitScope": "ClassSurface",
3287
+ "isStatic": false,
3288
+ "isAbstract": false,
3289
+ "isVirtual": false,
3290
+ "isOverride": false,
3291
+ "isIndexer": false,
3292
+ "hasGetter": true,
3293
+ "hasSetter": false
3294
+ }
3295
+ ],
3296
+ "fields": [],
3297
+ "events": [],
3298
+ "constructors": [
3299
+ {
3300
+ "normalizedSignature": "constructor|(Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverter,Npgsql.Internal.Postgres.PgTypeId,System.Type):void|static=false",
3301
+ "isStatic": false,
3302
+ "parameterCount": 4
3303
+ }
3304
+ ]
3305
+ },
3306
+ {
3307
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfoResolverFactory",
3308
+ "clrName": "Npgsql.Internal.PgTypeInfoResolverFactory",
3309
+ "tsEmitName": "PgTypeInfoResolverFactory",
3310
+ "kind": "Class",
3311
+ "accessibility": "Public",
3312
+ "isAbstract": true,
3313
+ "isSealed": false,
3314
+ "isStatic": false,
3315
+ "arity": 0,
3316
+ "methods": [
3317
+ {
3318
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfoResolverFactory::CreateResolver():Npgsql.Internal.IPgTypeInfoResolver",
3319
+ "clrName": "CreateResolver",
3320
+ "tsEmitName": "createResolver",
3321
+ "normalizedSignature": "CreateResolver|():Npgsql.Internal.IPgTypeInfoResolver|static=false",
3322
+ "provenance": "Original",
3323
+ "emitScope": "ClassSurface",
3324
+ "isStatic": false,
3325
+ "isAbstract": true,
3326
+ "isVirtual": true,
3327
+ "isOverride": false,
3328
+ "isSealed": false,
3329
+ "arity": 0,
3330
+ "parameterCount": 0,
3331
+ "isExtensionMethod": false
3332
+ },
3333
+ {
3334
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfoResolverFactory::CreateArrayResolver():Npgsql.Internal.IPgTypeInfoResolver",
3335
+ "clrName": "CreateArrayResolver",
3336
+ "tsEmitName": "createArrayResolver",
3337
+ "normalizedSignature": "CreateArrayResolver|():Npgsql.Internal.IPgTypeInfoResolver|static=false",
3338
+ "provenance": "Original",
3339
+ "emitScope": "ClassSurface",
3340
+ "isStatic": false,
3341
+ "isAbstract": true,
3342
+ "isVirtual": true,
3343
+ "isOverride": false,
3344
+ "isSealed": false,
3345
+ "arity": 0,
3346
+ "parameterCount": 0,
3347
+ "isExtensionMethod": false
3348
+ },
3349
+ {
3350
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfoResolverFactory::CreateRangeResolver():Npgsql.Internal.IPgTypeInfoResolver",
3351
+ "clrName": "CreateRangeResolver",
3352
+ "tsEmitName": "createRangeResolver",
3353
+ "normalizedSignature": "CreateRangeResolver|():Npgsql.Internal.IPgTypeInfoResolver|static=false",
3354
+ "provenance": "Original",
3355
+ "emitScope": "ClassSurface",
3356
+ "isStatic": false,
3357
+ "isAbstract": false,
3358
+ "isVirtual": true,
3359
+ "isOverride": false,
3360
+ "isSealed": false,
3361
+ "arity": 0,
3362
+ "parameterCount": 0,
3363
+ "isExtensionMethod": false
3364
+ },
3365
+ {
3366
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfoResolverFactory::CreateRangeArrayResolver():Npgsql.Internal.IPgTypeInfoResolver",
3367
+ "clrName": "CreateRangeArrayResolver",
3368
+ "tsEmitName": "createRangeArrayResolver",
3369
+ "normalizedSignature": "CreateRangeArrayResolver|():Npgsql.Internal.IPgTypeInfoResolver|static=false",
3370
+ "provenance": "Original",
3371
+ "emitScope": "ClassSurface",
3372
+ "isStatic": false,
3373
+ "isAbstract": false,
3374
+ "isVirtual": true,
3375
+ "isOverride": false,
3376
+ "isSealed": false,
3377
+ "arity": 0,
3378
+ "parameterCount": 0,
3379
+ "isExtensionMethod": false
3380
+ },
3381
+ {
3382
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfoResolverFactory::CreateMultirangeResolver():Npgsql.Internal.IPgTypeInfoResolver",
3383
+ "clrName": "CreateMultirangeResolver",
3384
+ "tsEmitName": "createMultirangeResolver",
3385
+ "normalizedSignature": "CreateMultirangeResolver|():Npgsql.Internal.IPgTypeInfoResolver|static=false",
3386
+ "provenance": "Original",
3387
+ "emitScope": "ClassSurface",
3388
+ "isStatic": false,
3389
+ "isAbstract": false,
3390
+ "isVirtual": true,
3391
+ "isOverride": false,
3392
+ "isSealed": false,
3393
+ "arity": 0,
3394
+ "parameterCount": 0,
3395
+ "isExtensionMethod": false
3396
+ },
3397
+ {
3398
+ "stableId": "Npgsql:Npgsql.Internal.PgTypeInfoResolverFactory::CreateMultirangeArrayResolver():Npgsql.Internal.IPgTypeInfoResolver",
3399
+ "clrName": "CreateMultirangeArrayResolver",
3400
+ "tsEmitName": "createMultirangeArrayResolver",
3401
+ "normalizedSignature": "CreateMultirangeArrayResolver|():Npgsql.Internal.IPgTypeInfoResolver|static=false",
3402
+ "provenance": "Original",
3403
+ "emitScope": "ClassSurface",
3404
+ "isStatic": false,
3405
+ "isAbstract": false,
3406
+ "isVirtual": true,
3407
+ "isOverride": false,
3408
+ "isSealed": false,
3409
+ "arity": 0,
3410
+ "parameterCount": 0,
3411
+ "isExtensionMethod": false
3412
+ }
3413
+ ],
3414
+ "properties": [],
3415
+ "fields": [],
3416
+ "events": [],
3417
+ "constructors": []
3418
+ },
3419
+ {
3420
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter",
3421
+ "clrName": "Npgsql.Internal.PgWriter",
3422
+ "tsEmitName": "PgWriter",
3423
+ "kind": "Class",
3424
+ "accessibility": "Public",
3425
+ "isAbstract": false,
3426
+ "isSealed": true,
3427
+ "isStatic": false,
3428
+ "arity": 0,
3429
+ "methods": [
3430
+ {
3431
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteAsOid(Npgsql.Internal.Postgres.PgTypeId):System.Void",
3432
+ "clrName": "WriteAsOid",
3433
+ "tsEmitName": "writeAsOid",
3434
+ "normalizedSignature": "WriteAsOid|(Npgsql.Internal.Postgres.PgTypeId):System.Void|static=false",
3435
+ "provenance": "Original",
3436
+ "emitScope": "ClassSurface",
3437
+ "isStatic": false,
3438
+ "isAbstract": false,
3439
+ "isVirtual": false,
3440
+ "isOverride": false,
3441
+ "isSealed": false,
3442
+ "arity": 0,
3443
+ "parameterCount": 1,
3444
+ "isExtensionMethod": false
3445
+ },
3446
+ {
3447
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteByte(System.Byte):System.Void",
3448
+ "clrName": "WriteByte",
3449
+ "tsEmitName": "writeByte",
3450
+ "normalizedSignature": "WriteByte|(System.Byte):System.Void|static=false",
3451
+ "provenance": "Original",
3452
+ "emitScope": "ClassSurface",
3453
+ "isStatic": false,
3454
+ "isAbstract": false,
3455
+ "isVirtual": false,
3456
+ "isOverride": false,
3457
+ "isSealed": false,
3458
+ "arity": 0,
3459
+ "parameterCount": 1,
3460
+ "isExtensionMethod": false
3461
+ },
3462
+ {
3463
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteInt16(System.Int16):System.Void",
3464
+ "clrName": "WriteInt16",
3465
+ "tsEmitName": "writeInt16",
3466
+ "normalizedSignature": "WriteInt16|(System.Int16):System.Void|static=false",
3467
+ "provenance": "Original",
3468
+ "emitScope": "ClassSurface",
3469
+ "isStatic": false,
3470
+ "isAbstract": false,
3471
+ "isVirtual": false,
3472
+ "isOverride": false,
3473
+ "isSealed": false,
3474
+ "arity": 0,
3475
+ "parameterCount": 1,
3476
+ "isExtensionMethod": false
3477
+ },
3478
+ {
3479
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteInt32(System.Int32):System.Void",
3480
+ "clrName": "WriteInt32",
3481
+ "tsEmitName": "writeInt32",
3482
+ "normalizedSignature": "WriteInt32|(System.Int32):System.Void|static=false",
3483
+ "provenance": "Original",
3484
+ "emitScope": "ClassSurface",
3485
+ "isStatic": false,
3486
+ "isAbstract": false,
3487
+ "isVirtual": false,
3488
+ "isOverride": false,
3489
+ "isSealed": false,
3490
+ "arity": 0,
3491
+ "parameterCount": 1,
3492
+ "isExtensionMethod": false
3493
+ },
3494
+ {
3495
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteInt64(System.Int64):System.Void",
3496
+ "clrName": "WriteInt64",
3497
+ "tsEmitName": "writeInt64",
3498
+ "normalizedSignature": "WriteInt64|(System.Int64):System.Void|static=false",
3499
+ "provenance": "Original",
3500
+ "emitScope": "ClassSurface",
3501
+ "isStatic": false,
3502
+ "isAbstract": false,
3503
+ "isVirtual": false,
3504
+ "isOverride": false,
3505
+ "isSealed": false,
3506
+ "arity": 0,
3507
+ "parameterCount": 1,
3508
+ "isExtensionMethod": false
3509
+ },
3510
+ {
3511
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteUInt16(System.UInt16):System.Void",
3512
+ "clrName": "WriteUInt16",
3513
+ "tsEmitName": "writeUInt16",
3514
+ "normalizedSignature": "WriteUInt16|(System.UInt16):System.Void|static=false",
3515
+ "provenance": "Original",
3516
+ "emitScope": "ClassSurface",
3517
+ "isStatic": false,
3518
+ "isAbstract": false,
3519
+ "isVirtual": false,
3520
+ "isOverride": false,
3521
+ "isSealed": false,
3522
+ "arity": 0,
3523
+ "parameterCount": 1,
3524
+ "isExtensionMethod": false
3525
+ },
3526
+ {
3527
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteUInt32(System.UInt32):System.Void",
3528
+ "clrName": "WriteUInt32",
3529
+ "tsEmitName": "writeUInt32",
3530
+ "normalizedSignature": "WriteUInt32|(System.UInt32):System.Void|static=false",
3531
+ "provenance": "Original",
3532
+ "emitScope": "ClassSurface",
3533
+ "isStatic": false,
3534
+ "isAbstract": false,
3535
+ "isVirtual": false,
3536
+ "isOverride": false,
3537
+ "isSealed": false,
3538
+ "arity": 0,
3539
+ "parameterCount": 1,
3540
+ "isExtensionMethod": false
3541
+ },
3542
+ {
3543
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteUInt64(System.UInt64):System.Void",
3544
+ "clrName": "WriteUInt64",
3545
+ "tsEmitName": "writeUInt64",
3546
+ "normalizedSignature": "WriteUInt64|(System.UInt64):System.Void|static=false",
3547
+ "provenance": "Original",
3548
+ "emitScope": "ClassSurface",
3549
+ "isStatic": false,
3550
+ "isAbstract": false,
3551
+ "isVirtual": false,
3552
+ "isOverride": false,
3553
+ "isSealed": false,
3554
+ "arity": 0,
3555
+ "parameterCount": 1,
3556
+ "isExtensionMethod": false
3557
+ },
3558
+ {
3559
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteFloat(System.Single):System.Void",
3560
+ "clrName": "WriteFloat",
3561
+ "tsEmitName": "writeFloat",
3562
+ "normalizedSignature": "WriteFloat|(System.Single):System.Void|static=false",
3563
+ "provenance": "Original",
3564
+ "emitScope": "ClassSurface",
3565
+ "isStatic": false,
3566
+ "isAbstract": false,
3567
+ "isVirtual": false,
3568
+ "isOverride": false,
3569
+ "isSealed": false,
3570
+ "arity": 0,
3571
+ "parameterCount": 1,
3572
+ "isExtensionMethod": false
3573
+ },
3574
+ {
3575
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteDouble(System.Double):System.Void",
3576
+ "clrName": "WriteDouble",
3577
+ "tsEmitName": "writeDouble",
3578
+ "normalizedSignature": "WriteDouble|(System.Double):System.Void|static=false",
3579
+ "provenance": "Original",
3580
+ "emitScope": "ClassSurface",
3581
+ "isStatic": false,
3582
+ "isAbstract": false,
3583
+ "isVirtual": false,
3584
+ "isOverride": false,
3585
+ "isSealed": false,
3586
+ "arity": 0,
3587
+ "parameterCount": 1,
3588
+ "isExtensionMethod": false
3589
+ },
3590
+ {
3591
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteChars(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Encoding):System.Void",
3592
+ "clrName": "WriteChars",
3593
+ "tsEmitName": "writeChars",
3594
+ "normalizedSignature": "WriteChars|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Encoding):System.Void|static=false",
3595
+ "provenance": "Original",
3596
+ "emitScope": "ClassSurface",
3597
+ "isStatic": false,
3598
+ "isAbstract": false,
3599
+ "isVirtual": false,
3600
+ "isOverride": false,
3601
+ "isSealed": false,
3602
+ "arity": 0,
3603
+ "parameterCount": 2,
3604
+ "isExtensionMethod": false
3605
+ },
3606
+ {
3607
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteCharsAsync(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Encoding,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
3608
+ "clrName": "WriteCharsAsync",
3609
+ "tsEmitName": "writeCharsAsync",
3610
+ "normalizedSignature": "WriteCharsAsync|(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Encoding,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
3611
+ "provenance": "Original",
3612
+ "emitScope": "ClassSurface",
3613
+ "isStatic": false,
3614
+ "isAbstract": false,
3615
+ "isVirtual": false,
3616
+ "isOverride": false,
3617
+ "isSealed": false,
3618
+ "arity": 0,
3619
+ "parameterCount": 3,
3620
+ "isExtensionMethod": false
3621
+ },
3622
+ {
3623
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteBytes(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
3624
+ "clrName": "WriteBytes",
3625
+ "tsEmitName": "writeBytes",
3626
+ "normalizedSignature": "WriteBytes|(System.ReadOnlySpan_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
3627
+ "provenance": "Original",
3628
+ "emitScope": "ClassSurface",
3629
+ "isStatic": false,
3630
+ "isAbstract": false,
3631
+ "isVirtual": false,
3632
+ "isOverride": false,
3633
+ "isSealed": false,
3634
+ "arity": 0,
3635
+ "parameterCount": 1,
3636
+ "isExtensionMethod": false
3637
+ },
3638
+ {
3639
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::WriteBytesAsync(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
3640
+ "clrName": "WriteBytesAsync",
3641
+ "tsEmitName": "writeBytesAsync",
3642
+ "normalizedSignature": "WriteBytesAsync|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
3643
+ "provenance": "Original",
3644
+ "emitScope": "ClassSurface",
3645
+ "isStatic": false,
3646
+ "isAbstract": false,
3647
+ "isVirtual": false,
3648
+ "isOverride": false,
3649
+ "isSealed": false,
3650
+ "arity": 0,
3651
+ "parameterCount": 2,
3652
+ "isExtensionMethod": false
3653
+ },
3654
+ {
3655
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::GetStream(System.Boolean):System.IO.Stream",
3656
+ "clrName": "GetStream",
3657
+ "tsEmitName": "getStream",
3658
+ "normalizedSignature": "GetStream|(System.Boolean):System.IO.Stream|static=false",
3659
+ "provenance": "Original",
3660
+ "emitScope": "ClassSurface",
3661
+ "isStatic": false,
3662
+ "isAbstract": false,
3663
+ "isVirtual": false,
3664
+ "isOverride": false,
3665
+ "isSealed": false,
3666
+ "arity": 0,
3667
+ "parameterCount": 1,
3668
+ "isExtensionMethod": false
3669
+ },
3670
+ {
3671
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::ShouldFlush(Npgsql.Internal.Size):System.Boolean",
3672
+ "clrName": "ShouldFlush",
3673
+ "tsEmitName": "shouldFlush",
3674
+ "normalizedSignature": "ShouldFlush|(Npgsql.Internal.Size):System.Boolean|static=false",
3675
+ "provenance": "Original",
3676
+ "emitScope": "ClassSurface",
3677
+ "isStatic": false,
3678
+ "isAbstract": false,
3679
+ "isVirtual": false,
3680
+ "isOverride": false,
3681
+ "isSealed": false,
3682
+ "arity": 0,
3683
+ "parameterCount": 1,
3684
+ "isExtensionMethod": false
3685
+ },
3686
+ {
3687
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::ShouldFlush(System.Int32):System.Boolean",
3688
+ "clrName": "ShouldFlush",
3689
+ "tsEmitName": "shouldFlush",
3690
+ "normalizedSignature": "ShouldFlush|(System.Int32):System.Boolean|static=false",
3691
+ "provenance": "Original",
3692
+ "emitScope": "ClassSurface",
3693
+ "isStatic": false,
3694
+ "isAbstract": false,
3695
+ "isVirtual": false,
3696
+ "isOverride": false,
3697
+ "isSealed": false,
3698
+ "arity": 0,
3699
+ "parameterCount": 1,
3700
+ "isExtensionMethod": false
3701
+ },
3702
+ {
3703
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::Flush(System.TimeSpan):System.Void",
3704
+ "clrName": "Flush",
3705
+ "tsEmitName": "flush",
3706
+ "normalizedSignature": "Flush|(System.TimeSpan):System.Void|static=false",
3707
+ "provenance": "Original",
3708
+ "emitScope": "ClassSurface",
3709
+ "isStatic": false,
3710
+ "isAbstract": false,
3711
+ "isVirtual": false,
3712
+ "isOverride": false,
3713
+ "isSealed": false,
3714
+ "arity": 0,
3715
+ "parameterCount": 1,
3716
+ "isExtensionMethod": false
3717
+ },
3718
+ {
3719
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::FlushAsync(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask",
3720
+ "clrName": "FlushAsync",
3721
+ "tsEmitName": "flushAsync",
3722
+ "normalizedSignature": "FlushAsync|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask|static=false",
3723
+ "provenance": "Original",
3724
+ "emitScope": "ClassSurface",
3725
+ "isStatic": false,
3726
+ "isAbstract": false,
3727
+ "isVirtual": false,
3728
+ "isOverride": false,
3729
+ "isSealed": false,
3730
+ "arity": 0,
3731
+ "parameterCount": 1,
3732
+ "isExtensionMethod": false
3733
+ },
3734
+ {
3735
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::BeginNestedWrite(Npgsql.Internal.Size,System.Int32,System.Object):Npgsql.Internal.NestedWriteScope",
3736
+ "clrName": "BeginNestedWrite",
3737
+ "tsEmitName": "beginNestedWrite",
3738
+ "normalizedSignature": "BeginNestedWrite|(Npgsql.Internal.Size,System.Int32,System.Object):Npgsql.Internal.NestedWriteScope|static=false",
3739
+ "provenance": "Original",
3740
+ "emitScope": "ClassSurface",
3741
+ "isStatic": false,
3742
+ "isAbstract": false,
3743
+ "isVirtual": false,
3744
+ "isOverride": false,
3745
+ "isSealed": false,
3746
+ "arity": 0,
3747
+ "parameterCount": 3,
3748
+ "isExtensionMethod": false
3749
+ },
3750
+ {
3751
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::BeginNestedWriteAsync(Npgsql.Internal.Size,System.Int32,System.Object,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.Internal.NestedWriteScope,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
3752
+ "clrName": "BeginNestedWriteAsync",
3753
+ "tsEmitName": "beginNestedWriteAsync",
3754
+ "normalizedSignature": "BeginNestedWriteAsync|(Npgsql.Internal.Size,System.Int32,System.Object,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.Internal.NestedWriteScope,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
3755
+ "provenance": "Original",
3756
+ "emitScope": "ClassSurface",
3757
+ "isStatic": false,
3758
+ "isAbstract": false,
3759
+ "isVirtual": false,
3760
+ "isOverride": false,
3761
+ "isSealed": false,
3762
+ "arity": 0,
3763
+ "parameterCount": 4,
3764
+ "isExtensionMethod": false
3765
+ }
3766
+ ],
3767
+ "properties": [
3768
+ {
3769
+ "stableId": "Npgsql:Npgsql.Internal.PgWriter::Current:Npgsql.Internal.ValueMetadata",
3770
+ "clrName": "Current",
3771
+ "tsEmitName": "current",
3772
+ "normalizedSignature": "Current|:Npgsql.Internal.ValueMetadata|static=false|accessor=get",
3773
+ "provenance": "Original",
3774
+ "emitScope": "ClassSurface",
3775
+ "isStatic": false,
3776
+ "isAbstract": false,
3777
+ "isVirtual": false,
3778
+ "isOverride": false,
3779
+ "isIndexer": false,
3780
+ "hasGetter": true,
3781
+ "hasSetter": false
3782
+ }
3783
+ ],
3784
+ "fields": [],
3785
+ "events": [],
3786
+ "constructors": []
3787
+ },
3788
+ {
3789
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection",
3790
+ "clrName": "Npgsql.Internal.TypeInfoMappingCollection",
3791
+ "tsEmitName": "TypeInfoMappingCollection",
3792
+ "kind": "Class",
3793
+ "accessibility": "Public",
3794
+ "isAbstract": false,
3795
+ "isSealed": true,
3796
+ "isStatic": false,
3797
+ "arity": 0,
3798
+ "methods": [
3799
+ {
3800
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::Find(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo",
3801
+ "clrName": "Find",
3802
+ "tsEmitName": "find",
3803
+ "normalizedSignature": "Find|(System.Type,System.Nullable_1[[Npgsql.Internal.Postgres.DataTypeName,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],Npgsql.Internal.PgSerializerOptions):Npgsql.Internal.PgTypeInfo|static=false",
3804
+ "provenance": "Original",
3805
+ "emitScope": "ClassSurface",
3806
+ "isStatic": false,
3807
+ "isAbstract": false,
3808
+ "isVirtual": false,
3809
+ "isOverride": false,
3810
+ "isSealed": false,
3811
+ "arity": 0,
3812
+ "parameterCount": 3,
3813
+ "isExtensionMethod": false
3814
+ },
3815
+ {
3816
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::Add(Npgsql.Internal.TypeInfoMapping):System.Void",
3817
+ "clrName": "Add",
3818
+ "tsEmitName": "add",
3819
+ "normalizedSignature": "Add|(Npgsql.Internal.TypeInfoMapping):System.Void|static=false",
3820
+ "provenance": "Original",
3821
+ "emitScope": "ClassSurface",
3822
+ "isStatic": false,
3823
+ "isAbstract": false,
3824
+ "isVirtual": false,
3825
+ "isOverride": false,
3826
+ "isSealed": false,
3827
+ "arity": 0,
3828
+ "parameterCount": 1,
3829
+ "isExtensionMethod": false
3830
+ },
3831
+ {
3832
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddRange(Npgsql.Internal.TypeInfoMappingCollection):System.Void",
3833
+ "clrName": "AddRange",
3834
+ "tsEmitName": "addRange",
3835
+ "normalizedSignature": "AddRange|(Npgsql.Internal.TypeInfoMappingCollection):System.Void|static=false",
3836
+ "provenance": "Original",
3837
+ "emitScope": "ClassSurface",
3838
+ "isStatic": false,
3839
+ "isAbstract": false,
3840
+ "isVirtual": false,
3841
+ "isOverride": false,
3842
+ "isSealed": false,
3843
+ "arity": 0,
3844
+ "parameterCount": 1,
3845
+ "isExtensionMethod": false
3846
+ },
3847
+ {
3848
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddType(System.String,Npgsql.Internal.TypeInfoFactory,System.Boolean):System.Void",
3849
+ "clrName": "AddType",
3850
+ "tsEmitName": "addType",
3851
+ "normalizedSignature": "AddType|(System.String,Npgsql.Internal.TypeInfoFactory,System.Boolean):System.Void|static=false",
3852
+ "provenance": "Original",
3853
+ "emitScope": "ClassSurface",
3854
+ "isStatic": false,
3855
+ "isAbstract": false,
3856
+ "isVirtual": false,
3857
+ "isOverride": false,
3858
+ "isSealed": false,
3859
+ "arity": 1,
3860
+ "parameterCount": 3,
3861
+ "isExtensionMethod": false
3862
+ },
3863
+ {
3864
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddType(System.String,Npgsql.Internal.TypeInfoFactory,Npgsql.Internal.MatchRequirement):System.Void",
3865
+ "clrName": "AddType",
3866
+ "tsEmitName": "addType",
3867
+ "normalizedSignature": "AddType|(System.String,Npgsql.Internal.TypeInfoFactory,Npgsql.Internal.MatchRequirement):System.Void|static=false",
3868
+ "provenance": "Original",
3869
+ "emitScope": "ClassSurface",
3870
+ "isStatic": false,
3871
+ "isAbstract": false,
3872
+ "isVirtual": false,
3873
+ "isOverride": false,
3874
+ "isSealed": false,
3875
+ "arity": 1,
3876
+ "parameterCount": 3,
3877
+ "isExtensionMethod": false
3878
+ },
3879
+ {
3880
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddType(System.String,Npgsql.Internal.TypeInfoFactory,System.Func_2[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Void",
3881
+ "clrName": "AddType",
3882
+ "tsEmitName": "addType",
3883
+ "normalizedSignature": "AddType|(System.String,Npgsql.Internal.TypeInfoFactory,System.Func_2[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Void|static=false",
3884
+ "provenance": "Original",
3885
+ "emitScope": "ClassSurface",
3886
+ "isStatic": false,
3887
+ "isAbstract": false,
3888
+ "isVirtual": false,
3889
+ "isOverride": false,
3890
+ "isSealed": false,
3891
+ "arity": 1,
3892
+ "parameterCount": 3,
3893
+ "isExtensionMethod": false
3894
+ },
3895
+ {
3896
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverType(System.String,Npgsql.Internal.TypeInfoFactory,System.Boolean):System.Void",
3897
+ "clrName": "AddResolverType",
3898
+ "tsEmitName": "addResolverType",
3899
+ "normalizedSignature": "AddResolverType|(System.String,Npgsql.Internal.TypeInfoFactory,System.Boolean):System.Void|static=false",
3900
+ "provenance": "Original",
3901
+ "emitScope": "ClassSurface",
3902
+ "isStatic": false,
3903
+ "isAbstract": false,
3904
+ "isVirtual": false,
3905
+ "isOverride": false,
3906
+ "isSealed": false,
3907
+ "arity": 1,
3908
+ "parameterCount": 3,
3909
+ "isExtensionMethod": false
3910
+ },
3911
+ {
3912
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverType(System.String,Npgsql.Internal.TypeInfoFactory,Npgsql.Internal.MatchRequirement):System.Void",
3913
+ "clrName": "AddResolverType",
3914
+ "tsEmitName": "addResolverType",
3915
+ "normalizedSignature": "AddResolverType|(System.String,Npgsql.Internal.TypeInfoFactory,Npgsql.Internal.MatchRequirement):System.Void|static=false",
3916
+ "provenance": "Original",
3917
+ "emitScope": "ClassSurface",
3918
+ "isStatic": false,
3919
+ "isAbstract": false,
3920
+ "isVirtual": false,
3921
+ "isOverride": false,
3922
+ "isSealed": false,
3923
+ "arity": 1,
3924
+ "parameterCount": 3,
3925
+ "isExtensionMethod": false
3926
+ },
3927
+ {
3928
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverType(System.String,Npgsql.Internal.TypeInfoFactory,System.Func_2[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Void",
3929
+ "clrName": "AddResolverType",
3930
+ "tsEmitName": "addResolverType",
3931
+ "normalizedSignature": "AddResolverType|(System.String,Npgsql.Internal.TypeInfoFactory,System.Func_2[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Void|static=false",
3932
+ "provenance": "Original",
3933
+ "emitScope": "ClassSurface",
3934
+ "isStatic": false,
3935
+ "isAbstract": false,
3936
+ "isVirtual": false,
3937
+ "isOverride": false,
3938
+ "isSealed": false,
3939
+ "arity": 1,
3940
+ "parameterCount": 3,
3941
+ "isExtensionMethod": false
3942
+ },
3943
+ {
3944
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddArrayType(System.String):System.Void",
3945
+ "clrName": "AddArrayType",
3946
+ "tsEmitName": "addArrayType",
3947
+ "normalizedSignature": "AddArrayType|(System.String):System.Void|static=false",
3948
+ "provenance": "Original",
3949
+ "emitScope": "ClassSurface",
3950
+ "isStatic": false,
3951
+ "isAbstract": false,
3952
+ "isVirtual": false,
3953
+ "isOverride": false,
3954
+ "isSealed": false,
3955
+ "arity": 1,
3956
+ "parameterCount": 1,
3957
+ "isExtensionMethod": false
3958
+ },
3959
+ {
3960
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddArrayType(System.String,System.Boolean):System.Void",
3961
+ "clrName": "AddArrayType",
3962
+ "tsEmitName": "addArrayType",
3963
+ "normalizedSignature": "AddArrayType|(System.String,System.Boolean):System.Void|static=false",
3964
+ "provenance": "Original",
3965
+ "emitScope": "ClassSurface",
3966
+ "isStatic": false,
3967
+ "isAbstract": false,
3968
+ "isVirtual": false,
3969
+ "isOverride": false,
3970
+ "isSealed": false,
3971
+ "arity": 1,
3972
+ "parameterCount": 2,
3973
+ "isExtensionMethod": false
3974
+ },
3975
+ {
3976
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddArrayType(Npgsql.Internal.TypeInfoMapping):System.Void",
3977
+ "clrName": "AddArrayType",
3978
+ "tsEmitName": "addArrayType",
3979
+ "normalizedSignature": "AddArrayType|(Npgsql.Internal.TypeInfoMapping):System.Void|static=false",
3980
+ "provenance": "Original",
3981
+ "emitScope": "ClassSurface",
3982
+ "isStatic": false,
3983
+ "isAbstract": false,
3984
+ "isVirtual": false,
3985
+ "isOverride": false,
3986
+ "isSealed": false,
3987
+ "arity": 1,
3988
+ "parameterCount": 1,
3989
+ "isExtensionMethod": false
3990
+ },
3991
+ {
3992
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddArrayType(Npgsql.Internal.TypeInfoMapping,System.Boolean):System.Void",
3993
+ "clrName": "AddArrayType",
3994
+ "tsEmitName": "addArrayType",
3995
+ "normalizedSignature": "AddArrayType|(Npgsql.Internal.TypeInfoMapping,System.Boolean):System.Void|static=false",
3996
+ "provenance": "Original",
3997
+ "emitScope": "ClassSurface",
3998
+ "isStatic": false,
3999
+ "isAbstract": false,
4000
+ "isVirtual": false,
4001
+ "isOverride": false,
4002
+ "isSealed": false,
4003
+ "arity": 1,
4004
+ "parameterCount": 2,
4005
+ "isExtensionMethod": false
4006
+ },
4007
+ {
4008
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverArrayType(System.String):System.Void",
4009
+ "clrName": "AddResolverArrayType",
4010
+ "tsEmitName": "addResolverArrayType",
4011
+ "normalizedSignature": "AddResolverArrayType|(System.String):System.Void|static=false",
4012
+ "provenance": "Original",
4013
+ "emitScope": "ClassSurface",
4014
+ "isStatic": false,
4015
+ "isAbstract": false,
4016
+ "isVirtual": false,
4017
+ "isOverride": false,
4018
+ "isSealed": false,
4019
+ "arity": 1,
4020
+ "parameterCount": 1,
4021
+ "isExtensionMethod": false
4022
+ },
4023
+ {
4024
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverArrayType(System.String,System.Boolean):System.Void",
4025
+ "clrName": "AddResolverArrayType",
4026
+ "tsEmitName": "addResolverArrayType",
4027
+ "normalizedSignature": "AddResolverArrayType|(System.String,System.Boolean):System.Void|static=false",
4028
+ "provenance": "Original",
4029
+ "emitScope": "ClassSurface",
4030
+ "isStatic": false,
4031
+ "isAbstract": false,
4032
+ "isVirtual": false,
4033
+ "isOverride": false,
4034
+ "isSealed": false,
4035
+ "arity": 1,
4036
+ "parameterCount": 2,
4037
+ "isExtensionMethod": false
4038
+ },
4039
+ {
4040
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverArrayType(Npgsql.Internal.TypeInfoMapping):System.Void",
4041
+ "clrName": "AddResolverArrayType",
4042
+ "tsEmitName": "addResolverArrayType",
4043
+ "normalizedSignature": "AddResolverArrayType|(Npgsql.Internal.TypeInfoMapping):System.Void|static=false",
4044
+ "provenance": "Original",
4045
+ "emitScope": "ClassSurface",
4046
+ "isStatic": false,
4047
+ "isAbstract": false,
4048
+ "isVirtual": false,
4049
+ "isOverride": false,
4050
+ "isSealed": false,
4051
+ "arity": 1,
4052
+ "parameterCount": 1,
4053
+ "isExtensionMethod": false
4054
+ },
4055
+ {
4056
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverArrayType(Npgsql.Internal.TypeInfoMapping,System.Boolean):System.Void",
4057
+ "clrName": "AddResolverArrayType",
4058
+ "tsEmitName": "addResolverArrayType",
4059
+ "normalizedSignature": "AddResolverArrayType|(Npgsql.Internal.TypeInfoMapping,System.Boolean):System.Void|static=false",
4060
+ "provenance": "Original",
4061
+ "emitScope": "ClassSurface",
4062
+ "isStatic": false,
4063
+ "isAbstract": false,
4064
+ "isVirtual": false,
4065
+ "isOverride": false,
4066
+ "isSealed": false,
4067
+ "arity": 1,
4068
+ "parameterCount": 2,
4069
+ "isExtensionMethod": false
4070
+ },
4071
+ {
4072
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddStructType(System.String,Npgsql.Internal.TypeInfoFactory,System.Boolean):System.Void",
4073
+ "clrName": "AddStructType",
4074
+ "tsEmitName": "addStructType",
4075
+ "normalizedSignature": "AddStructType|(System.String,Npgsql.Internal.TypeInfoFactory,System.Boolean):System.Void|static=false",
4076
+ "provenance": "Original",
4077
+ "emitScope": "ClassSurface",
4078
+ "isStatic": false,
4079
+ "isAbstract": false,
4080
+ "isVirtual": false,
4081
+ "isOverride": false,
4082
+ "isSealed": false,
4083
+ "arity": 1,
4084
+ "parameterCount": 3,
4085
+ "isExtensionMethod": false
4086
+ },
4087
+ {
4088
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddStructType(System.String,Npgsql.Internal.TypeInfoFactory,Npgsql.Internal.MatchRequirement):System.Void",
4089
+ "clrName": "AddStructType",
4090
+ "tsEmitName": "addStructType",
4091
+ "normalizedSignature": "AddStructType|(System.String,Npgsql.Internal.TypeInfoFactory,Npgsql.Internal.MatchRequirement):System.Void|static=false",
4092
+ "provenance": "Original",
4093
+ "emitScope": "ClassSurface",
4094
+ "isStatic": false,
4095
+ "isAbstract": false,
4096
+ "isVirtual": false,
4097
+ "isOverride": false,
4098
+ "isSealed": false,
4099
+ "arity": 1,
4100
+ "parameterCount": 3,
4101
+ "isExtensionMethod": false
4102
+ },
4103
+ {
4104
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddStructType(System.String,Npgsql.Internal.TypeInfoFactory,System.Func_2[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Void",
4105
+ "clrName": "AddStructType",
4106
+ "tsEmitName": "addStructType",
4107
+ "normalizedSignature": "AddStructType|(System.String,Npgsql.Internal.TypeInfoFactory,System.Func_2[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Void|static=false",
4108
+ "provenance": "Original",
4109
+ "emitScope": "ClassSurface",
4110
+ "isStatic": false,
4111
+ "isAbstract": false,
4112
+ "isVirtual": false,
4113
+ "isOverride": false,
4114
+ "isSealed": false,
4115
+ "arity": 1,
4116
+ "parameterCount": 3,
4117
+ "isExtensionMethod": false
4118
+ },
4119
+ {
4120
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddStructArrayType(System.String):System.Void",
4121
+ "clrName": "AddStructArrayType",
4122
+ "tsEmitName": "addStructArrayType",
4123
+ "normalizedSignature": "AddStructArrayType|(System.String):System.Void|static=false",
4124
+ "provenance": "Original",
4125
+ "emitScope": "ClassSurface",
4126
+ "isStatic": false,
4127
+ "isAbstract": false,
4128
+ "isVirtual": false,
4129
+ "isOverride": false,
4130
+ "isSealed": false,
4131
+ "arity": 1,
4132
+ "parameterCount": 1,
4133
+ "isExtensionMethod": false
4134
+ },
4135
+ {
4136
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddStructArrayType(System.String,System.Boolean):System.Void",
4137
+ "clrName": "AddStructArrayType",
4138
+ "tsEmitName": "addStructArrayType",
4139
+ "normalizedSignature": "AddStructArrayType|(System.String,System.Boolean):System.Void|static=false",
4140
+ "provenance": "Original",
4141
+ "emitScope": "ClassSurface",
4142
+ "isStatic": false,
4143
+ "isAbstract": false,
4144
+ "isVirtual": false,
4145
+ "isOverride": false,
4146
+ "isSealed": false,
4147
+ "arity": 1,
4148
+ "parameterCount": 2,
4149
+ "isExtensionMethod": false
4150
+ },
4151
+ {
4152
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddStructArrayType(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.TypeInfoMapping):System.Void",
4153
+ "clrName": "AddStructArrayType",
4154
+ "tsEmitName": "addStructArrayType",
4155
+ "normalizedSignature": "AddStructArrayType|(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.TypeInfoMapping):System.Void|static=false",
4156
+ "provenance": "Original",
4157
+ "emitScope": "ClassSurface",
4158
+ "isStatic": false,
4159
+ "isAbstract": false,
4160
+ "isVirtual": false,
4161
+ "isOverride": false,
4162
+ "isSealed": false,
4163
+ "arity": 1,
4164
+ "parameterCount": 2,
4165
+ "isExtensionMethod": false
4166
+ },
4167
+ {
4168
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddStructArrayType(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.TypeInfoMapping,System.Boolean):System.Void",
4169
+ "clrName": "AddStructArrayType",
4170
+ "tsEmitName": "addStructArrayType",
4171
+ "normalizedSignature": "AddStructArrayType|(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.TypeInfoMapping,System.Boolean):System.Void|static=false",
4172
+ "provenance": "Original",
4173
+ "emitScope": "ClassSurface",
4174
+ "isStatic": false,
4175
+ "isAbstract": false,
4176
+ "isVirtual": false,
4177
+ "isOverride": false,
4178
+ "isSealed": false,
4179
+ "arity": 1,
4180
+ "parameterCount": 3,
4181
+ "isExtensionMethod": false
4182
+ },
4183
+ {
4184
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverStructType(System.String,Npgsql.Internal.TypeInfoFactory,System.Boolean):System.Void",
4185
+ "clrName": "AddResolverStructType",
4186
+ "tsEmitName": "addResolverStructType",
4187
+ "normalizedSignature": "AddResolverStructType|(System.String,Npgsql.Internal.TypeInfoFactory,System.Boolean):System.Void|static=false",
4188
+ "provenance": "Original",
4189
+ "emitScope": "ClassSurface",
4190
+ "isStatic": false,
4191
+ "isAbstract": false,
4192
+ "isVirtual": false,
4193
+ "isOverride": false,
4194
+ "isSealed": false,
4195
+ "arity": 1,
4196
+ "parameterCount": 3,
4197
+ "isExtensionMethod": false
4198
+ },
4199
+ {
4200
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverStructType(System.String,Npgsql.Internal.TypeInfoFactory,Npgsql.Internal.MatchRequirement):System.Void",
4201
+ "clrName": "AddResolverStructType",
4202
+ "tsEmitName": "addResolverStructType",
4203
+ "normalizedSignature": "AddResolverStructType|(System.String,Npgsql.Internal.TypeInfoFactory,Npgsql.Internal.MatchRequirement):System.Void|static=false",
4204
+ "provenance": "Original",
4205
+ "emitScope": "ClassSurface",
4206
+ "isStatic": false,
4207
+ "isAbstract": false,
4208
+ "isVirtual": false,
4209
+ "isOverride": false,
4210
+ "isSealed": false,
4211
+ "arity": 1,
4212
+ "parameterCount": 3,
4213
+ "isExtensionMethod": false
4214
+ },
4215
+ {
4216
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverStructType(System.String,Npgsql.Internal.TypeInfoFactory,System.Func_2[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Void",
4217
+ "clrName": "AddResolverStructType",
4218
+ "tsEmitName": "addResolverStructType",
4219
+ "normalizedSignature": "AddResolverStructType|(System.String,Npgsql.Internal.TypeInfoFactory,System.Func_2[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):System.Void|static=false",
4220
+ "provenance": "Original",
4221
+ "emitScope": "ClassSurface",
4222
+ "isStatic": false,
4223
+ "isAbstract": false,
4224
+ "isVirtual": false,
4225
+ "isOverride": false,
4226
+ "isSealed": false,
4227
+ "arity": 1,
4228
+ "parameterCount": 3,
4229
+ "isExtensionMethod": false
4230
+ },
4231
+ {
4232
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverStructArrayType(System.String):System.Void",
4233
+ "clrName": "AddResolverStructArrayType",
4234
+ "tsEmitName": "addResolverStructArrayType",
4235
+ "normalizedSignature": "AddResolverStructArrayType|(System.String):System.Void|static=false",
4236
+ "provenance": "Original",
4237
+ "emitScope": "ClassSurface",
4238
+ "isStatic": false,
4239
+ "isAbstract": false,
4240
+ "isVirtual": false,
4241
+ "isOverride": false,
4242
+ "isSealed": false,
4243
+ "arity": 1,
4244
+ "parameterCount": 1,
4245
+ "isExtensionMethod": false
4246
+ },
4247
+ {
4248
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverStructArrayType(System.String,System.Boolean):System.Void",
4249
+ "clrName": "AddResolverStructArrayType",
4250
+ "tsEmitName": "addResolverStructArrayType",
4251
+ "normalizedSignature": "AddResolverStructArrayType|(System.String,System.Boolean):System.Void|static=false",
4252
+ "provenance": "Original",
4253
+ "emitScope": "ClassSurface",
4254
+ "isStatic": false,
4255
+ "isAbstract": false,
4256
+ "isVirtual": false,
4257
+ "isOverride": false,
4258
+ "isSealed": false,
4259
+ "arity": 1,
4260
+ "parameterCount": 2,
4261
+ "isExtensionMethod": false
4262
+ },
4263
+ {
4264
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverStructArrayType(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.TypeInfoMapping):System.Void",
4265
+ "clrName": "AddResolverStructArrayType",
4266
+ "tsEmitName": "addResolverStructArrayType",
4267
+ "normalizedSignature": "AddResolverStructArrayType|(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.TypeInfoMapping):System.Void|static=false",
4268
+ "provenance": "Original",
4269
+ "emitScope": "ClassSurface",
4270
+ "isStatic": false,
4271
+ "isAbstract": false,
4272
+ "isVirtual": false,
4273
+ "isOverride": false,
4274
+ "isSealed": false,
4275
+ "arity": 1,
4276
+ "parameterCount": 2,
4277
+ "isExtensionMethod": false
4278
+ },
4279
+ {
4280
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddResolverStructArrayType(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.TypeInfoMapping,System.Boolean):System.Void",
4281
+ "clrName": "AddResolverStructArrayType",
4282
+ "tsEmitName": "addResolverStructArrayType",
4283
+ "normalizedSignature": "AddResolverStructArrayType|(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.TypeInfoMapping,System.Boolean):System.Void|static=false",
4284
+ "provenance": "Original",
4285
+ "emitScope": "ClassSurface",
4286
+ "isStatic": false,
4287
+ "isAbstract": false,
4288
+ "isVirtual": false,
4289
+ "isOverride": false,
4290
+ "isSealed": false,
4291
+ "arity": 1,
4292
+ "parameterCount": 3,
4293
+ "isExtensionMethod": false
4294
+ },
4295
+ {
4296
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddPolymorphicResolverArrayType(System.String,System.Func_2[[Npgsql.Internal.PgSerializerOptions,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[System.Func_2[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.PgConverter,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
4297
+ "clrName": "AddPolymorphicResolverArrayType",
4298
+ "tsEmitName": "addPolymorphicResolverArrayType",
4299
+ "normalizedSignature": "AddPolymorphicResolverArrayType|(System.String,System.Func_2[[Npgsql.Internal.PgSerializerOptions,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[System.Func_2[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.PgConverter,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
4300
+ "provenance": "Original",
4301
+ "emitScope": "ClassSurface",
4302
+ "isStatic": false,
4303
+ "isAbstract": false,
4304
+ "isVirtual": false,
4305
+ "isOverride": false,
4306
+ "isSealed": false,
4307
+ "arity": 0,
4308
+ "parameterCount": 2,
4309
+ "isExtensionMethod": false
4310
+ },
4311
+ {
4312
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::AddPolymorphicResolverArrayType(Npgsql.Internal.TypeInfoMapping,System.Func_2[[Npgsql.Internal.PgSerializerOptions,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[System.Func_2[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.PgConverter,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
4313
+ "clrName": "AddPolymorphicResolverArrayType",
4314
+ "tsEmitName": "addPolymorphicResolverArrayType",
4315
+ "normalizedSignature": "AddPolymorphicResolverArrayType|(Npgsql.Internal.TypeInfoMapping,System.Func_2[[Npgsql.Internal.PgSerializerOptions,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[System.Func_2[[Npgsql.Internal.PgConverterResolution,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7],[Npgsql.Internal.PgConverter,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
4316
+ "provenance": "Original",
4317
+ "emitScope": "ClassSurface",
4318
+ "isStatic": false,
4319
+ "isAbstract": false,
4320
+ "isVirtual": false,
4321
+ "isOverride": false,
4322
+ "isSealed": false,
4323
+ "arity": 0,
4324
+ "parameterCount": 2,
4325
+ "isExtensionMethod": false
4326
+ },
4327
+ {
4328
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::IsArrayLikeType(System.Type,System.Type\u0026):System.Boolean",
4329
+ "clrName": "IsArrayLikeType",
4330
+ "tsEmitName": "isArrayLikeType",
4331
+ "normalizedSignature": "IsArrayLikeType|(System.Type,System.Type\u0026):System.Boolean|static=true",
4332
+ "provenance": "Original",
4333
+ "emitScope": "ClassSurface",
4334
+ "isStatic": true,
4335
+ "isAbstract": false,
4336
+ "isVirtual": false,
4337
+ "isOverride": false,
4338
+ "isSealed": false,
4339
+ "arity": 0,
4340
+ "parameterCount": 2,
4341
+ "isExtensionMethod": false,
4342
+ "parameterModifiers": [
4343
+ {
4344
+ "index": 1,
4345
+ "modifier": "out"
4346
+ }
4347
+ ]
4348
+ }
4349
+ ],
4350
+ "properties": [
4351
+ {
4352
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingCollection::Items:System.Collections.Generic.IReadOnlyList_1[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
4353
+ "clrName": "Items",
4354
+ "tsEmitName": "items",
4355
+ "normalizedSignature": "Items|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
4356
+ "provenance": "Original",
4357
+ "emitScope": "ClassSurface",
4358
+ "isStatic": false,
4359
+ "isAbstract": false,
4360
+ "isVirtual": false,
4361
+ "isOverride": false,
4362
+ "isIndexer": false,
4363
+ "hasGetter": true,
4364
+ "hasSetter": false
4365
+ }
4366
+ ],
4367
+ "fields": [],
4368
+ "events": [],
4369
+ "constructors": [
4370
+ {
4371
+ "normalizedSignature": "constructor|(System.Int32):void|static=false",
4372
+ "isStatic": false,
4373
+ "parameterCount": 1
4374
+ },
4375
+ {
4376
+ "normalizedSignature": "constructor|():void|static=false",
4377
+ "isStatic": false,
4378
+ "parameterCount": 0
4379
+ },
4380
+ {
4381
+ "normalizedSignature": "constructor|(Npgsql.Internal.TypeInfoMappingCollection):void|static=false",
4382
+ "isStatic": false,
4383
+ "parameterCount": 1
4384
+ },
4385
+ {
4386
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[Npgsql.Internal.TypeInfoMapping,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):void|static=false",
4387
+ "isStatic": false,
4388
+ "parameterCount": 1
4389
+ }
4390
+ ]
4391
+ },
4392
+ {
4393
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterFactory",
4394
+ "clrName": "Npgsql.Internal.PgConverterFactory",
4395
+ "tsEmitName": "PgConverterFactory",
4396
+ "kind": "StaticNamespace",
4397
+ "accessibility": "Public",
4398
+ "isAbstract": true,
4399
+ "isSealed": true,
4400
+ "isStatic": true,
4401
+ "arity": 0,
4402
+ "methods": [
4403
+ {
4404
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterFactory::CreateArrayMultirangeConverter(PgConverter_1,Npgsql.Internal.PgSerializerOptions):PgConverter_1",
4405
+ "clrName": "CreateArrayMultirangeConverter",
4406
+ "tsEmitName": "createArrayMultirangeConverter",
4407
+ "normalizedSignature": "CreateArrayMultirangeConverter|(PgConverter_1,Npgsql.Internal.PgSerializerOptions):PgConverter_1|static=true",
4408
+ "provenance": "Original",
4409
+ "emitScope": "ClassSurface",
4410
+ "isStatic": true,
4411
+ "isAbstract": false,
4412
+ "isVirtual": false,
4413
+ "isOverride": false,
4414
+ "isSealed": false,
4415
+ "arity": 1,
4416
+ "parameterCount": 2,
4417
+ "isExtensionMethod": false
4418
+ },
4419
+ {
4420
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterFactory::CreateListMultirangeConverter(PgConverter_1,Npgsql.Internal.PgSerializerOptions):PgConverter_1",
4421
+ "clrName": "CreateListMultirangeConverter",
4422
+ "tsEmitName": "createListMultirangeConverter",
4423
+ "normalizedSignature": "CreateListMultirangeConverter|(PgConverter_1,Npgsql.Internal.PgSerializerOptions):PgConverter_1|static=true",
4424
+ "provenance": "Original",
4425
+ "emitScope": "ClassSurface",
4426
+ "isStatic": true,
4427
+ "isAbstract": false,
4428
+ "isVirtual": false,
4429
+ "isOverride": false,
4430
+ "isSealed": false,
4431
+ "arity": 1,
4432
+ "parameterCount": 2,
4433
+ "isExtensionMethod": false
4434
+ },
4435
+ {
4436
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterFactory::CreateRangeConverter(PgConverter_1,Npgsql.Internal.PgSerializerOptions):PgConverter_1",
4437
+ "clrName": "CreateRangeConverter",
4438
+ "tsEmitName": "createRangeConverter",
4439
+ "normalizedSignature": "CreateRangeConverter|(PgConverter_1,Npgsql.Internal.PgSerializerOptions):PgConverter_1|static=true",
4440
+ "provenance": "Original",
4441
+ "emitScope": "ClassSurface",
4442
+ "isStatic": true,
4443
+ "isAbstract": false,
4444
+ "isVirtual": false,
4445
+ "isOverride": false,
4446
+ "isSealed": false,
4447
+ "arity": 1,
4448
+ "parameterCount": 2,
4449
+ "isExtensionMethod": false
4450
+ },
4451
+ {
4452
+ "stableId": "Npgsql:Npgsql.Internal.PgConverterFactory::CreatePolymorphicArrayConverter(Func_1,Func_1,Npgsql.Internal.PgSerializerOptions):PgConverter_1",
4453
+ "clrName": "CreatePolymorphicArrayConverter",
4454
+ "tsEmitName": "createPolymorphicArrayConverter",
4455
+ "normalizedSignature": "CreatePolymorphicArrayConverter|(Func_1,Func_1,Npgsql.Internal.PgSerializerOptions):PgConverter_1|static=true",
4456
+ "provenance": "Original",
4457
+ "emitScope": "ClassSurface",
4458
+ "isStatic": true,
4459
+ "isAbstract": false,
4460
+ "isVirtual": false,
4461
+ "isOverride": false,
4462
+ "isSealed": false,
4463
+ "arity": 1,
4464
+ "parameterCount": 3,
4465
+ "isExtensionMethod": false
4466
+ }
4467
+ ],
4468
+ "properties": [],
4469
+ "fields": [],
4470
+ "events": [],
4471
+ "constructors": []
4472
+ },
4473
+ {
4474
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingHelpers",
4475
+ "clrName": "Npgsql.Internal.TypeInfoMappingHelpers",
4476
+ "tsEmitName": "TypeInfoMappingHelpers",
4477
+ "kind": "StaticNamespace",
4478
+ "accessibility": "Public",
4479
+ "isAbstract": true,
4480
+ "isSealed": true,
4481
+ "isStatic": true,
4482
+ "arity": 0,
4483
+ "methods": [
4484
+ {
4485
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingHelpers::CreateInfo(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverter):Npgsql.Internal.PgTypeInfo",
4486
+ "clrName": "CreateInfo",
4487
+ "tsEmitName": "createInfo",
4488
+ "normalizedSignature": "CreateInfo|(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverter):Npgsql.Internal.PgTypeInfo|static=true",
4489
+ "provenance": "Original",
4490
+ "emitScope": "ClassSurface",
4491
+ "isStatic": true,
4492
+ "isAbstract": false,
4493
+ "isVirtual": false,
4494
+ "isOverride": false,
4495
+ "isSealed": false,
4496
+ "arity": 0,
4497
+ "parameterCount": 3,
4498
+ "isExtensionMethod": true
4499
+ },
4500
+ {
4501
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingHelpers::CreateInfo(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverter,System.Nullable_1[[Npgsql.Internal.DataFormat,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean):Npgsql.Internal.PgTypeInfo",
4502
+ "clrName": "CreateInfo",
4503
+ "tsEmitName": "createInfo",
4504
+ "normalizedSignature": "CreateInfo|(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverter,System.Nullable_1[[Npgsql.Internal.DataFormat,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean):Npgsql.Internal.PgTypeInfo|static=true",
4505
+ "provenance": "Original",
4506
+ "emitScope": "ClassSurface",
4507
+ "isStatic": true,
4508
+ "isAbstract": false,
4509
+ "isVirtual": false,
4510
+ "isOverride": false,
4511
+ "isSealed": false,
4512
+ "arity": 0,
4513
+ "parameterCount": 5,
4514
+ "isExtensionMethod": true
4515
+ },
4516
+ {
4517
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingHelpers::CreateInfo(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverterResolver,System.Boolean):Npgsql.Internal.PgResolverTypeInfo",
4518
+ "clrName": "CreateInfo",
4519
+ "tsEmitName": "createInfo",
4520
+ "normalizedSignature": "CreateInfo|(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverterResolver,System.Boolean):Npgsql.Internal.PgResolverTypeInfo|static=true",
4521
+ "provenance": "Original",
4522
+ "emitScope": "ClassSurface",
4523
+ "isStatic": true,
4524
+ "isAbstract": false,
4525
+ "isVirtual": false,
4526
+ "isOverride": false,
4527
+ "isSealed": false,
4528
+ "arity": 0,
4529
+ "parameterCount": 4,
4530
+ "isExtensionMethod": true
4531
+ },
4532
+ {
4533
+ "stableId": "Npgsql:Npgsql.Internal.TypeInfoMappingHelpers::CreateInfo(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverterResolver,System.Boolean,System.Nullable_1[[Npgsql.Internal.DataFormat,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean):Npgsql.Internal.PgResolverTypeInfo",
4534
+ "clrName": "CreateInfo",
4535
+ "tsEmitName": "createInfo",
4536
+ "normalizedSignature": "CreateInfo|(Npgsql.Internal.TypeInfoMapping,Npgsql.Internal.PgSerializerOptions,Npgsql.Internal.PgConverterResolver,System.Boolean,System.Nullable_1[[Npgsql.Internal.DataFormat,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Boolean):Npgsql.Internal.PgResolverTypeInfo|static=true",
4537
+ "provenance": "Original",
4538
+ "emitScope": "ClassSurface",
4539
+ "isStatic": true,
4540
+ "isAbstract": false,
4541
+ "isVirtual": false,
4542
+ "isOverride": false,
4543
+ "isSealed": false,
4544
+ "arity": 0,
4545
+ "parameterCount": 6,
4546
+ "isExtensionMethod": true
4547
+ }
4548
+ ],
4549
+ "properties": [],
4550
+ "fields": [],
4551
+ "events": [],
4552
+ "constructors": []
4553
+ }
4554
+ ]
4555
+ }