2 references to GetContent
Microsoft.CodeAnalysis.SemanticSearch.Extensions (2)
ProjectModel.cs (2)
68
var newContent = newResx.
GetContent
();
70
if (oldModel.ResxFiles.TryGetValue(filePath, out var oldResx) && newContent == oldResx.
GetContent
())