2 references to ValueOption
System.Text.Json (2)
System\Text\Json\Serialization\Converters\FSharp\FSharpTypeConverterFactory.cs (1)
44case FSharpKind.ValueOption:
System\Text\Json\Serialization\Metadata\FSharpCoreReflectionProxy.cs (1)
131if (genericType == _fsharpValueOptionType) return FSharpKind.ValueOption;