winforms\Managed\System\Resources\ResXResourceWriter.cs (6)
479AddDataRow(DataStr, info.Name, info.ValueData, info.TypeName, info.MimeType, info.Comment);
486AddDataRow(elementName, name, ToBase64WrappedString(value), TypeNameWithAssembly(typeof(byte[])), null, null);
509AddDataRow(elementName, info.Name, info.ValueData, info.TypeName, info.MimeType, info.Comment);
513AddDataRow(elementName, info.Name, info.ValueData, info.TypeName, info.MimeType, info.Comment);
523AddDataRow(elementName, name, value, MultitargetUtil.GetAssemblyQualifiedName(typeof(ResXNullRef), this.typeNameConverter), null, null);
525AddDataRow(elementName, name, value, null, null, null);