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