Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Another trimmer nit.
  • Loading branch information
StephenMolloy authored and github-actions committed Aug 21, 2021
commit a89e0c71e4aeecf94deb02d8a28342991879f5ed
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ internal static bool IsJsonLocalName(XmlReaderDelegator reader, string elementNa
return JsonDataContract.GetJsonDataContract(contract).ReadJsonValue(reader, context);
}

[RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)]
internal static void WriteJsonNull(XmlWriterDelegator writer)
{
writer.WriteAttributeString(null, JsonGlobals.typeString, null, JsonGlobals.nullString); // prefix // namespace
Expand Down