1 write to _changes
Microsoft.CodeAnalysis.SemanticSearch.Extensions (1)
ProjectModel.cs (1)
99
_changes
= changes;
4 references to _changes
Microsoft.CodeAnalysis.SemanticSearch.Extensions (4)
ProjectModel.cs (4)
106
=> new(FilePath,
_changes
.SetItem(name, value));
109
=> new(FilePath,
_changes
.SetItem(name, null));
113
if (
_changes
.Count == 0)
120
foreach (var (name, value) in
_changes
)