2 writes to _fileRefFullPath
System.Windows.Forms (2)
System\Resources\ResXDataNode.cs (2)
62
_fileRefFullPath
= _fileRefFullPath,
133
_fileRefFullPath
= !Path.IsPathRooted(fileRefDetails[0]) && basePath is not null
2 references to _fileRefFullPath
System.Windows.Forms (2)
System\Resources\ResXDataNode.cs (2)
62
_fileRefFullPath =
_fileRefFullPath
,
184
private string? FileRefFullPath => _fileRef?.FileName ??
_fileRefFullPath
;