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