4 instantiations of ResourceDataRecord
System.Resources.Extensions (4)
System\Resources\Extensions\PreserializedResourceWriter.cs (4)
116AddResourceData(name, typeName, new ResourceDataRecord(SerializationFormat.TypeConverterString, value)); 143AddResourceData(name, typeName, new ResourceDataRecord(SerializationFormat.TypeConverterByteArray, value)); 173AddResourceData(name, typeName, new ResourceDataRecord(SerializationFormat.BinaryFormatter, value)); 207AddResourceData(name, typeName, new ResourceDataRecord(SerializationFormat.ActivatorStream, value, closeAfterWrite));
3 references to ResourceDataRecord
System.Resources.Extensions (3)
System\Resources\Extensions\PreserializedResourceWriter.cs (3)
228ResourceDataRecord? record = dataContext as ResourceDataRecord; 286throw new ArgumentException(nameof(ResourceDataRecord.Format));