You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Text.Json/JsonDocument.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ This class utilizes resources from pooled memory to minimize the impact of the g
78
78
<remarks>
79
79
<format><![CDATA[
80
80
81
-
The <xref:T:System.Buffers.ReadOnlySequence`1> may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
81
+
The <xref:System.Buffers.ReadOnlySequence%601> may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
82
82
83
83
Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must not be present.
84
84
@@ -150,7 +150,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
150
150
<remarks>
151
151
<format><![CDATA[
152
152
153
-
The <xref:T:System.ReadOnlyMemory`1> value will be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
153
+
The <xref:System.ReadOnlyMemory%601> value will be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
154
154
155
155
Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must not be present.
156
156
@@ -190,7 +190,7 @@ Because the input is considered to be text, a UTF-8 Byte-Order-Mark (BOM) must n
190
190
<remarks>
191
191
<format><![CDATA[
192
192
193
-
The <xref:T:System.ReadOnlyMemory`1> value may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
193
+
The <xref:System.ReadOnlyMemory%601> value may be used for the entire lifetime of the JsonDocument object, and the caller must ensure that the data therein does not change during the object lifetime.
194
194
195
195
]]></format>
196
196
</remarks>
@@ -292,7 +292,7 @@ The <xref:T:System.ReadOnlyMemory`1> value may be used for the entire lifetime o
292
292
<remarks>
293
293
<format><![CDATA[
294
294
295
-
If the <xref:System.Text.Json.Utf8JsonReader.TokenType> property of `reader` is <xref:System.Text.Json.JsonTokenType.PropertyName> or <xref:System.Text.Json.JsonTokenType.None?displayProperty=nameWithType>, the reader will advance by one call to <xref:System.Text.Json.Utf8JsonReader.Read?displayProperty=nameWithType> to determine the start of the value.
295
+
If the <xref:System.Text.Json.Utf8JsonReader.TokenType> property of `reader` is <xref:System.Text.Json.JsonTokenType.PropertyName?displayProperty=nameWithType> or <xref:System.Text.Json.JsonTokenType.None?displayProperty=nameWithType>, the reader will advance by one call to <xref:System.Text.Json.Utf8JsonReader.Read?displayProperty=nameWithType> to determine the start of the value.
296
296
297
297
Upon completion of this method, `reader` is positioned at the final token in the JSON value. If an exception is thrown, the reader is reset to
0 commit comments