2 writes to FilePath
Microsoft.CodeAnalysis.SemanticSearch.Extensions (2)
ProjectModel.cs (2)
29
FilePath
= filePath;
35
FilePath
= filePath;
2 references to FilePath
Microsoft.CodeAnalysis.SemanticSearch.Extensions (2)
ProjectModel.cs (2)
43
=> new(
FilePath
, ResxFiles.SetItem(file.FilePath, file));
48
var projectDirectory = Path.GetDirectoryName(
FilePath
)!;