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)); 524string? typeName = FileRefType; 606if (FileRefType is not null && ResolveType(FileRefType, typeResolver) is not null) 610? new ResXFileRef(FileRefFullPath, FileRefType, Encoding.GetEncoding(FileRefTextEncoding)) 611: new ResXFileRef(FileRefFullPath, FileRefType); 615throw new TypeLoadException(string.Format(SR.TypeLoadExceptionShort, FileRefType));