4 references to BasePath
System.Windows.Forms (4)
System\Resources\ResXResourceWriter.cs (4)
309
if (fileRef is not null && !string.IsNullOrEmpty(
BasePath
))
311
string modifiedBasePath = Path.EndsInDirectorySeparator(
BasePath
)
312
?
BasePath
313
: $"{
BasePath
}{Path.DirectorySeparatorChar}";