117 {
118 [
RequiresUnreferencedCode(
"Data Contract Serialization and Deserialization might require types that cannot be statically analyzed. Make sure all of the required types are preserved.")]
119 get
120 {
122 {
123 if (
base.UnderlyingType.IsValueType)
124 {
126 }
127 else
128 {
130 {
131 typeof(XmlWriterDelegator),
132 base.UnderlyingType
133 });
134 }
135 }
137 }
138 }
MethodInfo XmlFormatContentWriterMethod
readonly PrimitiveDataContractCriticalHelper _helper