1 write to _changes
Microsoft.CodeAnalysis.SemanticSearch.Extensions (1)
ProjectModel.cs (1)
99
_changes
= changes;
3 references to _changes
Microsoft.CodeAnalysis.SemanticSearch.Extensions (3)
ProjectModel.cs (3)
108
=> new(FilePath,
_changes
.SetItem(name, value));
112
if (
_changes
.Count == 0)
119
foreach (var (name, value) in
_changes
)