9 references to FileRefType
System.Windows.Forms (9)
System\Resources\ResXDataNode.cs (9)
177Debug.Assert(FileRefType is not null); 180? new ResXFileRef(FileRefFullPath, FileRefType!) 181: new ResXFileRef(FileRefFullPath, FileRefType!, Encoding.GetEncoding(FileRefTextEncoding)); 528string? typeName = FileRefType; 610if (FileRefType is not null && ResolveType(FileRefType, typeResolver) is not null) 614? new ResXFileRef(FileRefFullPath, FileRefType, Encoding.GetEncoding(FileRefTextEncoding)) 615: new ResXFileRef(FileRefFullPath, FileRefType); 619throw new TypeLoadException(string.Format(SR.TypeLoadExceptionShort, FileRefType));