2 writes to unsafeTypeForwardingEnabled
System.Runtime.Serialization (2)
System\Runtime\Serialization\NetDataContractSerializer.cs (2)
121unsafeTypeForwardingEnabled = section.EnableUnsafeTypeForwarding; 125unsafeTypeForwardingEnabled = false;
3 references to unsafeTypeForwardingEnabled
System.Runtime.Serialization (3)
System\Runtime\Serialization\NetDataContractSerializer.cs (3)
116if (unsafeTypeForwardingEnabled == null) 128Fx.Assert(unsafeTypeForwardingEnabled != null, "unsafeTypeForwardingEnabled should not be null."); 129return unsafeTypeForwardingEnabled.Value;