2 references to GetFSharpCompilationMappingAttribute
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (2)
91
return s_singletonInstance.
GetFSharpCompilationMappingAttribute
(type) is not null;
149
Attribute? compilationMappingAttribute =
GetFSharpCompilationMappingAttribute
(type);