4 instantiations of ResourceDataRecord
System.Resources.Extensions (4)
System\Resources\Extensions\PreserializedResourceWriter.cs (4)
107AddResourceData(name, typeName, new ResourceDataRecord(SerializationFormat.TypeConverterString, value)); 125AddResourceData(name, typeName, new ResourceDataRecord(SerializationFormat.TypeConverterByteArray, value)); 149AddResourceData(name, typeName, new ResourceDataRecord(SerializationFormat.BinaryFormatter, value)); 174AddResourceData(name, typeName, new ResourceDataRecord(SerializationFormat.ActivatorStream, value, closeAfterWrite));
3 references to ResourceDataRecord
System.Resources.Extensions (3)
System\Resources\Extensions\PreserializedResourceWriter.cs (3)
195ResourceDataRecord? record = dataContext as ResourceDataRecord; 253throw new ArgumentException(nameof(ResourceDataRecord.Format));