9 references to FileRefType
System.Windows.Forms (9)
System\Resources\ResXDataNode.cs (9)
176Debug.Assert(FileRefType is not null); 179? new ResXFileRef(FileRefFullPath, FileRefType!) 180: new ResXFileRef(FileRefFullPath, FileRefType!, Encoding.GetEncoding(FileRefTextEncoding)); 527string? typeName = FileRefType; 609if (FileRefType is not null && ResolveType(FileRefType, typeResolver) is not null) 613? new ResXFileRef(FileRefFullPath, FileRefType, Encoding.GetEncoding(FileRefTextEncoding)) 614: new ResXFileRef(FileRefFullPath, FileRefType); 618throw new TypeLoadException(string.Format(SR.TypeLoadExceptionShort, FileRefType));