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