1 write to _compilationMappingAttributeType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
103
_compilationMappingAttributeType
= compilationMappingAttributeType;
1 reference to _compilationMappingAttributeType
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
208
object[] attributes = type.GetCustomAttributes(
_compilationMappingAttributeType
, inherit: false);