1 instantiation of ProjectModel
Microsoft.CodeAnalysis.SemanticSearch.Extensions (1)
ProjectModel.cs (1)
43=> new(FilePath, ResxFiles.SetItem(file.FilePath, file));
3 references to ProjectModel
Microsoft.CodeAnalysis.SemanticSearch.Extensions (3)
ProjectModel.cs (3)
42public ProjectModel ReplaceResxFile(ResxFile file) 59internal static IEnumerable<(string filePath, string? newContent)> GetChanges(ProjectModel oldModel, ProjectModel newModel)