2 references to CompilationMappingAttributeTypeName
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (2)
101
Type compilationMappingAttributeType = fsharpCoreAssembly.GetType(
CompilationMappingAttributeTypeName
)!;
218
if (attributeType.FullName ==
CompilationMappingAttributeTypeName
)