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