@@ -94,7 +94,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
94
94
<exception cref =" T:System.Text.Json.JsonException" >
95
95
<paramref name =" utf8Json" /> does not represent a valid single JSON value.</exception >
96
96
<exception cref =" T:System.ArgumentException" >
97
- <paramref name =" readerOptions " /> contains unsupported options.</exception >
97
+ <paramref name =" options " /> contains unsupported options.</exception >
98
98
</Docs >
99
99
</Member >
100
100
<Member MemberName =" Parse" >
@@ -125,7 +125,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
125
125
<exception cref =" T:System.Text.Json.JsonException" >
126
126
<paramref name =" utf8Json" /> does not represent a valid single JSON value.</exception >
127
127
<exception cref =" T:System.ArgumentException" >
128
- <paramref name =" readerOptions " /> contains unsupported options.</exception >
128
+ <paramref name =" options " /> contains unsupported options.</exception >
129
129
</Docs >
130
130
</Member >
131
131
<Member MemberName =" Parse" >
@@ -163,7 +163,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
163
163
<exception cref =" T:System.Text.Json.JsonException" >
164
164
<paramref name =" utf8Json" /> does not represent a valid single JSON value.</exception >
165
165
<exception cref =" T:System.ArgumentException" >
166
- <paramref name =" readerOptions " /> contains unsupported options.</exception >
166
+ <paramref name =" options " /> contains unsupported options.</exception >
167
167
</Docs >
168
168
</Member >
169
169
<Member MemberName =" Parse" >
@@ -199,7 +199,7 @@ The <xref:System.ReadOnlyMemory%601> value may be used for the entire lifetime o
199
199
<exception cref =" T:System.Text.Json.JsonException" >
200
200
<paramref name =" json" /> does not represent a valid single JSON value.</exception >
201
201
<exception cref =" T:System.ArgumentException" >
202
- <paramref name =" readerOptions " /> contains unsupported options.</exception >
202
+ <paramref name =" options " /> contains unsupported options.</exception >
203
203
</Docs >
204
204
</Member >
205
205
<Member MemberName =" Parse" >
@@ -230,7 +230,7 @@ The <xref:System.ReadOnlyMemory%601> value may be used for the entire lifetime o
230
230
<exception cref =" T:System.Text.Json.JsonException" >
231
231
<paramref name =" json" /> does not represent a valid single JSON value.</exception >
232
232
<exception cref =" T:System.ArgumentException" >
233
- <paramref name =" readerOptions " /> contains unsupported options.</exception >
233
+ <paramref name =" options " /> contains unsupported options.</exception >
234
234
</Docs >
235
235
</Member >
236
236
<Member MemberName =" ParseAsync" >
@@ -262,7 +262,7 @@ The <xref:System.ReadOnlyMemory%601> value may be used for the entire lifetime o
262
262
<exception cref =" T:System.Text.Json.JsonException" >
263
263
<paramref name =" utf8Json" /> does not represent a valid single JSON value.</exception >
264
264
<exception cref =" T:System.ArgumentException" >
265
- <paramref name =" readerOptions " /> contains unsupported options.</exception >
265
+ <paramref name =" options " /> contains unsupported options.</exception >
266
266
</Docs >
267
267
</Member >
268
268
<Member MemberName =" ParseValue" >
0 commit comments