Skip to content

Commit 857693f

Browse files
strobelteiriktsarpalis
authored andcommitted
Add reference to System.Text.Json
1 parent 56b3720 commit 857693f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Text.Json/ref/System.Text.Json.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,7 @@ public static partial class JsonMetadataServices
10401040
public static System.Text.Json.Serialization.JsonConverter<ulong> UInt64Converter { get { throw null; } }
10411041
public static System.Text.Json.Serialization.JsonConverter<System.Uri> UriConverter { get { throw null; } }
10421042
public static System.Text.Json.Serialization.JsonConverter<System.Version> VersionConverter { get { throw null; } }
1043+
public static System.Text.Json.Serialization.JsonConverter<System.Text.Json.JsonDocument> DocumentConverter { get { throw null; } }
10431044
public static System.Text.Json.Serialization.Metadata.JsonTypeInfo<TElement[]> CreateArrayInfo<TElement>(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<TElement[]> collectionInfo) { throw null; }
10441045
public static System.Text.Json.Serialization.Metadata.JsonTypeInfo<TCollection> CreateConcurrentQueueInfo<TCollection, TElement>(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<TCollection> collectionInfo) where TCollection : System.Collections.Concurrent.ConcurrentQueue<TElement> { throw null; }
10451046
public static System.Text.Json.Serialization.Metadata.JsonTypeInfo<TCollection> CreateConcurrentStackInfo<TCollection, TElement>(System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<TCollection> collectionInfo) where TCollection : System.Collections.Concurrent.ConcurrentStack<TElement> { throw null; }

0 commit comments

Comments
 (0)