2 references to GetOrCreateSingleton
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.cs (2)
44
return s_defaultOptions ??
GetOrCreateSingleton
(ref s_defaultOptions, JsonSerializerDefaults.General);
64
return s_webOptions ??
GetOrCreateSingleton
(ref s_webOptions, JsonSerializerDefaults.Web);