2 references to DataContractJsonSerializer
Microsoft.AspNetCore.Mvc.Testing.Tasks (1)
GenerateMvcTestManifestTask.cs (1)
43var serializer = new DataContractJsonSerializer(typeof(Dictionary<string, string>), new DataContractJsonSerializerSettings
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
70: this(type, new DataContractJsonSerializerSettings() { RootName = rootName, KnownTypes = knownTypes })