5 references to ResxFiles
Microsoft.CodeAnalysis.SemanticSearch.Extensions (5)
ProjectModel.cs (5)
43=> new(FilePath, ResxFiles.SetItem(file.FilePath, file)); 66foreach (var (filePath, newResx) in newModel.ResxFiles) 70if (oldModel.ResxFiles.TryGetValue(filePath, out var oldResx) && newContent == oldResx.GetContent()) 79foreach (var (filePath, _) in oldModel.ResxFiles) 81if (!newModel.ResxFiles.ContainsKey(filePath))