3 writes to unsafeTypeForwardingEnabled
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (3)
55
this.
unsafeTypeForwardingEnabled
= true;
61
this.
unsafeTypeForwardingEnabled
= NetDataContractSerializer.UnsafeTypeForwardingEnabled;
68
this.
unsafeTypeForwardingEnabled
= true;
1 reference to unsafeTypeForwardingEnabled
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
98
get { return this.
unsafeTypeForwardingEnabled
; }