Implemented interface member:
method
GetTypeInfo
System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver.GetTypeInfo(System.Type, System.Text.Json.JsonSerializerOptions)
2 overrides of GetTypeInfo
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (2)
IntegrationTests\HeterogenousCollectionTests.cs (1)
54
public override JsonTypeInfo
GetTypeInfo
(Type type, JsonSerializerOptions options)
TestObjectModels\HeterogenousCollection.cs (1)
39
public override JsonTypeInfo
GetTypeInfo
(Type type, JsonSerializerOptions options)
4 references to GetTypeInfo
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (3)
IntegrationTests\HeterogenousCollectionTests.cs (1)
57
var jsonTypeInfo = base.
GetTypeInfo
(type, options);
TestObjectModels\HeterogenousCollection.cs (2)
43
JsonTypeInfo<Rectangle> jsonTypeInfo = (JsonTypeInfo<Rectangle>)base.
GetTypeInfo
(type, options);
64
return base.
GetTypeInfo
(type, options);
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.cs (1)
89
/// The modifier list will be rendered immutable after the first <see cref="
GetTypeInfo
(Type, JsonSerializerOptions)"/> invocation.