2 writes to _factoryTypeName
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\ExtensionDataObject.cs (2)
319set { _factoryTypeName = value; } 346_factoryTypeName = _factoryTypeNamespace = null;
1 reference to _factoryTypeName
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ExtensionDataObject.cs (1)
318get { return _factoryTypeName; }