1 write to RootName
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
70: this(type, new DataContractJsonSerializerSettings() { RootName = rootName, KnownTypes = knownTypes })
2 references to RootName
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (2)
87XmlDictionaryString? rootName = (settings.RootName == null) ? null : new XmlDictionary(1).Add(settings.RootName);