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