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