4 references to UTF16EncodingLittleEndian
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
33
SupportedEncodings.Add(
UTF16EncodingLittleEndian
);
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
35
SupportedEncodings.Add(
UTF16EncodingLittleEndian
);
XmlSerializerInputFormatter.cs (1)
34
SupportedEncodings.Add(
UTF16EncodingLittleEndian
);
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
64
SupportedEncodings.Add(
UTF16EncodingLittleEndian
);