4 references to DataContractJsonSerializer
illink (1)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
GenerateServiceWorkerAssetsManifest.cs (1)
87new DataContractJsonSerializer(typeof(AssetsManifestFile)).WriteObject(jsonWriter, data);
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestProperty\CustomKeyValueConverter.cs (1)
20private readonly DataContractJsonSerializer _serializer = new(typeof(TraitObject[]));
TestProperty\CustomStringArrayConverter.cs (1)
15private readonly DataContractJsonSerializer _serializer = new(typeof(string[]));