5 references to GetUniqueCustomAttribute
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Converters.cs (2)
138
JsonConverterAttribute? converterAttribute = memberInfo.
GetUniqueCustomAttribute
<JsonConverterAttribute>(inherit: false);
152
JsonConverterAttribute? converterAttribute = typeToConvert.
GetUniqueCustomAttribute
<JsonConverterAttribute>(inherit: false);
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (3)
260
JsonNumberHandlingAttribute? numberHandlingAttribute = type.
GetUniqueCustomAttribute
<JsonNumberHandlingAttribute>(inherit: false);
266
JsonObjectCreationHandlingAttribute? creationHandlingAttribute = type.
GetUniqueCustomAttribute
<JsonObjectCreationHandlingAttribute>(inherit: false);
272
JsonUnmappedMemberHandlingAttribute? numberHandlingAttribute = type.
GetUniqueCustomAttribute
<JsonUnmappedMemberHandlingAttribute>(inherit: false);