From 09f81d5c264b9123212bdd5e323ec44d7a1098da Mon Sep 17 00:00:00 2001 From: Maira Wenzel Date: Mon, 29 Jul 2019 15:37:25 -0700 Subject: [PATCH] remove remarks about ref struct --- xml/System.Text.Json/Utf8JsonWriter.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/xml/System.Text.Json/Utf8JsonWriter.xml b/xml/System.Text.Json/Utf8JsonWriter.xml index 356c6b3465a..816495c0990 100644 --- a/xml/System.Text.Json/Utf8JsonWriter.xml +++ b/xml/System.Text.Json/Utf8JsonWriter.xml @@ -32,8 +32,6 @@ A method that attempts to write invalid JSON when validation is enabled throws a with a context-specific error message. -Since this type is a ref struct, it does not directly support async. However, it does provide support for reentrancy to write partial data and to continue writing in chunks. - To be able to format the output with indentation and white space OR to skip validation, create an instance of and pass it in to the writer. ]]>