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