57 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
69 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
90 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
116 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
137 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
144 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
148 object result =
null;
162 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
static string GetClrTypeFullName(Type type)
JsonFormatCollectionWriterDelegate JsonFormatWriterDelegate
CollectionDataContract TraditionalCollectionDataContract
JsonFormatCollectionReaderDelegate _jsonFormatReaderDelegate
JsonCollectionDataContractCriticalHelper(CollectionDataContract traditionalDataContract)
JsonFormatGetOnlyCollectionReaderDelegate JsonFormatGetOnlyReaderDelegate
JsonFormatCollectionReaderDelegate JsonFormatReaderDelegate
readonly CollectionDataContract _traditionalCollectionDataContract
JsonFormatCollectionWriterDelegate _jsonFormatWriterDelegate
JsonFormatGetOnlyCollectionReaderDelegate _jsonFormatGetOnlyReaderDelegate
CollectionDataContract TraditionalCollectionDataContract
override object ReadJsonValueCore(XmlReaderDelegator jsonReader, XmlObjectSerializerReadContextComplexJson context)
readonly JsonCollectionDataContractCriticalHelper _helper
JsonCollectionDataContract(CollectionDataContract traditionalDataContract)
override void WriteJsonValueCore(XmlWriterDelegator jsonWriter, object obj, XmlObjectSerializerWriteContextComplexJson context, RuntimeTypeHandle declaredTypeHandle)
JsonFormatCollectionReaderDelegate JsonFormatReaderDelegate
JsonFormatCollectionWriterDelegate JsonFormatWriterDelegate
JsonFormatGetOnlyCollectionReaderDelegate JsonFormatGetOnlyReaderDelegate
static readonly XmlDictionaryString itemDictionaryString
override bool IsGetOnlyCollection
static string GetOnlyCollectionMustHaveAddMethod
static string Format(string resourceFormat, object p1)
static void MemoryBarrier()
static XmlDictionaryString Empty
delegate object JsonFormatCollectionReaderDelegate(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContextComplexJson context, XmlDictionaryString emptyDictionaryString, XmlDictionaryString itemName, CollectionDataContract collectionContract)
delegate void JsonFormatCollectionWriterDelegate(XmlWriterDelegator xmlWriter, object obj, XmlObjectSerializerWriteContextComplexJson context, CollectionDataContract dataContract)
delegate void JsonFormatGetOnlyCollectionReaderDelegate(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContextComplexJson context, XmlDictionaryString emptyDictionaryString, XmlDictionaryString itemName, CollectionDataContract collectionContract)